var/cache/dev/ContainerAjt4J9D/App_KernelDevDebugContainer.php line 305

Open in your IDE?
  1. <?php
  2. namespace ContainerAjt4J9D;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Command\\ExampleCommand' => 'getExampleCommandService',
  46.             'App\\Command\\GenerateCrudCommand' => 'getGenerateCrudCommandService',
  47.             'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  48.             'App\\Controller\\Admin\\ArticleController' => 'getArticleControllerService',
  49.             'App\\Controller\\Admin\\CampaignController' => 'getCampaignControllerService',
  50.             'App\\Controller\\Admin\\CategoryArticleController' => 'getCategoryArticleControllerService',
  51.             'App\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  52.             'App\\Controller\\Admin\\ContactController' => 'getContactControllerService',
  53.             'App\\Controller\\Admin\\EcommerceOrderController' => 'getEcommerceOrderControllerService',
  54.             'App\\Controller\\Admin\\FilemanagerController' => 'getFilemanagerControllerService',
  55.             'App\\Controller\\Admin\\LauncherController' => 'getLauncherControllerService',
  56.             'App\\Controller\\Admin\\LicenceKeyController' => 'getLicenceKeyControllerService',
  57.             'App\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  58.             'App\\Controller\\Admin\\QuestionController' => 'getQuestionControllerService',
  59.             'App\\Controller\\Admin\\RedirectionController' => 'getRedirectionControllerService',
  60.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  61.             'App\\Controller\\Admin\\SeoRouteController' => 'getSeoRouteControllerService',
  62.             'App\\Controller\\Admin\\SubscriberController' => 'getSubscriberControllerService',
  63.             'App\\Controller\\Admin\\SubscriberGroupController' => 'getSubscriberGroupControllerService',
  64.             'App\\Controller\\Admin\\TemplateController' => 'getTemplateControllerService',
  65.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  66.             'App\\Controller\\ApiController' => 'getApiControllerService',
  67.             'App\\Controller\\AppController' => 'getAppControllerService',
  68.             'App\\Controller\\ArticleController' => 'getArticleController2Service',
  69.             'App\\Controller\\ContactController' => 'getContactController2Service',
  70.             'App\\Controller\\EcommerceController' => 'getEcommerceControllerService',
  71.             'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  72.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  73.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  74.             'App\\EventListener\\RequestListener' => 'getRequestListenerService',
  75.             'App\\EventListener\\UserListener' => 'getUserListenerService',
  76.             'App\\Form\\ArticleType' => 'getArticleTypeService',
  77.             'App\\Form\\CampaignType' => 'getCampaignTypeService',
  78.             'App\\Form\\CategoryArticleType' => 'getCategoryArticleTypeService',
  79.             'App\\Form\\CategoryType' => 'getCategoryTypeService',
  80.             'App\\Form\\ContactType' => 'getContactTypeService',
  81.             'App\\Form\\LauncherType' => 'getLauncherTypeService',
  82.             'App\\Form\\LicenceKeyType' => 'getLicenceKeyTypeService',
  83.             'App\\Form\\PictureType' => 'getPictureTypeService',
  84.             'App\\Form\\ProductType' => 'getProductTypeService',
  85.             'App\\Form\\QuestionType' => 'getQuestionTypeService',
  86.             'App\\Form\\RedirectionType' => 'getRedirectionTypeService',
  87.             'App\\Form\\RegistrationType' => 'getRegistrationTypeService',
  88.             'App\\Form\\SeoRouteMetaType' => 'getSeoRouteMetaTypeService',
  89.             'App\\Form\\SeoRouteType' => 'getSeoRouteTypeService',
  90.             'App\\Form\\SubscriberGroupType' => 'getSubscriberGroupTypeService',
  91.             'App\\Form\\SubscriberType' => 'getSubscriberTypeService',
  92.             'App\\Form\\TemplateType' => 'getTemplateTypeService',
  93.             'App\\Form\\UserType' => 'getUserTypeService',
  94.             'App\\Form\\YmlBlockType' => 'getYmlBlockTypeService',
  95.             'App\\Repository\\ArticleRepository' => 'getArticleRepositoryService',
  96.             'App\\Repository\\CampaignRepository' => 'getCampaignRepositoryService',
  97.             'App\\Repository\\CartProductRepository' => 'getCartProductRepositoryService',
  98.             'App\\Repository\\CartRepository' => 'getCartRepositoryService',
  99.             'App\\Repository\\CategoryArticleRepository' => 'getCategoryArticleRepositoryService',
  100.             'App\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  101.             'App\\Repository\\ContactRepository' => 'getContactRepositoryService',
  102.             'App\\Repository\\EcommerceOrderRepository' => 'getEcommerceOrderRepositoryService',
  103.             'App\\Repository\\PictureRepository' => 'getPictureRepositoryService',
  104.             'App\\Repository\\ProductRepository' => 'getProductRepositoryService',
  105.             'App\\Repository\\QuestionRepository' => 'getQuestionRepositoryService',
  106.             'App\\Repository\\RecipientRepository' => 'getRecipientRepositoryService',
  107.             'App\\Repository\\SeoRouteMetaRepository' => 'getSeoRouteMetaRepositoryService',
  108.             'App\\Repository\\SeoRouteRepository' => 'getSeoRouteRepositoryService',
  109.             'App\\Repository\\SubscriberGroupRepository' => 'getSubscriberGroupRepositoryService',
  110.             'App\\Repository\\SubscriberRepository' => 'getSubscriberRepositoryService',
  111.             'App\\Repository\\TemplateRepository' => 'getTemplateRepositoryService',
  112.             'App\\Repository\\UserRepository' => 'getUserRepositoryService',
  113.             'App\\Service\\CheckRoute' => 'getCheckRouteService',
  114.             'App\\Service\\FacebookConversion' => 'getFacebookConversionService',
  115.             'App\\Service\\Filter' => 'getFilterService',
  116.             'App\\Service\\Klaviyo' => 'getKlaviyoService',
  117.             'App\\Service\\Mailer' => 'getMailerService',
  118.             'App\\Service\\Mailjet' => 'getMailjetService',
  119.             'App\\Service\\Order' => 'getOrderService',
  120.             'App\\Service\\Picture' => 'getPictureService',
  121.             'App\\Service\\RedditConversion' => 'getRedditConversionService',
  122.             'App\\Service\\Seo' => 'getSeoService',
  123.             'App\\Service\\Sitemap' => 'getSitemapService',
  124.             'App\\Service\\TwigExtension' => 'getTwigExtensionService',
  125.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  126.             'FOS\\UserBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  127.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  128.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  129.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  130.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  131.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  132.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  133.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  134.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  135.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  136.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  137.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  138.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  140.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  141.             'cache.app' => 'getCache_AppService',
  142.             'cache.app_clearer' => 'getCache_AppClearerService',
  143.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  144.             'cache.system' => 'getCache_SystemService',
  145.             'cache.system_clearer' => 'getCache_SystemClearerService',
  146.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  147.             'cache_warmer' => 'getCacheWarmerService',
  148.             'console.command_loader' => 'getConsole_CommandLoaderService',
  149.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  150.             'doctrine' => 'getDoctrineService',
  151.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  152.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  153.             'error_controller' => 'getErrorControllerService',
  154.             'event_dispatcher' => 'getEventDispatcherService',
  155.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  156.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  157.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  158.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  159.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  160.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  161.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  162.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  163.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  164.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  165.             'http_kernel' => 'getHttpKernelService',
  166.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  167.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  168.             'jms_translation.config_factory' => 'getJmsTranslation_ConfigFactoryService',
  169.             'jms_translation.controller.api_controller' => 'getJmsTranslation_Controller_ApiControllerService',
  170.             'jms_translation.controller.translate_controller' => 'getJmsTranslation_Controller_TranslateControllerService',
  171.             'jms_translation.twig_extension' => 'getJmsTranslation_TwigExtensionService',
  172.             'jms_translation.updater' => 'getJmsTranslation_UpdaterService',
  173.             'knp_paginator' => 'getKnpPaginatorService',
  174.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  175.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  176.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  177.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  178.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  179.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  180.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  181.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  182.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  183.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  184.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  185.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  186.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  187.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  188.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  189.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  190.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  191.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  192.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  193.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  194.             'request_stack' => 'getRequestStackService',
  195.             'router' => 'getRouterService',
  196.             'routing.loader' => 'getRouting_LoaderService',
  197.             'services_resetter' => 'getServicesResetterService',
  198.             'test.client' => 'getTest_ClientService',
  199.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  200.             'test.service_container' => 'getTest_ServiceContainerService',
  201.             'translator' => 'getTranslatorService',
  202.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  203.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  204.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  205.             'cache_clearer' => 'getCacheClearerService',
  206.             'filesystem' => 'getFilesystemService',
  207.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  208.             'form.factory' => 'getForm_FactoryService',
  209.             'form.type.file' => 'getForm_Type_FileService',
  210.             'profiler' => 'getProfilerService',
  211.             'twig' => 'getTwigService',
  212.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  213.             'security.token_storage' => 'getSecurity_TokenStorageService',
  214.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  215.             'session' => 'getSessionService',
  216.             'validator' => 'getValidatorService',
  217.         ];
  218.         $this->aliases = [
  219.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  220.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  221.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  222.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  223.             'JMS\\TranslationBundle\\Controller\\ApiController' => 'jms_translation.controller.api_controller',
  224.             'JMS\\TranslationBundle\\Controller\\TranslateController' => 'jms_translation.controller.translate_controller',
  225.             'database_connection' => 'doctrine.dbal.default_connection',
  226.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  227.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  228.         ];
  229.         $this->privates['service_container'] = function () {
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  236.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  238.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  239.             include_once \dirname(__DIR__4).'/src/Service/CheckRoute.php';
  240.             include_once \dirname(__DIR__4).'/src/Service/FacebookConversion.php';
  241.             include_once \dirname(__DIR__4).'/src/Service/Picture.php';
  242.             include_once \dirname(__DIR__4).'/src/Service/Seo.php';
  243.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  245.             include_once \dirname(__DIR__4).'/src/Service/TwigExtension.php';
  246.             include_once \dirname(__DIR__4).'/vendor/bes/mobiledetect-twig-extension/src/Bes/Twig/Extension/MobileDetectExtension.php';
  247.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  254.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  256.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  258.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  260.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  262.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  266.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  267.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  268.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  279.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  282.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  283.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  290.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  292.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  295.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  297.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  299.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  321.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  512.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  514.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  515.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  516.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  517.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  568.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  574.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  606.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  625.         };
  626.     }
  627.     public function compile(): void
  628.     {
  629.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  630.     }
  631.     public function isCompiled(): bool
  632.     {
  633.         return true;
  634.     }
  635.     public function getRemovedIds(): array
  636.     {
  637.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  638.     }
  639.     /**
  640.      * Gets the public '.container.private.cache_clearer' shared service.
  641.      *
  642.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  643.      */
  644.     protected function get_Container_Private_CacheClearerService()
  645.     {
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  648.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  649.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  650.         }, 1));
  651.     }
  652.     /**
  653.      * Gets the public '.container.private.filesystem' shared service.
  654.      *
  655.      * @return \Symfony\Component\Filesystem\Filesystem
  656.      */
  657.     protected function get_Container_Private_FilesystemService()
  658.     {
  659.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  660.     }
  661.     /**
  662.      * Gets the public '.container.private.form.factory' shared service.
  663.      *
  664.      * @return \Symfony\Component\Form\FormFactory
  665.      */
  666.     protected function get_Container_Private_Form_FactoryService()
  667.     {
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  670.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  671.     }
  672.     /**
  673.      * Gets the public '.container.private.form.type.file' shared service.
  674.      *
  675.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  676.      */
  677.     protected function get_Container_Private_Form_Type_FileService()
  678.     {
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  682.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  683.     }
  684.     /**
  685.      * Gets the public '.container.private.profiler' shared service.
  686.      *
  687.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  688.      */
  689.     protected function get_Container_Private_ProfilerService()
  690.     {
  691.         $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);
  692.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  693.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  694.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  695.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  696.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  697.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  698.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  699.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  700.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  701.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  702.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  703.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  704.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  705.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  706.         $instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
  707.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  708.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  709.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  710.         return $instance;
  711.     }
  712.     /**
  713.      * Gets the public '.container.private.security.authorization_checker' shared service.
  714.      *
  715.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  716.      */
  717.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  718.     {
  719.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  720.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  721.             return $this->services['.container.private.security.authorization_checker'];
  722.         }
  723.         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);
  724.     }
  725.     /**
  726.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  727.      *
  728.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  729.      */
  730.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  736.         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())));
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.security.password_encoder' shared service.
  740.      *
  741.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  742.      *
  743.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  744.      */
  745.     protected function get_Container_Private_Security_PasswordEncoderService()
  746.     {
  747.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  748.         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()));
  749.     }
  750.     /**
  751.      * Gets the public '.container.private.security.token_storage' shared service.
  752.      *
  753.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  754.      */
  755.     protected function get_Container_Private_Security_TokenStorageService()
  756.     {
  757.         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, [
  758.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  759.         ], [
  760.             'request_stack' => '?',
  761.         ]));
  762.     }
  763.     /**
  764.      * Gets the public '.container.private.session' shared service.
  765.      *
  766.      * @return \Symfony\Component\HttpFoundation\Session\Session
  767.      */
  768.     protected function get_Container_Private_SessionService()
  769.     {
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  772.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  773.         if (isset($this->services['.container.private.session'])) {
  774.             return $this->services['.container.private.session'];
  775.         }
  776.         return $this->services['.container.private.session'] = $a->createSession();
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.twig' shared service.
  780.      *
  781.      * @return \Twig\Environment
  782.      */
  783.     protected function get_Container_Private_TwigService()
  784.     {
  785.         $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']);
  786.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  787.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  788.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  789.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  790.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  791.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  792.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  793.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  794.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  795.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  796.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  797.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  798.         $instance->addExtension(($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService()));
  799.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  800.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  801.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  802.         $instance->addExtension(($this->services['App\\Service\\TwigExtension'] ?? $this->getTwigExtensionService()));
  803.         $instance->addExtension(($this->privates['twig.mobile_detect_extension'] ?? ($this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension())));
  804.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  805.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  806.         $instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
  807.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  808.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  809.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  810.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  811.         $instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
  812.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  813.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  814.         $instance->addGlobal('website_name''Amsel Suite');
  815.         $instance->addGlobal('colorAdmin''#171717');
  816.         $instance->addGlobal('captcha_site_key''6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf');
  817.         $instance->addGlobal('captcha_secret_key''6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1');
  818.         $instance->addGlobal('seo', ($this->services['App\\Service\\Seo'] ?? $this->getSeoService()));
  819.         $instance->addGlobal('checkroute', ($this->services['App\\Service\\CheckRoute'] ?? $this->getCheckRouteService()));
  820.         $instance->addGlobal('primary''40,80,255');
  821.         $instance->addGlobal('secondary''40,40,255');
  822.         $instance->addGlobal('darkTheme''');
  823.         $instance->addGlobal('matomoSiteId''745');
  824.         $instance->addGlobal('googleAnalyticsId''G-X1PM3GEV0S');
  825.         $instance->addGlobal('coord', ['mail' => '[email protected]''phone' => 'none''address' => 'none']);
  826.         $instance->addGlobal('social', ['facebook' => 'none''twitter' => 'none''instagram' => 'https://www.instagram.com/amselsuite/''linkedin' => 'https://fr.linkedin.com/company/ollam''youtube' => 'https://www.youtube.com/@AmselSuite''pinterest' => 'none''reddit' => 'https://www.reddit.com/r/amselsuite/''kickstarter' => 'https://www.kickstarter.com/projects/ollam/amsel-suite''discord' => 'https://discord.gg/Tj7PJPUkhk']);
  827.         $instance->addGlobal('legal', ['siren' => 'siren''type' => 'type''rcs' => 'rcs']);
  828.         $instance->addGlobal('dpo', ['name' => 'name''phone' => 'phone''mail' => 'mail''address' => 'address''date' => 'date']);
  829.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  830.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  831.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  832.         return $instance;
  833.     }
  834.     /**
  835.      * Gets the public '.container.private.validator' shared service.
  836.      *
  837.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  838.      */
  839.     protected function get_Container_Private_ValidatorService()
  840.     {
  841.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  842.         if (isset($this->services['.container.private.validator'])) {
  843.             return $this->services['.container.private.validator'];
  844.         }
  845.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  846.     }
  847.     /**
  848.      * Gets the public 'App\Command\ExampleCommand' shared autowired service.
  849.      *
  850.      * @return \App\Command\ExampleCommand
  851.      */
  852.     protected function getExampleCommandService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  855.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  856.         include_once \dirname(__DIR__4).'/src/Command/ExampleCommand.php';
  857.         $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)));
  858.         $instance->setName('pw:import:example');
  859.         $instance->setDescription('Example command');
  860.         return $instance;
  861.     }
  862.     /**
  863.      * Gets the public 'App\Command\GenerateCrudCommand' shared autowired service.
  864.      *
  865.      * @return \App\Command\GenerateCrudCommand
  866.      */
  867.     protected function getGenerateCrudCommandService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  870.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  871.         include_once \dirname(__DIR__4).'/src/Command/GenerateCrudCommand.php';
  872.         $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)));
  873.         $instance->setName('pw:generate:crud');
  874.         $instance->setDescription('Generate CRUD');
  875.         return $instance;
  876.     }
  877.     /**
  878.      * Gets the public 'App\Controller\Admin\AdminController' shared autowired service.
  879.      *
  880.      * @return \App\Controller\Admin\AdminController
  881.      */
  882.     protected function getAdminControllerService()
  883.     {
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  885.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminController.php';
  886.         $this->services['App\\Controller\\Admin\\AdminController'] = $instance = new \App\Controller\Admin\AdminController();
  887.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\AdminController'$this));
  888.         return $instance;
  889.     }
  890.     /**
  891.      * Gets the public 'App\Controller\Admin\ArticleController' shared autowired service.
  892.      *
  893.      * @return \App\Controller\Admin\ArticleController
  894.      */
  895.     protected function getArticleControllerService()
  896.     {
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  898.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ArticleController.php';
  899.         $this->services['App\\Controller\\Admin\\ArticleController'] = $instance = new \App\Controller\Admin\ArticleController();
  900.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ArticleController'$this));
  901.         return $instance;
  902.     }
  903.     /**
  904.      * Gets the public 'App\Controller\Admin\CampaignController' shared autowired service.
  905.      *
  906.      * @return \App\Controller\Admin\CampaignController
  907.      */
  908.     protected function getCampaignControllerService()
  909.     {
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  911.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CampaignController.php';
  912.         $this->services['App\\Controller\\Admin\\CampaignController'] = $instance = new \App\Controller\Admin\CampaignController();
  913.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CampaignController'$this));
  914.         return $instance;
  915.     }
  916.     /**
  917.      * Gets the public 'App\Controller\Admin\CategoryArticleController' shared autowired service.
  918.      *
  919.      * @return \App\Controller\Admin\CategoryArticleController
  920.      */
  921.     protected function getCategoryArticleControllerService()
  922.     {
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  924.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryArticleController.php';
  925.         $this->services['App\\Controller\\Admin\\CategoryArticleController'] = $instance = new \App\Controller\Admin\CategoryArticleController();
  926.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryArticleController'$this));
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'App\Controller\Admin\CategoryController' shared autowired service.
  931.      *
  932.      * @return \App\Controller\Admin\CategoryController
  933.      */
  934.     protected function getCategoryControllerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  937.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryController.php';
  938.         $this->services['App\\Controller\\Admin\\CategoryController'] = $instance = new \App\Controller\Admin\CategoryController();
  939.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryController'$this));
  940.         return $instance;
  941.     }
  942.     /**
  943.      * Gets the public 'App\Controller\Admin\ContactController' shared autowired service.
  944.      *
  945.      * @return \App\Controller\Admin\ContactController
  946.      */
  947.     protected function getContactControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  950.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ContactController.php';
  951.         $this->services['App\\Controller\\Admin\\ContactController'] = $instance = new \App\Controller\Admin\ContactController();
  952.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ContactController'$this));
  953.         return $instance;
  954.     }
  955.     /**
  956.      * Gets the public 'App\Controller\Admin\EcommerceOrderController' shared autowired service.
  957.      *
  958.      * @return \App\Controller\Admin\EcommerceOrderController
  959.      */
  960.     protected function getEcommerceOrderControllerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  963.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EcommerceOrderController.php';
  964.         $this->services['App\\Controller\\Admin\\EcommerceOrderController'] = $instance = new \App\Controller\Admin\EcommerceOrderController();
  965.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\EcommerceOrderController'$this));
  966.         return $instance;
  967.     }
  968.     /**
  969.      * Gets the public 'App\Controller\Admin\FilemanagerController' shared autowired service.
  970.      *
  971.      * @return \App\Controller\Admin\FilemanagerController
  972.      */
  973.     protected function getFilemanagerControllerService()
  974.     {
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  976.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FilemanagerController.php';
  977.         $this->services['App\\Controller\\Admin\\FilemanagerController'] = $instance = new \App\Controller\Admin\FilemanagerController();
  978.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\FilemanagerController'$this));
  979.         return $instance;
  980.     }
  981.     /**
  982.      * Gets the public 'App\Controller\Admin\LauncherController' shared autowired service.
  983.      *
  984.      * @return \App\Controller\Admin\LauncherController
  985.      */
  986.     protected function getLauncherControllerService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  989.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LauncherController.php';
  990.         $this->services['App\\Controller\\Admin\\LauncherController'] = $instance = new \App\Controller\Admin\LauncherController(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  991.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LauncherController'$this));
  992.         return $instance;
  993.     }
  994.     /**
  995.      * Gets the public 'App\Controller\Admin\LicenceKeyController' shared autowired service.
  996.      *
  997.      * @return \App\Controller\Admin\LicenceKeyController
  998.      */
  999.     protected function getLicenceKeyControllerService()
  1000.     {
  1001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1002.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LicenceKeyController.php';
  1003.         $this->services['App\\Controller\\Admin\\LicenceKeyController'] = $instance = new \App\Controller\Admin\LicenceKeyController();
  1004.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LicenceKeyController'$this));
  1005.         return $instance;
  1006.     }
  1007.     /**
  1008.      * Gets the public 'App\Controller\Admin\ProductController' shared autowired service.
  1009.      *
  1010.      * @return \App\Controller\Admin\ProductController
  1011.      */
  1012.     protected function getProductControllerService()
  1013.     {
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1015.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProductController.php';
  1016.         $this->services['App\\Controller\\Admin\\ProductController'] = $instance = new \App\Controller\Admin\ProductController();
  1017.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ProductController'$this));
  1018.         return $instance;
  1019.     }
  1020.     /**
  1021.      * Gets the public 'App\Controller\Admin\QuestionController' shared autowired service.
  1022.      *
  1023.      * @return \App\Controller\Admin\QuestionController
  1024.      */
  1025.     protected function getQuestionControllerService()
  1026.     {
  1027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1028.         include_once \dirname(__DIR__4).'/src/Controller/Admin/QuestionController.php';
  1029.         $this->services['App\\Controller\\Admin\\QuestionController'] = $instance = new \App\Controller\Admin\QuestionController();
  1030.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\QuestionController'$this));
  1031.         return $instance;
  1032.     }
  1033.     /**
  1034.      * Gets the public 'App\Controller\Admin\RedirectionController' shared autowired service.
  1035.      *
  1036.      * @return \App\Controller\Admin\RedirectionController
  1037.      */
  1038.     protected function getRedirectionControllerService()
  1039.     {
  1040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1041.         include_once \dirname(__DIR__4).'/src/Controller/Admin/RedirectionController.php';
  1042.         $this->services['App\\Controller\\Admin\\RedirectionController'] = $instance = new \App\Controller\Admin\RedirectionController();
  1043.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\RedirectionController'$this));
  1044.         return $instance;
  1045.     }
  1046.     /**
  1047.      * Gets the public 'App\Controller\Admin\SecurityController' shared autowired service.
  1048.      *
  1049.      * @return \App\Controller\Admin\SecurityController
  1050.      */
  1051.     protected function getSecurityControllerService()
  1052.     {
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1054.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1055.         $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()));
  1056.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SecurityController'$this));
  1057.         return $instance;
  1058.     }
  1059.     /**
  1060.      * Gets the public 'App\Controller\Admin\SeoRouteController' shared autowired service.
  1061.      *
  1062.      * @return \App\Controller\Admin\SeoRouteController
  1063.      */
  1064.     protected function getSeoRouteControllerService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1067.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SeoRouteController.php';
  1068.         $this->services['App\\Controller\\Admin\\SeoRouteController'] = $instance = new \App\Controller\Admin\SeoRouteController();
  1069.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SeoRouteController'$this));
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'App\Controller\Admin\SubscriberController' shared autowired service.
  1074.      *
  1075.      * @return \App\Controller\Admin\SubscriberController
  1076.      */
  1077.     protected function getSubscriberControllerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberController.php';
  1081.         $this->services['App\\Controller\\Admin\\SubscriberController'] = $instance = new \App\Controller\Admin\SubscriberController();
  1082.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberController'$this));
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'App\Controller\Admin\SubscriberGroupController' shared autowired service.
  1087.      *
  1088.      * @return \App\Controller\Admin\SubscriberGroupController
  1089.      */
  1090.     protected function getSubscriberGroupControllerService()
  1091.     {
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1093.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberGroupController.php';
  1094.         $this->services['App\\Controller\\Admin\\SubscriberGroupController'] = $instance = new \App\Controller\Admin\SubscriberGroupController();
  1095.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberGroupController'$this));
  1096.         return $instance;
  1097.     }
  1098.     /**
  1099.      * Gets the public 'App\Controller\Admin\TemplateController' shared autowired service.
  1100.      *
  1101.      * @return \App\Controller\Admin\TemplateController
  1102.      */
  1103.     protected function getTemplateControllerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1106.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TemplateController.php';
  1107.         $this->services['App\\Controller\\Admin\\TemplateController'] = $instance = new \App\Controller\Admin\TemplateController();
  1108.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\TemplateController'$this));
  1109.         return $instance;
  1110.     }
  1111.     /**
  1112.      * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  1113.      *
  1114.      * @return \App\Controller\Admin\UserController
  1115.      */
  1116.     protected function getUserControllerService()
  1117.     {
  1118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1119.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UserController.php';
  1120.         $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController();
  1121.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\UserController'$this));
  1122.         return $instance;
  1123.     }
  1124.     /**
  1125.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  1126.      *
  1127.      * @return \App\Controller\ApiController
  1128.      */
  1129.     protected function getApiControllerService()
  1130.     {
  1131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1132.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  1133.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController();
  1134.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ApiController'$this));
  1135.         return $instance;
  1136.     }
  1137.     /**
  1138.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1139.      *
  1140.      * @return \App\Controller\AppController
  1141.      */
  1142.     protected function getAppControllerService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1145.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1146.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1147.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AppController'$this));
  1148.         return $instance;
  1149.     }
  1150.     /**
  1151.      * Gets the public 'App\Controller\ArticleController' shared autowired service.
  1152.      *
  1153.      * @return \App\Controller\ArticleController
  1154.      */
  1155.     protected function getArticleController2Service()
  1156.     {
  1157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1158.         include_once \dirname(__DIR__4).'/src/Controller/ArticleController.php';
  1159.         $this->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController();
  1160.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleController'$this));
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  1165.      *
  1166.      * @return \App\Controller\ContactController
  1167.      */
  1168.     protected function getContactController2Service()
  1169.     {
  1170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1171.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  1172.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
  1173.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContactController'$this));
  1174.         return $instance;
  1175.     }
  1176.     /**
  1177.      * Gets the public 'App\Controller\EcommerceController' shared autowired service.
  1178.      *
  1179.      * @return \App\Controller\EcommerceController
  1180.      */
  1181.     protected function getEcommerceControllerService()
  1182.     {
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1184.         include_once \dirname(__DIR__4).'/src/Controller/EcommerceController.php';
  1185.         $this->services['App\\Controller\\EcommerceController'] = $instance = new \App\Controller\EcommerceController();
  1186.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EcommerceController'$this));
  1187.         return $instance;
  1188.     }
  1189.     /**
  1190.      * Gets the public 'App\Controller\NewsletterController' shared autowired service.
  1191.      *
  1192.      * @return \App\Controller\NewsletterController
  1193.      */
  1194.     protected function getNewsletterControllerService()
  1195.     {
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1197.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterController.php';
  1198.         $this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
  1199.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NewsletterController'$this));
  1200.         return $instance;
  1201.     }
  1202.     /**
  1203.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  1204.      *
  1205.      * @return \App\Controller\ProfileController
  1206.      */
  1207.     protected function getProfileControllerService()
  1208.     {
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1211.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  1212.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  1213.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  1214.         return $instance;
  1215.     }
  1216.     /**
  1217.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  1218.      *
  1219.      * @return \App\Controller\RegistrationController
  1220.      */
  1221.     protected function getRegistrationControllerService()
  1222.     {
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1224.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  1225.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  1226.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RegistrationController'$this));
  1227.         return $instance;
  1228.     }
  1229.     /**
  1230.      * Gets the public 'App\EventListener\RequestListener' shared autowired service.
  1231.      *
  1232.      * @return \App\EventListener\RequestListener
  1233.      */
  1234.     protected function getRequestListenerService()
  1235.     {
  1236.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1237.         if (isset($this->services['App\\EventListener\\RequestListener'])) {
  1238.             return $this->services['App\\EventListener\\RequestListener'];
  1239.         }
  1240.         return $this->services['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Service\\FacebookConversion'] ?? $this->getFacebookConversionService()));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'App\EventListener\UserListener' shared autowired service.
  1244.      *
  1245.      * @return \App\EventListener\UserListener
  1246.      */
  1247.     protected function getUserListenerService()
  1248.     {
  1249.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  1250.         return $this->services['App\\EventListener\\UserListener'] = new \App\EventListener\UserListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Service\\FacebookConversion'] ?? $this->getFacebookConversionService()), ($this->services['App\\Service\\RedditConversion'] ?? $this->getRedditConversionService()));
  1251.     }
  1252.     /**
  1253.      * Gets the public 'App\Form\ArticleType' shared autowired service.
  1254.      *
  1255.      * @return \App\Form\ArticleType
  1256.      */
  1257.     protected function getArticleTypeService()
  1258.     {
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1261.         include_once \dirname(__DIR__4).'/src/Form/ArticleType.php';
  1262.         return $this->services['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
  1263.     }
  1264.     /**
  1265.      * Gets the public 'App\Form\CampaignType' shared autowired service.
  1266.      *
  1267.      * @return \App\Form\CampaignType
  1268.      */
  1269.     protected function getCampaignTypeService()
  1270.     {
  1271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1273.         include_once \dirname(__DIR__4).'/src/Form/CampaignType.php';
  1274.         return $this->services['App\\Form\\CampaignType'] = new \App\Form\CampaignType();
  1275.     }
  1276.     /**
  1277.      * Gets the public 'App\Form\CategoryArticleType' shared autowired service.
  1278.      *
  1279.      * @return \App\Form\CategoryArticleType
  1280.      */
  1281.     protected function getCategoryArticleTypeService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1285.         include_once \dirname(__DIR__4).'/src/Form/CategoryArticleType.php';
  1286.         return $this->services['App\\Form\\CategoryArticleType'] = new \App\Form\CategoryArticleType();
  1287.     }
  1288.     /**
  1289.      * Gets the public 'App\Form\CategoryType' shared autowired service.
  1290.      *
  1291.      * @return \App\Form\CategoryType
  1292.      */
  1293.     protected function getCategoryTypeService()
  1294.     {
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1297.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  1298.         return $this->services['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  1299.     }
  1300.     /**
  1301.      * Gets the public 'App\Form\ContactType' shared autowired service.
  1302.      *
  1303.      * @return \App\Form\ContactType
  1304.      */
  1305.     protected function getContactTypeService()
  1306.     {
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1309.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  1310.         return $this->services['App\\Form\\ContactType'] = new \App\Form\ContactType();
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Form\LauncherType' shared autowired service.
  1314.      *
  1315.      * @return \App\Form\LauncherType
  1316.      */
  1317.     protected function getLauncherTypeService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1321.         include_once \dirname(__DIR__4).'/src/Form/LauncherType.php';
  1322.         return $this->services['App\\Form\\LauncherType'] = new \App\Form\LauncherType();
  1323.     }
  1324.     /**
  1325.      * Gets the public 'App\Form\LicenceKeyType' shared autowired service.
  1326.      *
  1327.      * @return \App\Form\LicenceKeyType
  1328.      */
  1329.     protected function getLicenceKeyTypeService()
  1330.     {
  1331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1333.         include_once \dirname(__DIR__4).'/src/Form/LicenceKeyType.php';
  1334.         return $this->services['App\\Form\\LicenceKeyType'] = new \App\Form\LicenceKeyType();
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\Form\PictureType' shared autowired service.
  1338.      *
  1339.      * @return \App\Form\PictureType
  1340.      */
  1341.     protected function getPictureTypeService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1345.         include_once \dirname(__DIR__4).'/src/Form/PictureType.php';
  1346.         return $this->services['App\\Form\\PictureType'] = new \App\Form\PictureType();
  1347.     }
  1348.     /**
  1349.      * Gets the public 'App\Form\ProductType' shared autowired service.
  1350.      *
  1351.      * @return \App\Form\ProductType
  1352.      */
  1353.     protected function getProductTypeService()
  1354.     {
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1357.         include_once \dirname(__DIR__4).'/src/Form/ProductType.php';
  1358.         return $this->services['App\\Form\\ProductType'] = new \App\Form\ProductType();
  1359.     }
  1360.     /**
  1361.      * Gets the public 'App\Form\QuestionType' shared autowired service.
  1362.      *
  1363.      * @return \App\Form\QuestionType
  1364.      */
  1365.     protected function getQuestionTypeService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1369.         include_once \dirname(__DIR__4).'/src/Form/QuestionType.php';
  1370.         return $this->services['App\\Form\\QuestionType'] = new \App\Form\QuestionType();
  1371.     }
  1372.     /**
  1373.      * Gets the public 'App\Form\RedirectionType' shared autowired service.
  1374.      *
  1375.      * @return \App\Form\RedirectionType
  1376.      */
  1377.     protected function getRedirectionTypeService()
  1378.     {
  1379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1381.         include_once \dirname(__DIR__4).'/src/Form/RedirectionType.php';
  1382.         return $this->services['App\\Form\\RedirectionType'] = new \App\Form\RedirectionType();
  1383.     }
  1384.     /**
  1385.      * Gets the public 'App\Form\RegistrationType' shared autowired service.
  1386.      *
  1387.      * @return \App\Form\RegistrationType
  1388.      */
  1389.     protected function getRegistrationTypeService()
  1390.     {
  1391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1393.         include_once \dirname(__DIR__4).'/src/Form/RegistrationType.php';
  1394.         return $this->services['App\\Form\\RegistrationType'] = new \App\Form\RegistrationType();
  1395.     }
  1396.     /**
  1397.      * Gets the public 'App\Form\SeoRouteMetaType' shared autowired service.
  1398.      *
  1399.      * @return \App\Form\SeoRouteMetaType
  1400.      */
  1401.     protected function getSeoRouteMetaTypeService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1405.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteMetaType.php';
  1406.         return $this->services['App\\Form\\SeoRouteMetaType'] = new \App\Form\SeoRouteMetaType();
  1407.     }
  1408.     /**
  1409.      * Gets the public 'App\Form\SeoRouteType' shared autowired service.
  1410.      *
  1411.      * @return \App\Form\SeoRouteType
  1412.      */
  1413.     protected function getSeoRouteTypeService()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1417.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteType.php';
  1418.         return $this->services['App\\Form\\SeoRouteType'] = new \App\Form\SeoRouteType();
  1419.     }
  1420.     /**
  1421.      * Gets the public 'App\Form\SubscriberGroupType' shared autowired service.
  1422.      *
  1423.      * @return \App\Form\SubscriberGroupType
  1424.      */
  1425.     protected function getSubscriberGroupTypeService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1429.         include_once \dirname(__DIR__4).'/src/Form/SubscriberGroupType.php';
  1430.         return $this->services['App\\Form\\SubscriberGroupType'] = new \App\Form\SubscriberGroupType();
  1431.     }
  1432.     /**
  1433.      * Gets the public 'App\Form\SubscriberType' shared autowired service.
  1434.      *
  1435.      * @return \App\Form\SubscriberType
  1436.      */
  1437.     protected function getSubscriberTypeService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1441.         include_once \dirname(__DIR__4).'/src/Form/SubscriberType.php';
  1442.         return $this->services['App\\Form\\SubscriberType'] = new \App\Form\SubscriberType();
  1443.     }
  1444.     /**
  1445.      * Gets the public 'App\Form\TemplateType' shared autowired service.
  1446.      *
  1447.      * @return \App\Form\TemplateType
  1448.      */
  1449.     protected function getTemplateTypeService()
  1450.     {
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1453.         include_once \dirname(__DIR__4).'/src/Form/TemplateType.php';
  1454.         return $this->services['App\\Form\\TemplateType'] = new \App\Form\TemplateType();
  1455.     }
  1456.     /**
  1457.      * Gets the public 'App\Form\UserType' shared autowired service.
  1458.      *
  1459.      * @return \App\Form\UserType
  1460.      */
  1461.     protected function getUserTypeService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1465.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  1466.         return $this->services['App\\Form\\UserType'] = new \App\Form\UserType();
  1467.     }
  1468.     /**
  1469.      * Gets the public 'App\Form\YmlBlockType' shared autowired service.
  1470.      *
  1471.      * @return \App\Form\YmlBlockType
  1472.      */
  1473.     protected function getYmlBlockTypeService()
  1474.     {
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1477.         include_once \dirname(__DIR__4).'/src/Form/YmlBlockType.php';
  1478.         return $this->services['App\\Form\\YmlBlockType'] = new \App\Form\YmlBlockType();
  1479.     }
  1480.     /**
  1481.      * Gets the public 'App\Repository\ArticleRepository' shared autowired service.
  1482.      *
  1483.      * @return \App\Repository\ArticleRepository
  1484.      */
  1485.     protected function getArticleRepositoryService()
  1486.     {
  1487.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1492.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  1493.         return $this->services['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'App\Repository\CampaignRepository' shared autowired service.
  1497.      *
  1498.      * @return \App\Repository\CampaignRepository
  1499.      */
  1500.     protected function getCampaignRepositoryService()
  1501.     {
  1502.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1507.         include_once \dirname(__DIR__4).'/src/Repository/CampaignRepository.php';
  1508.         return $this->services['App\\Repository\\CampaignRepository'] = new \App\Repository\CampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1509.     }
  1510.     /**
  1511.      * Gets the public 'App\Repository\CartProductRepository' shared autowired service.
  1512.      *
  1513.      * @return \App\Repository\CartProductRepository
  1514.      */
  1515.     protected function getCartProductRepositoryService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1522.         include_once \dirname(__DIR__4).'/src/Repository/CartProductRepository.php';
  1523.         return $this->services['App\\Repository\\CartProductRepository'] = new \App\Repository\CartProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1524.     }
  1525.     /**
  1526.      * Gets the public 'App\Repository\CartRepository' shared autowired service.
  1527.      *
  1528.      * @return \App\Repository\CartRepository
  1529.      */
  1530.     protected function getCartRepositoryService()
  1531.     {
  1532.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1537.         include_once \dirname(__DIR__4).'/src/Repository/CartRepository.php';
  1538.         return $this->services['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1539.     }
  1540.     /**
  1541.      * Gets the public 'App\Repository\CategoryArticleRepository' shared autowired service.
  1542.      *
  1543.      * @return \App\Repository\CategoryArticleRepository
  1544.      */
  1545.     protected function getCategoryArticleRepositoryService()
  1546.     {
  1547.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1552.         include_once \dirname(__DIR__4).'/src/Repository/CategoryArticleRepository.php';
  1553.         return $this->services['App\\Repository\\CategoryArticleRepository'] = new \App\Repository\CategoryArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1554.     }
  1555.     /**
  1556.      * Gets the public 'App\Repository\CategoryRepository' shared autowired service.
  1557.      *
  1558.      * @return \App\Repository\CategoryRepository
  1559.      */
  1560.     protected function getCategoryRepositoryService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1567.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  1568.         return $this->services['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'App\Repository\ContactRepository' shared autowired service.
  1572.      *
  1573.      * @return \App\Repository\ContactRepository
  1574.      */
  1575.     protected function getContactRepositoryService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1582.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  1583.         return $this->services['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1584.     }
  1585.     /**
  1586.      * Gets the public 'App\Repository\EcommerceOrderRepository' shared autowired service.
  1587.      *
  1588.      * @return \App\Repository\EcommerceOrderRepository
  1589.      */
  1590.     protected function getEcommerceOrderRepositoryService()
  1591.     {
  1592.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1595.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1597.         include_once \dirname(__DIR__4).'/src/Repository/EcommerceOrderRepository.php';
  1598.         return $this->services['App\\Repository\\EcommerceOrderRepository'] = new \App\Repository\EcommerceOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1599.     }
  1600.     /**
  1601.      * Gets the public 'App\Repository\PictureRepository' shared autowired service.
  1602.      *
  1603.      * @return \App\Repository\PictureRepository
  1604.      */
  1605.     protected function getPictureRepositoryService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1612.         include_once \dirname(__DIR__4).'/src/Repository/PictureRepository.php';
  1613.         return $this->services['App\\Repository\\PictureRepository'] = new \App\Repository\PictureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1614.     }
  1615.     /**
  1616.      * Gets the public 'App\Repository\ProductRepository' shared autowired service.
  1617.      *
  1618.      * @return \App\Repository\ProductRepository
  1619.      */
  1620.     protected function getProductRepositoryService()
  1621.     {
  1622.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1623.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1627.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  1628.         return $this->services['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'App\Repository\QuestionRepository' shared autowired service.
  1632.      *
  1633.      * @return \App\Repository\QuestionRepository
  1634.      */
  1635.     protected function getQuestionRepositoryService()
  1636.     {
  1637.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1642.         include_once \dirname(__DIR__4).'/src/Repository/QuestionRepository.php';
  1643.         return $this->services['App\\Repository\\QuestionRepository'] = new \App\Repository\QuestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1644.     }
  1645.     /**
  1646.      * Gets the public 'App\Repository\RecipientRepository' shared autowired service.
  1647.      *
  1648.      * @return \App\Repository\RecipientRepository
  1649.      */
  1650.     protected function getRecipientRepositoryService()
  1651.     {
  1652.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1657.         include_once \dirname(__DIR__4).'/src/Repository/RecipientRepository.php';
  1658.         return $this->services['App\\Repository\\RecipientRepository'] = new \App\Repository\RecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1659.     }
  1660.     /**
  1661.      * Gets the public 'App\Repository\SeoRouteMetaRepository' shared autowired service.
  1662.      *
  1663.      * @return \App\Repository\SeoRouteMetaRepository
  1664.      */
  1665.     protected function getSeoRouteMetaRepositoryService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1672.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteMetaRepository.php';
  1673.         return $this->services['App\\Repository\\SeoRouteMetaRepository'] = new \App\Repository\SeoRouteMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1674.     }
  1675.     /**
  1676.      * Gets the public 'App\Repository\SeoRouteRepository' shared autowired service.
  1677.      *
  1678.      * @return \App\Repository\SeoRouteRepository
  1679.      */
  1680.     protected function getSeoRouteRepositoryService()
  1681.     {
  1682.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1687.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteRepository.php';
  1688.         return $this->services['App\\Repository\\SeoRouteRepository'] = new \App\Repository\SeoRouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1689.     }
  1690.     /**
  1691.      * Gets the public 'App\Repository\SubscriberGroupRepository' shared autowired service.
  1692.      *
  1693.      * @return \App\Repository\SubscriberGroupRepository
  1694.      */
  1695.     protected function getSubscriberGroupRepositoryService()
  1696.     {
  1697.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1702.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberGroupRepository.php';
  1703.         return $this->services['App\\Repository\\SubscriberGroupRepository'] = new \App\Repository\SubscriberGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1704.     }
  1705.     /**
  1706.      * Gets the public 'App\Repository\SubscriberRepository' shared autowired service.
  1707.      *
  1708.      * @return \App\Repository\SubscriberRepository
  1709.      */
  1710.     protected function getSubscriberRepositoryService()
  1711.     {
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1717.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberRepository.php';
  1718.         return $this->services['App\\Repository\\SubscriberRepository'] = new \App\Repository\SubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1719.     }
  1720.     /**
  1721.      * Gets the public 'App\Repository\TemplateRepository' shared autowired service.
  1722.      *
  1723.      * @return \App\Repository\TemplateRepository
  1724.      */
  1725.     protected function getTemplateRepositoryService()
  1726.     {
  1727.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1732.         include_once \dirname(__DIR__4).'/src/Repository/TemplateRepository.php';
  1733.         return $this->services['App\\Repository\\TemplateRepository'] = new \App\Repository\TemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'App\Repository\UserRepository' shared autowired service.
  1737.      *
  1738.      * @return \App\Repository\UserRepository
  1739.      */
  1740.     protected function getUserRepositoryService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1747.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  1748.         return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1749.     }
  1750.     /**
  1751.      * Gets the public 'App\Service\CheckRoute' shared autowired service.
  1752.      *
  1753.      * @return \App\Service\CheckRoute
  1754.      */
  1755.     protected function getCheckRouteService()
  1756.     {
  1757.         return $this->services['App\\Service\\CheckRoute'] = new \App\Service\CheckRoute(($this->services['router'] ?? $this->getRouterService()), $this->parameters['jms_i18n_routing.locales']);
  1758.     }
  1759.     /**
  1760.      * Gets the public 'App\Service\FacebookConversion' shared autowired service.
  1761.      *
  1762.      * @return \App\Service\FacebookConversion
  1763.      */
  1764.     protected function getFacebookConversionService()
  1765.     {
  1766.         return $this->services['App\\Service\\FacebookConversion'] = new \App\Service\FacebookConversion(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1767.     }
  1768.     /**
  1769.      * Gets the public 'App\Service\Filter' shared autowired service.
  1770.      *
  1771.      * @return \App\Service\Filter
  1772.      */
  1773.     protected function getFilterService()
  1774.     {
  1775.         include_once \dirname(__DIR__4).'/src/Service/Filter.php';
  1776.         return $this->services['App\\Service\\Filter'] = new \App\Service\Filter();
  1777.     }
  1778.     /**
  1779.      * Gets the public 'App\Service\Klaviyo' shared autowired service.
  1780.      *
  1781.      * @return \App\Service\Klaviyo
  1782.      */
  1783.     protected function getKlaviyoService()
  1784.     {
  1785.         include_once \dirname(__DIR__4).'/src/Service/Klaviyo.php';
  1786.         return $this->services['App\\Service\\Klaviyo'] = new \App\Service\Klaviyo($this);
  1787.     }
  1788.     /**
  1789.      * Gets the public 'App\Service\Mailer' shared autowired service.
  1790.      *
  1791.      * @return \App\Service\Mailer
  1792.      */
  1793.     protected function getMailerService()
  1794.     {
  1795.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  1796.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  1797.         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']]);
  1798.     }
  1799.     /**
  1800.      * Gets the public 'App\Service\Mailjet' shared autowired service.
  1801.      *
  1802.      * @return \App\Service\Mailjet
  1803.      */
  1804.     protected function getMailjetService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/src/Service/Mailjet.php';
  1807.         return $this->services['App\\Service\\Mailjet'] = new \App\Service\Mailjet(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1808.     }
  1809.     /**
  1810.      * Gets the public 'App\Service\Order' shared autowired service.
  1811.      *
  1812.      * @return \App\Service\Order
  1813.      */
  1814.     protected function getOrderService()
  1815.     {
  1816.         include_once \dirname(__DIR__4).'/src/Service/Order.php';
  1817.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1818.         if (isset($this->services['App\\Service\\Order'])) {
  1819.             return $this->services['App\\Service\\Order'];
  1820.         }
  1821.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1822.         if (isset($this->services['App\\Service\\Order'])) {
  1823.             return $this->services['App\\Service\\Order'];
  1824.         }
  1825.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1826.         if (isset($this->services['App\\Service\\Order'])) {
  1827.             return $this->services['App\\Service\\Order'];
  1828.         }
  1829.         return $this->services['App\\Service\\Order'] = new \App\Service\Order($a$this$b$c);
  1830.     }
  1831.     /**
  1832.      * Gets the public 'App\Service\Picture' shared autowired service.
  1833.      *
  1834.      * @return \App\Service\Picture
  1835.      */
  1836.     protected function getPictureService()
  1837.     {
  1838.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  1839.         if (isset($this->services['App\\Service\\Picture'])) {
  1840.             return $this->services['App\\Service\\Picture'];
  1841.         }
  1842.         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()));
  1843.     }
  1844.     /**
  1845.      * Gets the public 'App\Service\RedditConversion' shared autowired service.
  1846.      *
  1847.      * @return \App\Service\RedditConversion
  1848.      */
  1849.     protected function getRedditConversionService()
  1850.     {
  1851.         include_once \dirname(__DIR__4).'/src/Service/RedditConversion.php';
  1852.         return $this->services['App\\Service\\RedditConversion'] = new \App\Service\RedditConversion(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1853.     }
  1854.     /**
  1855.      * Gets the public 'App\Service\Seo' shared autowired service.
  1856.      *
  1857.      * @return \App\Service\Seo
  1858.      */
  1859.     protected function getSeoService()
  1860.     {
  1861.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1862.         if (isset($this->services['App\\Service\\Seo'])) {
  1863.             return $this->services['App\\Service\\Seo'];
  1864.         }
  1865.         return $this->services['App\\Service\\Seo'] = new \App\Service\Seo(($this->services['router'] ?? $this->getRouterService()), $a);
  1866.     }
  1867.     /**
  1868.      * Gets the public 'App\Service\Sitemap' shared autowired service.
  1869.      *
  1870.      * @return \App\Service\Sitemap
  1871.      */
  1872.     protected function getSitemapService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/src/Service/Sitemap.php';
  1875.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1876.         if (isset($this->services['App\\Service\\Sitemap'])) {
  1877.             return $this->services['App\\Service\\Sitemap'];
  1878.         }
  1879.         return $this->services['App\\Service\\Sitemap'] = new \App\Service\Sitemap(($this->services['router'] ?? $this->getRouterService()), $a);
  1880.     }
  1881.     /**
  1882.      * Gets the public 'App\Service\TwigExtension' shared autowired service.
  1883.      *
  1884.      * @return \App\Service\TwigExtension
  1885.      */
  1886.     protected function getTwigExtensionService()
  1887.     {
  1888.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1889.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1890.             return $this->services['App\\Service\\TwigExtension'];
  1891.         }
  1892.         $b = ($this->services['App\\Service\\Picture'] ?? $this->getPictureService());
  1893.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1894.             return $this->services['App\\Service\\TwigExtension'];
  1895.         }
  1896.         return $this->services['App\\Service\\TwigExtension'] = new \App\Service\TwigExtension(($this->services['router'] ?? $this->getRouterService()), $a$b);
  1897.     }
  1898.     /**
  1899.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1900.      *
  1901.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1902.      */
  1903.     protected function getProfilerControllerService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1906.         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()));
  1907.     }
  1908.     /**
  1909.      * Gets the public 'FOS\UserBundle\Controller\SecurityController' shared autowired service.
  1910.      *
  1911.      * @return \App\Controller\Admin\SecurityController
  1912.      */
  1913.     protected function getSecurityController2Service()
  1914.     {
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1916.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1917.         $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()));
  1918.         $instance->setContainer($this);
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  1923.      *
  1924.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  1925.      */
  1926.     protected function getBlameableEventSubscriberService()
  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/BlameableEventSubscriber.php';
  1930.         $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  1931.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1932.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1933.         }
  1934.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1935.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1936.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1937.         }
  1938.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a$bNULL);
  1939.     }
  1940.     /**
  1941.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  1942.      *
  1943.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  1944.      */
  1945.     protected function getLoggableEventSubscriberService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  1949.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1950.     }
  1951.     /**
  1952.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  1953.      *
  1954.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  1955.      */
  1956.     protected function getSluggableEventSubscriberService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  1960.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1961.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1962.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1963.         }
  1964.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  1965.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1966.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1967.         }
  1968.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  1969.     }
  1970.     /**
  1971.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  1972.      *
  1973.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  1974.      */
  1975.     protected function getSoftDeletableEventSubscriberService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  1979.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  1980.     }
  1981.     /**
  1982.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  1983.      *
  1984.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  1985.      */
  1986.     protected function getTimestampableEventSubscriberService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  1990.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  1991.     }
  1992.     /**
  1993.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  1994.      *
  1995.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  1996.      */
  1997.     protected function getTranslatableEventSubscriberService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  2001.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  2002.     }
  2003.     /**
  2004.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  2005.      *
  2006.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  2007.      */
  2008.     protected function getTreeEventSubscriberService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  2012.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  2013.     }
  2014.     /**
  2015.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  2016.      *
  2017.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  2018.      */
  2019.     protected function getUuidableEventSubscriberService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  2023.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  2024.     }
  2025.     /**
  2026.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  2027.      *
  2028.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  2029.      */
  2030.     protected function getLocaleProviderService()
  2031.     {
  2032.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  2034.         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()));
  2035.     }
  2036.     /**
  2037.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  2038.      *
  2039.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  2040.      */
  2041.     protected function getUserProviderService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  2045.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2046.         if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
  2047.             return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
  2048.         }
  2049.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($aNULL);
  2050.     }
  2051.     /**
  2052.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  2053.      *
  2054.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  2055.      */
  2056.     protected function getDefaultSluggableRepositoryService()
  2057.     {
  2058.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  2059.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2060.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  2061.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  2062.         }
  2063.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  2064.     }
  2065.     /**
  2066.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2067.      *
  2068.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2069.      */
  2070.     protected function getImagineControllerService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2074.         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))));
  2075.     }
  2076.     /**
  2077.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2078.      *
  2079.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2080.      */
  2081.     protected function getRedirectControllerService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2084.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2085.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2086.     }
  2087.     /**
  2088.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2089.      *
  2090.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2091.      */
  2092.     protected function getTemplateController2Service()
  2093.     {
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2095.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2096.     }
  2097.     /**
  2098.      * Gets the public 'cache.app' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2101.      */
  2102.     protected function getCache_AppService()
  2103.     {
  2104.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  2105.     }
  2106.     /**
  2107.      * Gets the public 'cache.app_clearer' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2110.      */
  2111.     protected function getCache_AppClearerService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2115.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2116.     }
  2117.     /**
  2118.      * Gets the public 'cache.global_clearer' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2121.      */
  2122.     protected function getCache_GlobalClearerService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2126.         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())]);
  2127.     }
  2128.     /**
  2129.      * Gets the public 'cache.system' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2132.      */
  2133.     protected function getCache_SystemService()
  2134.     {
  2135.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  2136.     }
  2137.     /**
  2138.      * Gets the public 'cache.system_clearer' shared service.
  2139.      *
  2140.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2141.      */
  2142.     protected function getCache_SystemClearerService()
  2143.     {
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2146.         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())]);
  2147.     }
  2148.     /**
  2149.      * Gets the public 'cache.validator_expression_language' shared service.
  2150.      *
  2151.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2152.      */
  2153.     protected function getCache_ValidatorExpressionLanguageService()
  2154.     {
  2155.         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()));
  2156.     }
  2157.     /**
  2158.      * Gets the public 'cache_warmer' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2161.      */
  2162.     protected function getCacheWarmerService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2166.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2167.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2168.             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'))));
  2169.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2170.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2171.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2172.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2173.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2174.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2175.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'console.command_loader' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2181.      */
  2182.     protected function getConsole_CommandLoaderService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2186.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2187.             'App\\Command\\ExampleCommand' => ['privates''.App\\Command\\ExampleCommand.lazy''getExampleCommand_LazyService'false],
  2188.             'App\\Command\\GenerateCrudCommand' => ['privates''.App\\Command\\GenerateCrudCommand.lazy''getGenerateCrudCommand_LazyService'false],
  2189.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2190.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2191.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2192.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2193.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2194.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2195.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2196.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2197.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2198.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2199.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2200.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2201.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2202.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2203.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2204.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2205.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2206.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2207.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2208.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2209.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2210.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2211.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2212.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2213.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2214.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2215.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2216.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2217.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2218.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2219.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2220.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2221.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2222.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2223.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2224.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2225.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2226.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2227.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2228.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2229.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2230.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2231.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2232.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2233.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2234.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2235.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2236.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2237.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2238.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2239.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2240.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2241.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2242.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2243.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2244.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2245.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2246.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2247.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2248.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2249.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2250.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2251.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2252.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2253.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  2254.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  2255.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2256.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2257.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2258.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2259.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2260.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2261.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2262.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2263.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2264.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2265.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2266.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2267.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2268.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2269.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  2270.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  2271.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2272.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2273.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  2274.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  2275.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2276.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2277.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2278.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2279.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2280.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2281.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2282.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2283.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2284.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2285.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2286.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2287.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2288.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2289.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2290.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2291.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2292.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2293.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2294.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2295.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2296.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2297.         ], [
  2298.             'App\\Command\\ExampleCommand' => '?',
  2299.             'App\\Command\\GenerateCrudCommand' => '?',
  2300.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2301.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2302.             'console.command.about' => '?',
  2303.             'console.command.assets_install' => '?',
  2304.             'console.command.cache_clear' => '?',
  2305.             'console.command.cache_pool_clear' => '?',
  2306.             'console.command.cache_pool_prune' => '?',
  2307.             'console.command.cache_pool_delete' => '?',
  2308.             'console.command.cache_pool_list' => '?',
  2309.             'console.command.cache_warmup' => '?',
  2310.             'console.command.config_debug' => '?',
  2311.             'console.command.config_dump_reference' => '?',
  2312.             'console.command.container_debug' => '?',
  2313.             'console.command.container_lint' => '?',
  2314.             'console.command.debug_autowiring' => '?',
  2315.             'console.command.dotenv_debug' => '?',
  2316.             'console.command.event_dispatcher_debug' => '?',
  2317.             'console.command.router_debug' => '?',
  2318.             'console.command.router_match' => '?',
  2319.             'console.command.translation_debug' => '?',
  2320.             'console.command.translation_extract' => '?',
  2321.             'console.command.validator_debug' => '?',
  2322.             'console.command.translation_pull' => '?',
  2323.             'console.command.translation_push' => '?',
  2324.             'console.command.xliff_lint' => '?',
  2325.             'console.command.yaml_lint' => '?',
  2326.             'console.command.form_debug' => '?',
  2327.             'console.command.secrets_set' => '?',
  2328.             'console.command.secrets_remove' => '?',
  2329.             'console.command.secrets_generate_key' => '?',
  2330.             'console.command.secrets_list' => '?',
  2331.             'console.command.secrets_decrypt_to_local' => '?',
  2332.             'console.command.secrets_encrypt_from_local' => '?',
  2333.             'twig.command.debug' => '?',
  2334.             'twig.command.lint' => '?',
  2335.             'security.command.debug_firewall' => '?',
  2336.             'security.command.user_password_encoder' => '?',
  2337.             'security.command.user_password_hash' => '?',
  2338.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2339.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2340.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2341.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2342.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2343.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2344.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2345.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2346.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2347.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2348.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2349.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2350.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2351.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2352.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2353.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2354.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2355.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2356.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2357.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2358.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2359.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2360.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2361.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2362.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2363.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2364.             'jms_translation.command.extract' => 'JMS\\TranslationBundle\\Command\\ExtractTranslationCommand',
  2365.             'jms_translation.command.list_resources' => 'JMS\\TranslationBundle\\Command\\ResourcesListCommand',
  2366.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2367.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2368.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2369.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2370.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2371.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2372.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2373.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2374.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2375.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2376.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2377.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2378.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2379.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2380.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  2381.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  2382.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2383.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2384.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2385.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2386.             'maker.auto_command.make_auth' => '?',
  2387.             'maker.auto_command.make_command' => '?',
  2388.             'maker.auto_command.make_controller' => '?',
  2389.             'maker.auto_command.make_crud' => '?',
  2390.             'maker.auto_command.make_docker_database' => '?',
  2391.             'maker.auto_command.make_entity' => '?',
  2392.             'maker.auto_command.make_fixtures' => '?',
  2393.             'maker.auto_command.make_form' => '?',
  2394.             'maker.auto_command.make_message' => '?',
  2395.             'maker.auto_command.make_messenger_middleware' => '?',
  2396.             'maker.auto_command.make_registration_form' => '?',
  2397.             'maker.auto_command.make_reset_password' => '?',
  2398.             'maker.auto_command.make_serializer_encoder' => '?',
  2399.             'maker.auto_command.make_serializer_normalizer' => '?',
  2400.             'maker.auto_command.make_subscriber' => '?',
  2401.             'maker.auto_command.make_twig_extension' => '?',
  2402.             'maker.auto_command.make_test' => '?',
  2403.             'maker.auto_command.make_validator' => '?',
  2404.             'maker.auto_command.make_voter' => '?',
  2405.             'maker.auto_command.make_user' => '?',
  2406.             'maker.auto_command.make_migration' => '?',
  2407.             'maker.auto_command.make_stimulus_controller' => '?',
  2408.         ]), ['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']);
  2409.     }
  2410.     /**
  2411.      * Gets the public 'container.env_var_processors_locator' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2414.      */
  2415.     protected function getContainer_EnvVarProcessorsLocatorService()
  2416.     {
  2417.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2418.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2419.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2420.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2421.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2422.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2423.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2424.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2425.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2426.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2427.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2428.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2429.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2430.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2431.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2432.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2433.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2434.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2435.         ], [
  2436.             'base64' => '?',
  2437.             'bool' => '?',
  2438.             'const' => '?',
  2439.             'csv' => '?',
  2440.             'default' => '?',
  2441.             'file' => '?',
  2442.             'float' => '?',
  2443.             'int' => '?',
  2444.             'json' => '?',
  2445.             'key' => '?',
  2446.             'not' => '?',
  2447.             'query_string' => '?',
  2448.             'require' => '?',
  2449.             'resolve' => '?',
  2450.             'string' => '?',
  2451.             'trim' => '?',
  2452.             'url' => '?',
  2453.         ]);
  2454.     }
  2455.     /**
  2456.      * Gets the public 'doctrine' shared service.
  2457.      *
  2458.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2459.      */
  2460.     protected function getDoctrineService()
  2461.     {
  2462.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2463.     }
  2464.     /**
  2465.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2466.      *
  2467.      * @return \Doctrine\DBAL\Connection
  2468.      */
  2469.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2470.     {
  2471.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2472.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2473.             return $this->services['doctrine.dbal.default_connection'];
  2474.         }
  2475.         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, []);
  2476.     }
  2477.     /**
  2478.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2479.      *
  2480.      * @return \Doctrine\ORM\EntityManager
  2481.      */
  2482.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2483.     {
  2484.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2485.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  2486.             return $this->services['doctrine.orm.default_entity_manager'];
  2487.         }
  2488.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  2489.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  2490.         return $instance;
  2491.     }
  2492.     /**
  2493.      * Gets the public 'error_controller' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2496.      */
  2497.     protected function getErrorControllerService()
  2498.     {
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2500.         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()));
  2501.     }
  2502.     /**
  2503.      * Gets the public 'event_dispatcher' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2506.      */
  2507.     protected function getEventDispatcherService()
  2508.     {
  2509.         $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())));
  2510.         $instance->addListener('kernel.exception', [=> function () {
  2511.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2512.         }, => 'onKernelException'], 0);
  2513.         $instance->addListener('kernel.controller', [=> function () {
  2514.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2515.         }, => 'onKernelController'], 0);
  2516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2517.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2518.         }, => 'checkPassport'], 1024);
  2519.         $instance->addListener('kernel.response', [=> function () {
  2520.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2521.         }, => 'onKernelResponse'], 0);
  2522.         $instance->addListener('kernel.response', [=> function () {
  2523.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2524.         }, => 'onKernelResponse'], 0);
  2525.         $instance->addListener('kernel.request', [=> function () {
  2526.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2527.         }, => 'onKernelRequest'], 0);
  2528.         $instance->addListener('kernel.response', [=> function () {
  2529.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  2530.         }, => 'onKernelResponse'], 256);
  2531.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2532.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2533.         }, => 'attachRefreshToken'], 0);
  2534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2535.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  2536.         }, => 'onLogout'], 0);
  2537.         $instance->addListener('kernel.exception', [=> function () {
  2538.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2539.         }, => 'onException'], 0);
  2540.         $instance->addListener('kernel.request', [=> function () {
  2541.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2542.         }, => 'onRequest'], 0);
  2543.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  2544.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2545.         }, => 'onRegister'], 0);
  2546.         $instance->addListener('fos_user.registration.success', [=> function () {
  2547.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2548.         }, => 'onRegisterSuccess'], 0);
  2549.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  2550.             return ($this->privates['app.user_listener'] ?? $this->getApp_UserListenerService());
  2551.         }, => 'onRegister'], 0);
  2552.         $instance->addListener('fos_user.registration.success', [=> function () {
  2553.             return ($this->privates['app.user_listener'] ?? $this->getApp_UserListenerService());
  2554.         }, => 'onRegisterSuccess'], 0);
  2555.         $instance->addListener('kernel.controller', [=> function () {
  2556.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2557.         }, => 'onKernelController'], 0);
  2558.         $instance->addListener('kernel.controller', [=> function () {
  2559.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2560.         }, => 'onKernelController'], 0);
  2561.         $instance->addListener('kernel.controller', [=> function () {
  2562.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2563.         }, => 'onKernelController'], -128);
  2564.         $instance->addListener('kernel.view', [=> function () {
  2565.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2566.         }, => 'onKernelView'], 0);
  2567.         $instance->addListener('kernel.controller', [=> function () {
  2568.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2569.         }, => 'onKernelController'], 0);
  2570.         $instance->addListener('kernel.response', [=> function () {
  2571.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2572.         }, => 'onKernelResponse'], 0);
  2573.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2574.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2575.         }, => 'onKernelControllerArguments'], 0);
  2576.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2577.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2578.         }, => 'onKernelControllerArguments'], 0);
  2579.         $instance->addListener('console.error', [=> function () {
  2580.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2581.         }, => 'onConsoleError'], 0);
  2582.         $instance->addListener('console.terminate', [=> function () {
  2583.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2584.         }, => 'onConsoleTerminate'], 0);
  2585.         $instance->addListener('kernel.response', [=> function () {
  2586.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2587.         }, => 'onKernelResponse'], 50);
  2588.         $instance->addListener('kernel.finish_request', [=> function () {
  2589.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2590.         }, => 'resetAssets'], 0);
  2591.         $instance->addListener('kernel.response', [=> function () {
  2592.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2593.         }, => 'onKernelResponse'], 0);
  2594.         $instance->addListener('kernel.response', [=> function () {
  2595.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2596.         }, => 'onKernelResponse'], -1024);
  2597.         $instance->addListener('kernel.request', [=> function () {
  2598.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2599.         }, => 'setDefaultLocale'], 100);
  2600.         $instance->addListener('kernel.request', [=> function () {
  2601.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2602.         }, => 'onKernelRequest'], 16);
  2603.         $instance->addListener('kernel.finish_request', [=> function () {
  2604.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2605.         }, => 'onKernelFinishRequest'], 0);
  2606.         $instance->addListener('kernel.request', [=> function () {
  2607.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2608.         }, => 'onKernelRequest'], 256);
  2609.         $instance->addListener('kernel.response', [=> function () {
  2610.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2611.         }, => 'onResponse'], -255);
  2612.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2613.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2614.         }, => 'onControllerArguments'], 0);
  2615.         $instance->addListener('kernel.exception', [=> function () {
  2616.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2617.         }, => 'logKernelException'], 0);
  2618.         $instance->addListener('kernel.exception', [=> function () {
  2619.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2620.         }, => 'onKernelException'], -128);
  2621.         $instance->addListener('kernel.response', [=> function () {
  2622.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2623.         }, => 'removeCspHeader'], -128);
  2624.         $instance->addListener('kernel.request', [=> function () {
  2625.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2626.         }, => 'onKernelRequest'], 15);
  2627.         $instance->addListener('kernel.finish_request', [=> function () {
  2628.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2629.         }, => 'onKernelFinishRequest'], -15);
  2630.         $instance->addListener('console.error', [=> function () {
  2631.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2632.         }, => 'onConsoleError'], -128);
  2633.         $instance->addListener('console.terminate', [=> function () {
  2634.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2635.         }, => 'onConsoleTerminate'], -128);
  2636.         $instance->addListener('console.error', [=> function () {
  2637.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2638.         }, => 'onConsoleError'], 0);
  2639.         $instance->addListener('kernel.request', [=> function () {
  2640.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2641.         }, => 'onKernelRequest'], 128);
  2642.         $instance->addListener('kernel.response', [=> function () {
  2643.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2644.         }, => 'onKernelResponse'], -1000);
  2645.         $instance->addListener('kernel.finish_request', [=> function () {
  2646.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2647.         }, => 'onFinishRequest'], 0);
  2648.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2649.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2650.         }, => 'onMessage'], -255);
  2651.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2652.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2653.         }, => 'onMessage'], -255);
  2654.         $instance->addListener('kernel.request', [=> function () {
  2655.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2656.         }, => 'configure'], 2048);
  2657.         $instance->addListener('console.command', [=> function () {
  2658.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2659.         }, => 'configure'], 2048);
  2660.         $instance->addListener('kernel.request', [=> function () {
  2661.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2662.         }, => 'onKernelRequest'], 32);
  2663.         $instance->addListener('kernel.finish_request', [=> function () {
  2664.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2665.         }, => 'onKernelFinishRequest'], 0);
  2666.         $instance->addListener('kernel.exception', [=> function () {
  2667.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2668.         }, => 'onKernelException'], -64);
  2669.         $instance->addListener('kernel.response', [=> function () {
  2670.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2671.         }, => 'onKernelResponse'], 0);
  2672.         $instance->addListener('kernel.response', [=> function () {
  2673.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2674.         }, => 'onKernelResponse'], -100);
  2675.         $instance->addListener('kernel.exception', [=> function () {
  2676.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2677.         }, => 'onKernelException'], 0);
  2678.         $instance->addListener('kernel.terminate', [=> function () {
  2679.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2680.         }, => 'onKernelTerminate'], -1024);
  2681.         $instance->addListener('kernel.controller', [=> function () {
  2682.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2683.         }, => 'onKernelController'], 0);
  2684.         $instance->addListener('kernel.response', [=> function () {
  2685.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2686.         }, => 'onKernelResponse'], 0);
  2687.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2688.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2689.         }, => 'onMessage'], 0);
  2690.         $instance->addListener('kernel.response', [=> function () {
  2691.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2692.         }, => 'onKernelResponse'], -128);
  2693.         $instance->addListener('kernel.response', [=> function () {
  2694.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2695.         }, => 'onKernelResponse'], 0);
  2696.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2697.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2698.         }, => 'checkPassport'], 0);
  2699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2700.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2701.         }, => 'onLoginSuccess'], 0);
  2702.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2703.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2704.         }, => 'onVoterVote'], 0);
  2705.         $instance->addListener('kernel.request', [=> function () {
  2706.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2707.         }, => 'configureLogoutUrlGenerator'], 8);
  2708.         $instance->addListener('kernel.request', [=> function () {
  2709.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2710.         }, => 'onKernelRequest'], 8);
  2711.         $instance->addListener('kernel.finish_request', [=> function () {
  2712.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2713.         }, => 'onKernelFinishRequest'], 0);
  2714.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2715.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2716.         }, => 'onImplicitLogin'], 0);
  2717.         $instance->addListener('security.interactive_login', [=> function () {
  2718.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2719.         }, => 'onSecurityInteractiveLogin'], 0);
  2720.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2721.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2722.         }, => 'authenticate'], 0);
  2723.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2724.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2725.         }, => 'authenticate'], 0);
  2726.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2727.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2728.         }, => 'authenticate'], 0);
  2729.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2730.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2731.         }, => 'addSuccessFlash'], 0);
  2732.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2733.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2734.         }, => 'addSuccessFlash'], 0);
  2735.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2736.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2737.         }, => 'addSuccessFlash'], 0);
  2738.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2739.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2740.         }, => 'addSuccessFlash'], 0);
  2741.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2742.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2743.         }, => 'onResettingResetInitialize'], 0);
  2744.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2745.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2746.         }, => 'onResettingResetSuccess'], 0);
  2747.         $instance->addListener('knp_pager.before', [=> function () {
  2748.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2749.         }, => 'before'], 0);
  2750.         $instance->addListener('knp_pager.pagination', [=> function () {
  2751.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2752.         }, => 'pagination'], 0);
  2753.         $instance->addListener('knp_pager.before', [=> function () {
  2754.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2755.         }, => 'before'], 1);
  2756.         $instance->addListener('knp_pager.before', [=> function () {
  2757.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2758.         }, => 'before'], 1);
  2759.         $instance->addListener('knp_pager.pagination', [=> function () {
  2760.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2761.         }, => 'pagination'], 1);
  2762.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2763.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2764.         }, => 'checkPassport'], 512);
  2765.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2766.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2767.         }, => 'onLogout'], 0);
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the public 'fos_user.change_password.controller' shared service.
  2772.      *
  2773.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2774.      */
  2775.     protected function getFosUser_ChangePassword_ControllerService()
  2776.     {
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  2779.         $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()));
  2780.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  2781.         return $instance;
  2782.     }
  2783.     /**
  2784.      * Gets the public 'fos_user.profile.controller' shared service.
  2785.      *
  2786.      * @return \FOS\UserBundle\Controller\ProfileController
  2787.      */
  2788.     protected function getFosUser_Profile_ControllerService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2791.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  2792.         $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()));
  2793.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.profile.controller'$this));
  2794.         return $instance;
  2795.     }
  2796.     /**
  2797.      * Gets the public 'fos_user.registration.controller' shared service.
  2798.      *
  2799.      * @return \FOS\UserBundle\Controller\RegistrationController
  2800.      */
  2801.     protected function getFosUser_Registration_ControllerService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  2805.         $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()));
  2806.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.registration.controller'$this));
  2807.         return $instance;
  2808.     }
  2809.     /**
  2810.      * Gets the public 'fos_user.resetting.controller' shared service.
  2811.      *
  2812.      * @return \FOS\UserBundle\Controller\ResettingController
  2813.      */
  2814.     protected function getFosUser_Resetting_ControllerService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  2820.         $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);
  2821.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the public 'fos_user.security.controller' shared service.
  2826.      *
  2827.      * @return \FOS\UserBundle\Controller\SecurityController
  2828.      */
  2829.     protected function getFosUser_Security_ControllerService()
  2830.     {
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  2833.         $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()));
  2834.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  2835.         return $instance;
  2836.     }
  2837.     /**
  2838.      * Gets the public 'fos_user.user_manager' shared service.
  2839.      *
  2840.      * @return \FOS\UserBundle\Doctrine\UserManager
  2841.      */
  2842.     protected function getFosUser_UserManagerService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  2847.         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');
  2848.     }
  2849.     /**
  2850.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2851.      *
  2852.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2853.      *
  2854.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken" service is deprecated.
  2855.      */
  2856.     protected function getGesdinet_JwtrefreshtokenService()
  2857.     {
  2858.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken" service is deprecated.');
  2859.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(($this->privates['gesdinet.jwtrefreshtoken.authenticator'] ?? $this->getGesdinet_Jwtrefreshtoken_AuthenticatorService()), ($this->privates['gesdinet.jwtrefreshtoken.user_provider'] ?? $this->getGesdinet_Jwtrefreshtoken_UserProviderService()), ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 15552000'api'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2860.     }
  2861.     /**
  2862.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_generator' shared service.
  2863.      *
  2864.      * @return \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator
  2865.      */
  2866.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGeneratorInterface.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGenerator.php';
  2870.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  2871.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'])) {
  2872.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'];
  2873.         }
  2874.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] = new \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator($a);
  2875.     }
  2876.     /**
  2877.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2878.      *
  2879.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2880.      */
  2881.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2882.     {
  2883.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2885.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2886.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'])) {
  2887.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'];
  2888.         }
  2889.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager($a'App\\Entity\\RefreshToken');
  2890.     }
  2891.     /**
  2892.      * Gets the public 'gesdinet.jwtrefreshtoken.request.extractor.chain' shared service.
  2893.      *
  2894.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor
  2895.      */
  2896.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ChainExtractor.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  2903.         $this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor();
  2904.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor())));
  2905.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor())));
  2906.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor())));
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the public 'http_kernel' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2913.      */
  2914.     protected function getHttpKernelService()
  2915.     {
  2916.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2917.         if (isset($this->services['http_kernel'])) {
  2918.             return $this->services['http_kernel'];
  2919.         }
  2920.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2921.         if (isset($this->services['http_kernel'])) {
  2922.             return $this->services['http_kernel'];
  2923.         }
  2924.         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);
  2925.     }
  2926.     /**
  2927.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  2928.      *
  2929.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  2930.      */
  2931.     protected function getJmsI18nRouting_CookieSettingListenerService()
  2932.     {
  2933.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  2934.     }
  2935.     /**
  2936.      * Gets the public 'jms_i18n_routing.loader' shared service.
  2937.      *
  2938.      * @return \JMS\I18nRoutingBundle\Router\I18nLoader
  2939.      */
  2940.     protected function getJmsI18nRouting_LoaderService()
  2941.     {
  2942.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nLoader.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  2945.         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()));
  2946.     }
  2947.     /**
  2948.      * Gets the public 'jms_translation.config_factory' shared service.
  2949.      *
  2950.      * @return \JMS\TranslationBundle\Translation\ConfigFactory
  2951.      */
  2952.     protected function getJmsTranslation_ConfigFactoryService()
  2953.     {
  2954.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigFactory.php';
  2955.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigBuilder.php';
  2956.         $a = new \JMS\TranslationBundle\Translation\ConfigBuilder();
  2957.         $a->setTranslationsDir((\dirname(__DIR__4).'/translations'));
  2958.         $a->setScanDirs([=> (\dirname(__DIR__4).'/src')]);
  2959.         $a->setIgnoredDomains([]);
  2960.         $a->setDomains([]);
  2961.         $a->setEnabledExtractors([]);
  2962.         $a->setExcludedDirs([=> 'cache'=> 'data'=> 'logs']);
  2963.         $a->setExcludedNames([=> '*TestCase.php'=> '*Test.php']);
  2964.         $a->setOutputFormat('yaml');
  2965.         $a->setUseIcuMessageFormat(false);
  2966.         $a->setKeepOldTranslations(false);
  2967.         $a->setLoadResources([]);
  2968.         return $this->services['jms_translation.config_factory'] = new \JMS\TranslationBundle\Translation\ConfigFactory(['app' => $a]);
  2969.     }
  2970.     /**
  2971.      * Gets the public 'jms_translation.controller.api_controller' shared service.
  2972.      *
  2973.      * @return \JMS\TranslationBundle\Controller\ApiController
  2974.      */
  2975.     protected function getJmsTranslation_Controller_ApiControllerService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/ApiController.php';
  2978.         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()));
  2979.     }
  2980.     /**
  2981.      * Gets the public 'jms_translation.controller.translate_controller' shared service.
  2982.      *
  2983.      * @return \JMS\TranslationBundle\Controller\TranslateController
  2984.      */
  2985.     protected function getJmsTranslation_Controller_TranslateControllerService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/TranslateController.php';
  2988.         $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()));
  2989.         $instance->setSourceLanguage('en');
  2990.         return $instance;
  2991.     }
  2992.     /**
  2993.      * Gets the public 'jms_translation.twig_extension' shared service.
  2994.      *
  2995.      * @return \JMS\TranslationBundle\Twig\TranslationExtension
  2996.      */
  2997.     protected function getJmsTranslation_TwigExtensionService()
  2998.     {
  2999.         return $this->services['jms_translation.twig_extension'] = new \JMS\TranslationBundle\Twig\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()), true);
  3000.     }
  3001.     /**
  3002.      * Gets the public 'jms_translation.updater' shared service.
  3003.      *
  3004.      * @return \JMS\TranslationBundle\Translation\Updater
  3005.      */
  3006.     protected function getJmsTranslation_UpdaterService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Updater.php';
  3009.         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()));
  3010.     }
  3011.     /**
  3012.      * Gets the public 'knp_paginator' shared service.
  3013.      *
  3014.      * @return \Knp\Component\Pager\Paginator
  3015.      */
  3016.     protected function getKnpPaginatorService($lazyLoad true)
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3020.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3021.         if (isset($this->services['knp_paginator'])) {
  3022.             return $this->services['knp_paginator'];
  3023.         }
  3024.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3025.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3030.      *
  3031.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3032.      */
  3033.     protected function getLexikJwtAuthentication_EncoderService()
  3034.     {
  3035.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3036.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3037.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3038.         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()));
  3039.     }
  3040.     /**
  3041.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3042.      *
  3043.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3044.      */
  3045.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3049.         $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 () {
  3050.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3051.         }, 1));
  3052.         $instance->setName('lexik:jwt:generate-token');
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3057.      *
  3058.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3059.      */
  3060.     protected function getLexikJwtAuthentication_JwtManagerService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  3067.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3068.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3069.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  3070.         }
  3071.         $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([]))));
  3072.         $instance->setUserIdentityField('username'false);
  3073.         return $instance;
  3074.     }
  3075.     /**
  3076.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3077.      *
  3078.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3079.      */
  3080.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3086.         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'), []);
  3087.     }
  3088.     /**
  3089.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3090.      *
  3091.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3092.      */
  3093.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3094.     {
  3095.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  3096.         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));
  3097.     }
  3098.     /**
  3099.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3100.      *
  3101.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3102.      */
  3103.     protected function getLiipImagine_Cache_ManagerService()
  3104.     {
  3105.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3106.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3107.             return $this->services['liip_imagine.cache.manager'];
  3108.         }
  3109.         $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);
  3110.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3111.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3112.         return $instance;
  3113.     }
  3114.     /**
  3115.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3116.      *
  3117.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3118.      */
  3119.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3120.     {
  3121.         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');
  3122.     }
  3123.     /**
  3124.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3125.      *
  3126.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3127.      */
  3128.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3129.     {
  3130.         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()));
  3131.     }
  3132.     /**
  3133.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3134.      *
  3135.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3136.      */
  3137.     protected function getLiipImagine_Cache_SignerService()
  3138.     {
  3139.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3140.     }
  3141.     /**
  3142.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3143.      *
  3144.      * @return \Liip\ImagineBundle\Config\StackCollection
  3145.      */
  3146.     protected function getLiipImagine_Config_StackCollectionService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3149.         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']);
  3150.     }
  3151.     /**
  3152.      * Gets the public 'liip_imagine.data.manager' shared service.
  3153.      *
  3154.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3155.      */
  3156.     protected function getLiipImagine_Data_ManagerService()
  3157.     {
  3158.         $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);
  3159.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3164.      *
  3165.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3166.      */
  3167.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  3168.     {
  3169.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3170.     }
  3171.     /**
  3172.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3173.      *
  3174.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3175.      */
  3176.     protected function getLiipImagine_Filter_Loader_FixedService()
  3177.     {
  3178.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3179.     }
  3180.     /**
  3181.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  3182.      *
  3183.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  3184.      */
  3185.     protected function getLiipImagine_Filter_Loader_FlipService()
  3186.     {
  3187.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  3188.     }
  3189.     /**
  3190.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  3191.      *
  3192.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  3193.      */
  3194.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  3195.     {
  3196.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  3197.     }
  3198.     /**
  3199.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  3200.      *
  3201.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  3202.      */
  3203.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  3204.     {
  3205.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  3206.     }
  3207.     /**
  3208.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  3209.      *
  3210.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  3211.      */
  3212.     protected function getLiipImagine_Filter_Loader_ResampleService()
  3213.     {
  3214.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  3215.     }
  3216.     /**
  3217.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  3218.      *
  3219.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  3220.      */
  3221.     protected function getLiipImagine_Filter_Loader_RotateService()
  3222.     {
  3223.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  3224.     }
  3225.     /**
  3226.      * Gets the public 'liip_imagine.filter.manager' shared service.
  3227.      *
  3228.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  3229.      */
  3230.     protected function getLiipImagine_Filter_ManagerService()
  3231.     {
  3232.         $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()));
  3233.         $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())));
  3234.         $instance->addLoader('resize', ($this->privates['liip_imagine.filter.loader.resize'] ?? ($this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader())));
  3235.         $instance->addLoader('thumbnail', ($this->privates['liip_imagine.filter.loader.thumbnail'] ?? ($this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader())));
  3236.         $instance->addLoader('crop', ($this->privates['liip_imagine.filter.loader.crop'] ?? ($this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader())));
  3237.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  3238.         $instance->addLoader('paste_image', ($this->privates['liip_imagine.filter.loader.paste_image'] ?? $this->getLiipImagine_Filter_Loader_PasteImageService()));
  3239.         $instance->addLoader('watermark_image', ($this->privates['liip_imagine.filter.loader.watermark_image'] ?? $this->getLiipImagine_Filter_Loader_WatermarkImageService()));
  3240.         $instance->addLoader('background', ($this->privates['liip_imagine.filter.loader.background'] ?? $this->getLiipImagine_Filter_Loader_BackgroundService()));
  3241.         $instance->addLoader('strip', ($this->privates['liip_imagine.filter.loader.strip'] ?? ($this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader())));
  3242.         $instance->addLoader('scale', ($this->privates['liip_imagine.filter.loader.scale'] ?? ($this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader())));
  3243.         $instance->addLoader('upscale', ($this->privates['liip_imagine.filter.loader.upscale'] ?? ($this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader())));
  3244.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  3245.         $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())));
  3246.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  3247.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  3248.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  3249.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  3250.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  3251.         $instance->addPostProcessor('jpegoptim', ($this->privates['liip_imagine.filter.post_processor.jpegoptim'] ?? $this->getLiipImagine_Filter_PostProcessor_JpegoptimService()));
  3252.         $instance->addPostProcessor('optipng', ($this->privates['liip_imagine.filter.post_processor.optipng'] ?? $this->getLiipImagine_Filter_PostProcessor_OptipngService()));
  3253.         $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'))));
  3254.         $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'))));
  3255.         $instance->addPostProcessor('cwebp', ($this->privates['liip_imagine.filter.post_processor.cwebp'] ?? $this->getLiipImagine_Filter_PostProcessor_CwebpService()));
  3256.         return $instance;
  3257.     }
  3258.     /**
  3259.      * Gets the public 'monolog.logger.deprecation' shared service.
  3260.      *
  3261.      * @return \Symfony\Bridge\Monolog\Logger
  3262.      */
  3263.     protected function getMonolog_Logger_DeprecationService()
  3264.     {
  3265.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3266.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3267.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3268.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3269.         return $instance;
  3270.     }
  3271.     /**
  3272.      * Gets the public 'request_stack' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3275.      */
  3276.     protected function getRequestStackService()
  3277.     {
  3278.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3279.     }
  3280.     /**
  3281.      * Gets the public 'router' shared service.
  3282.      *
  3283.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  3284.      */
  3285.     protected function getRouterService()
  3286.     {
  3287.         $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');
  3288.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3289.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3290.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'))));
  3291.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  3292.         $instance->setDefaultLocale('en');
  3293.         $instance->setRedirectToHost(true);
  3294.         return $instance;
  3295.     }
  3296.     /**
  3297.      * Gets the public 'routing.loader' shared service.
  3298.      *
  3299.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3300.      */
  3301.     protected function getRouting_LoaderService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3307.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
  3308.     }
  3309.     /**
  3310.      * Gets the public 'services_resetter' shared service.
  3311.      *
  3312.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3313.      */
  3314.     protected function getServicesResetterService()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3317.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3318.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  3319.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  3320.             }
  3321.             if (isset($this->privates['cache.webpack_encore'])) {
  3322.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  3323.             }
  3324.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  3325.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  3326.             }
  3327.             if (isset($this->services['cache.app'])) {
  3328.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3329.             }
  3330.             if (isset($this->services['cache.system'])) {
  3331.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3332.             }
  3333.             if (isset($this->privates['cache.validator'])) {
  3334.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3335.             }
  3336.             if (isset($this->privates['cache.serializer'])) {
  3337.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3338.             }
  3339.             if (isset($this->privates['cache.annotations'])) {
  3340.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3341.             }
  3342.             if (isset($this->privates['cache.property_info'])) {
  3343.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3344.             }
  3345.             if (isset($this->privates['.debug.http_client'])) {
  3346.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3347.             }
  3348.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3349.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3350.             }
  3351.             if (isset($this->privates['debug.stopwatch'])) {
  3352.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3353.             }
  3354.             if (isset($this->services['event_dispatcher'])) {
  3355.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3356.             }
  3357.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3358.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3359.             }
  3360.             if (isset($this->services['cache.validator_expression_language'])) {
  3361.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3362.             }
  3363.             if (isset($this->services['.container.private.profiler'])) {
  3364.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3365.             }
  3366.             if (isset($this->services['.container.private.validator'])) {
  3367.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3368.             }
  3369.             if (isset($this->privates['twig.form.engine'])) {
  3370.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3371.             }
  3372.             if (isset($this->services['.container.private.security.token_storage'])) {
  3373.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3374.             }
  3375.             if (isset($this->privates['cache.security_expression_language'])) {
  3376.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3377.             }
  3378.             if (isset($this->privates['debug.security.firewall'])) {
  3379.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  3380.             }
  3381.             if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  3382.                 yield 'debug.security.firewall.authenticator.admin' => ($this->privates['debug.security.firewall.authenticator.admin'] ?? null);
  3383.             }
  3384.             if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  3385.                 yield 'debug.security.firewall.authenticator.api_login' => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? null);
  3386.             }
  3387.             if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  3388.                 yield 'debug.security.firewall.authenticator.api' => ($this->privates['debug.security.firewall.authenticator.api'] ?? null);
  3389.             }
  3390.             if (isset($this->privates['cache.security_token_verifier'])) {
  3391.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
  3392.             }
  3393.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  3394.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  3395.             }
  3396.             if (isset($this->services['doctrine'])) {
  3397.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3398.             }
  3399.             if (isset($this->privates['form.type.entity'])) {
  3400.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3401.             }
  3402.             if (isset($this->privates['.debug.http_client'])) {
  3403.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3404.             }
  3405.         }, function () {
  3406.             return + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.admin'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_login'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api'])) + (int) (isset($this->privates['cache.security_token_verifier'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['.debug.http_client']));
  3407.         }), ['webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'debug.security.firewall.authenticator.admin' => [=> 'reset'], 'debug.security.firewall.authenticator.api_login' => [=> 'reset'], 'debug.security.firewall.authenticator.api' => [=> 'reset'], 'cache.security_token_verifier' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3408.     }
  3409.     /**
  3410.      * Gets the public 'test.client' service.
  3411.      *
  3412.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  3413.      */
  3414.     protected function getTest_ClientService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  3421.         $this->factories['test.client'] = function () {
  3422.             return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  3423.         };
  3424.         return $this->factories['test.client']();
  3425.     }
  3426.     /**
  3427.      * Gets the public 'test.private_services_locator' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3430.      */
  3431.     protected function getTest_PrivateServicesLocatorService()
  3432.     {
  3433.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3434.             'app.user_listener' => ['privates''app.user_listener''getApp_UserListenerService'false],
  3435.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  3436.             'twig.mobile_detect_extension' => ['privates''twig.mobile_detect_extension''getTwig_MobileDetectExtensionService'false],
  3437.             'a2lix_translation_form.locale.simple_provider' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  3438.             'a2lix_translation_form.form.event_listener.translations_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_listener''getA2lixTranslationForm_Form_EventListener_TranslationsListenerService'false],
  3439.             'a2lix_translation_form.form.event_listener.translations_form_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_form_listener''getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService'false],
  3440.             'a2lix_translation_form.form.type.translations_type' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  3441.             'a2lix_translation_form.form.type.translations_forms_type' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  3442.             'a2lix_translation_form.form.type.translations_locales_selector_type' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  3443.             'a2lix_translation_form.form.type.translated_entity_type' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  3444.             'liip_imagine.factory.config.filter.argument.point' => ['privates''liip_imagine.factory.config.filter.argument.point''getLiipImagine_Factory_Config_Filter_Argument_PointService'false],
  3445.             'liip_imagine.factory.config.filter.argument.size' => ['privates''liip_imagine.factory.config.filter.argument.size''getLiipImagine_Factory_Config_Filter_Argument_SizeService'false],
  3446.             'liip_imagine.factory.config.stack' => ['privates''liip_imagine.factory.config.stack''getLiipImagine_Factory_Config_StackService'false],
  3447.             'liip_imagine.factory.config.filter.auto_rotate' => ['privates''liip_imagine.factory.config.filter.auto_rotate''getLiipImagine_Factory_Config_Filter_AutoRotateService'false],
  3448.             'liip_imagine.factory.config.filter.background' => ['privates''liip_imagine.factory.config.filter.background''getLiipImagine_Factory_Config_Filter_BackgroundService'false],
  3449.             'liip_imagine.factory.config.filter.crop' => ['privates''liip_imagine.factory.config.filter.crop''getLiipImagine_Factory_Config_Filter_CropService'false],
  3450.             'liip_imagine.factory.config.filter.downscale' => ['privates''liip_imagine.factory.config.filter.downscale''getLiipImagine_Factory_Config_Filter_DownscaleService'false],
  3451.             'liip_imagine.factory.config.filter.flip' => ['privates''liip_imagine.factory.config.filter.flip''getLiipImagine_Factory_Config_Filter_FlipService'false],
  3452.             'liip_imagine.factory.config.filter.grayscale' => ['privates''liip_imagine.factory.config.filter.grayscale''getLiipImagine_Factory_Config_Filter_GrayscaleService'false],
  3453.             'liip_imagine.factory.config.filter.interlace' => ['privates''liip_imagine.factory.config.filter.interlace''getLiipImagine_Factory_Config_Filter_InterlaceService'false],
  3454.             'liip_imagine.factory.config.filter.paste' => ['privates''liip_imagine.factory.config.filter.paste''getLiipImagine_Factory_Config_Filter_PasteService'false],
  3455.             'liip_imagine.factory.config.filter.relative_resize' => ['privates''liip_imagine.factory.config.filter.relative_resize''getLiipImagine_Factory_Config_Filter_RelativeResizeService'false],
  3456.             'liip_imagine.factory.config.filter.resize' => ['privates''liip_imagine.factory.config.filter.resize''getLiipImagine_Factory_Config_Filter_ResizeService'false],
  3457.             'liip_imagine.factory.config.filter.rotate' => ['privates''liip_imagine.factory.config.filter.rotate''getLiipImagine_Factory_Config_Filter_RotateService'false],
  3458.             'liip_imagine.factory.config.filter.scale' => ['privates''liip_imagine.factory.config.filter.scale''getLiipImagine_Factory_Config_Filter_ScaleService'false],
  3459.             'liip_imagine.factory.config.filter.strip' => ['privates''liip_imagine.factory.config.filter.strip''getLiipImagine_Factory_Config_Filter_StripService'false],
  3460.             'liip_imagine.factory.config.filter.thumbnail' => ['privates''liip_imagine.factory.config.filter.thumbnail''getLiipImagine_Factory_Config_Filter_ThumbnailService'false],
  3461.             'liip_imagine.factory.config.filter.upscale' => ['privates''liip_imagine.factory.config.filter.upscale''getLiipImagine_Factory_Config_Filter_UpscaleService'false],
  3462.             'liip_imagine.factory.config.filter.watermark' => ['privates''liip_imagine.factory.config.filter.watermark''getLiipImagine_Factory_Config_Filter_WatermarkService'false],
  3463.             'liip_imagine.config.filter_factory_collection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  3464.             'liip_imagine.config.stack_builder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  3465.             'liip_imagine.filter.configuration' => ['privates''liip_imagine.filter.configuration''getLiipImagine_Filter_ConfigurationService'false],
  3466.             'liip_imagine.service.filter' => ['privates''liip_imagine.service.filter''getLiipImagine_Service_FilterService'false],
  3467.             'liip_imagine.controller.config' => ['privates''liip_imagine.controller.config''getLiipImagine_Controller_ConfigService'false],
  3468.             'liip_imagine.meta_data.reader' => ['privates''liip_imagine.meta_data.reader''getLiipImagine_MetaData_ReaderService'false],
  3469.             'liip_imagine.gd' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  3470.             'liip_imagine.filter.loader.relative_resize' => ['privates''liip_imagine.filter.loader.relative_resize''getLiipImagine_Filter_Loader_RelativeResizeService'false],
  3471.             'liip_imagine.filter.loader.resize' => ['privates''liip_imagine.filter.loader.resize''getLiipImagine_Filter_Loader_ResizeService'false],
  3472.             'liip_imagine.filter.loader.thumbnail' => ['privates''liip_imagine.filter.loader.thumbnail''getLiipImagine_Filter_Loader_ThumbnailService'false],
  3473.             'liip_imagine.filter.loader.crop' => ['privates''liip_imagine.filter.loader.crop''getLiipImagine_Filter_Loader_CropService'false],
  3474.             'liip_imagine.filter.loader.paste_image' => ['privates''liip_imagine.filter.loader.paste_image''getLiipImagine_Filter_Loader_PasteImageService'false],
  3475.             'liip_imagine.filter.loader.watermark_image' => ['privates''liip_imagine.filter.loader.watermark_image''getLiipImagine_Filter_Loader_WatermarkImageService'false],
  3476.             'liip_imagine.filter.loader.background' => ['privates''liip_imagine.filter.loader.background''getLiipImagine_Filter_Loader_BackgroundService'false],
  3477.             'liip_imagine.filter.loader.strip' => ['privates''liip_imagine.filter.loader.strip''getLiipImagine_Filter_Loader_StripService'false],
  3478.             'liip_imagine.filter.loader.scale' => ['privates''liip_imagine.filter.loader.scale''getLiipImagine_Filter_Loader_ScaleService'false],
  3479.             'liip_imagine.filter.loader.upscale' => ['privates''liip_imagine.filter.loader.upscale''getLiipImagine_Filter_Loader_UpscaleService'false],
  3480.             'liip_imagine.filter.loader.auto_rotate' => ['privates''liip_imagine.filter.loader.auto_rotate''getLiipImagine_Filter_Loader_AutoRotateService'false],
  3481.             'liip_imagine.form.type.image' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  3482.             'liip_imagine.binary.mime_type_guesser' => ['privates''liip_imagine.binary.mime_type_guesser''getLiipImagine_Binary_MimeTypeGuesserService'false],
  3483.             'liip_imagine.filter.post_processor.jpegoptim' => ['privates''liip_imagine.filter.post_processor.jpegoptim''getLiipImagine_Filter_PostProcessor_JpegoptimService'false],
  3484.             'liip_imagine.filter.post_processor.optipng' => ['privates''liip_imagine.filter.post_processor.optipng''getLiipImagine_Filter_PostProcessor_OptipngService'false],
  3485.             'liip_imagine.filter.post_processor.pngquant' => ['privates''liip_imagine.filter.post_processor.pngquant''getLiipImagine_Filter_PostProcessor_PngquantService'false],
  3486.             'liip_imagine.filter.post_processor.mozjpeg' => ['privates''liip_imagine.filter.post_processor.mozjpeg''getLiipImagine_Filter_PostProcessor_MozjpegService'false],
  3487.             'liip_imagine.filter.post_processor.cwebp' => ['privates''liip_imagine.filter.post_processor.cwebp''getLiipImagine_Filter_PostProcessor_CwebpService'false],
  3488.             'liip_imagine.templating.filter_extension' => ['privates''liip_imagine.templating.filter_extension''getLiipImagine_Templating_FilterExtensionService'false],
  3489.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  3490.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  3491.             'sensio_framework_extra.controller.listener' => ['privates''sensio_framework_extra.controller.listener''getSensioFrameworkExtra_Controller_ListenerService'false],
  3492.             'sensio_framework_extra.converter.listener' => ['privates''sensio_framework_extra.converter.listener''getSensioFrameworkExtra_Converter_ListenerService'false],
  3493.             'sensio_framework_extra.converter.manager' => ['privates''sensio_framework_extra.converter.manager''getSensioFrameworkExtra_Converter_ManagerService'false],
  3494.             'sensio_framework_extra.converter.doctrine.orm' => ['privates''sensio_framework_extra.converter.doctrine.orm''getSensioFrameworkExtra_Converter_Doctrine_OrmService'false],
  3495.             'framework_extra_bundle.date_time_param_converter' => ['privates''framework_extra_bundle.date_time_param_converter''getFrameworkExtraBundle_DateTimeParamConverterService'false],
  3496.             '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],
  3497.             'sensio_framework_extra.view.guesser' => ['privates''sensio_framework_extra.view.guesser''getSensioFrameworkExtra_View_GuesserService'false],
  3498.             'sensio_framework_extra.view.listener' => ['privates''sensio_framework_extra.view.listener''getSensioFrameworkExtra_View_ListenerService'false],
  3499.             'sensio_framework_extra.cache.listener' => ['privates''sensio_framework_extra.cache.listener''getSensioFrameworkExtra_Cache_ListenerService'false],
  3500.             'sensio_framework_extra.security.listener' => ['privates''sensio_framework_extra.security.listener''getSensioFrameworkExtra_Security_ListenerService'false],
  3501.             'sensio_framework_extra.security.expression_language.default' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  3502.             'framework_extra_bundle.event.is_granted' => ['privates''framework_extra_bundle.event.is_granted''getFrameworkExtraBundle_Event_IsGrantedService'false],
  3503.             'framework_extra_bundle.argument_name_convertor' => ['privates''framework_extra_bundle.argument_name_convertor''getFrameworkExtraBundle_ArgumentNameConvertorService'false],
  3504.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3505.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3506.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3507.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3508.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3509.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3510.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3511.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3512.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3513.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3514.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3515.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3516.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3517.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3518.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3519.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3520.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3521.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3522.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3523.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3524.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3525.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3526.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3527.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3528.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3529.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3530.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3531.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3532.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3533.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3534.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3535.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3536.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3537.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3538.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3539.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3540.             'maker.maker.make_stimulus_controller' => ['privates''maker.maker.make_stimulus_controller''getMaker_Maker_MakeStimulusControllerService'false],
  3541.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3542.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3543.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  3544.             'webpack_encore.twig_entry_files_extension' => ['privates''webpack_encore.twig_entry_files_extension''getWebpackEncore_TwigEntryFilesExtensionService'false],
  3545.             'webpack_encore.twig_stimulus_extension' => ['privates''webpack_encore.twig_stimulus_extension''getWebpackEncore_TwigStimulusExtensionService'false],
  3546.             'webpack_encore.entrypoint_lookup.cache_warmer' => ['privates''webpack_encore.entrypoint_lookup.cache_warmer''getWebpackEncore_EntrypointLookup_CacheWarmerService'false],
  3547.             'cache.webpack_encore' => ['privates''cache.webpack_encore''getCache_WebpackEncoreService'false],
  3548.             'webpack_encore.exception_listener' => ['privates''webpack_encore.exception_listener''getWebpackEncore_ExceptionListenerService'false],
  3549.             'webpack_encore.preload_assets_event_listener' => ['privates''webpack_encore.preload_assets_event_listener''getWebpackEncore_PreloadAssetsEventListenerService'false],
  3550.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => ['privates''Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener''getResetAssetsEventListenerService'false],
  3551.             'webpack_encore.entrypoint_lookup[_default]' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  3552.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  3553.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3554.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3555.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3556.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3557.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  3558.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3559.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3560.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3561.             'cache_clearer' => ['services''.container.private.cache_clearer''get_Container_Private_CacheClearerService'false],
  3562.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  3563.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3564.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3565.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  3566.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  3567.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  3568.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3569.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3570.             'slugger' => ['privates''slugger''getSluggerService'false],
  3571.             'container.getenv' => ['privates''container.getenv''getContainer_GetenvService'false],
  3572.             'config_builder.warmer' => ['privates''config_builder.warmer''getConfigBuilder_WarmerService'false],
  3573.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3574.             'fragment.uri_generator' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  3575.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3576.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3577.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  3578.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  3579.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  3580.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  3581.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  3582.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  3583.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  3584.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  3585.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  3586.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  3587.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  3588.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  3589.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  3590.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  3591.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  3592.             'console.command.dotenv_debug' => ['privates''console.command.dotenv_debug''getConsole_Command_DotenvDebugService'false],
  3593.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  3594.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  3595.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  3596.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  3597.             'console.command.translation_extract' => ['privates''console.command.translation_extract''getConsole_Command_TranslationExtractService'false],
  3598.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  3599.             'console.command.translation_pull' => ['privates''console.command.translation_pull''getConsole_Command_TranslationPullService'false],
  3600.             'console.command.translation_push' => ['privates''console.command.translation_push''getConsole_Command_TranslationPushService'false],
  3601.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  3602.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  3603.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  3604.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  3605.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  3606.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  3607.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  3608.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  3609.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  3610.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  3611.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  3612.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  3613.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  3614.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  3615.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  3616.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3617.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3618.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3619.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3620.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  3621.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  3622.             'assets._version__default' => ['privates''assets._version__default''getAssets_VersionDefaultService'false],
  3623.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  3624.             'mailer.mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3625.             'mailer.transports' => ['privates''mailer.transports''getMailer_TransportsService'false],
  3626.             'mailer.transport_factory' => ['privates''mailer.transport_factory''getMailer_TransportFactoryService'false],
  3627.             'mailer.envelope_listener' => ['privates''mailer.envelope_listener''getMailer_EnvelopeListenerService'false],
  3628.             'mailer.message_logger_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  3629.             'mailer.transport_factory.null' => ['privates''mailer.transport_factory.null''getMailer_TransportFactory_NullService'false],
  3630.             'mailer.transport_factory.sendmail' => ['privates''mailer.transport_factory.sendmail''getMailer_TransportFactory_SendmailService'false],
  3631.             'mailer.transport_factory.smtp' => ['privates''mailer.transport_factory.smtp''getMailer_TransportFactory_SmtpService'false],
  3632.             'mailer.transport_factory.native' => ['privates''mailer.transport_factory.native''getMailer_TransportFactory_NativeService'false],
  3633.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3634.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3635.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3636.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3637.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3638.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3639.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3640.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3641.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3642.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3643.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3644.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3645.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3646.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3647.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3648.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3649.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3650.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3651.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3652.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3653.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3654.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3655.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3656.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3657.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3658.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3659.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3660.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3661.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3662.             'translation.provider_collection' => ['privates''translation.provider_collection''getTranslation_ProviderCollectionService'false],
  3663.             'translation.provider_collection_factory' => ['privates''translation.provider_collection_factory''getTranslation_ProviderCollectionFactoryService'false],
  3664.             'translation.provider_factory.null' => ['privates''translation.provider_factory.null''getTranslation_ProviderFactory_NullService'false],
  3665.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  3666.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  3667.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  3668.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3669.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  3670.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  3671.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  3672.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3673.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3674.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3675.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3676.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3677.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3678.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3679.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3680.             'router.expression_language_provider' => ['privates''router.expression_language_provider''getRouter_ExpressionLanguageProviderService'false],
  3681.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3682.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3683.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3684.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3685.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3686.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  3687.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  3688.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  3689.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  3690.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  3691.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3692.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3693.             'secrets.decryption_key' => ['privates''secrets.decryption_key''getSecrets_DecryptionKeyService'false],
  3694.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3695.             'property_info' => ['privates''property_info''getPropertyInfoService'false],
  3696.             'property_info.reflection_extractor' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  3697.             'web_link.add_link_header_listener' => ['privates''web_link.add_link_header_listener''getWebLink_AddLinkHeaderListenerService'false],
  3698.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  3699.             'session.factory' => ['privates''session.factory''getSession_FactoryService'false],
  3700.             'session.storage.factory.native' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  3701.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3702.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3703.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3704.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3705.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3706.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3707.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3708.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3709.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3710.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3711.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3712.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3713.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3714.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3715.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3716.             'form.type.file' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  3717.             'form.type.color' => ['privates''form.type.color''getForm_Type_ColorService'false],
  3718.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3719.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3720.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3721.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3722.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3723.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3724.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3725.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3726.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3727.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3728.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3729.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3730.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3731.             'validator.expression_language' => ['privates''validator.expression_language''getValidator_ExpressionLanguageService'false],
  3732.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3733.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3734.             'validator.property_info_loader' => ['privates''validator.property_info_loader''getValidator_PropertyInfoLoaderService'false],
  3735.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3736.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3737.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3738.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  3739.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  3740.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  3741.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  3742.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  3743.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  3744.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  3745.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  3746.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  3747.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  3748.             'cache_pool_clearer.cache_warmer' => ['privates''cache_pool_clearer.cache_warmer''getCachePoolClearer_CacheWarmerService'false],
  3749.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3750.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  3751.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  3752.             'debug.validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  3753.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  3754.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3755.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  3756.             'mailer.data_collector' => ['privates''mailer.data_collector''getMailer_DataCollectorService'false],
  3757.             'data_collector.http_client' => ['privates''data_collector.http_client''getDataCollector_HttpClientService'false],
  3758.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  3759.             'a2lix_auto_form.form.event_listener.auto_form_listener' => ['privates''a2lix_auto_form.form.event_listener.auto_form_listener''getA2lixAutoForm_Form_EventListener_AutoFormListenerService'false],
  3760.             'a2lix_auto_form.form.type.auto_form_type' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  3761.             'a2lix_auto_form.doctrine.metadata_factory' => ['privates''a2lix_auto_form.doctrine.metadata_factory''getA2lixAutoForm_Doctrine_MetadataFactoryService'false],
  3762.             'a2lix_auto_form.object_info.doctrine_orm_info' => ['privates''a2lix_auto_form.object_info.doctrine_orm_info''getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService'false],
  3763.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3764.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3765.             'twig.loader.native_filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  3766.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3767.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3768.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  3769.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3770.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3771.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3772.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3773.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3774.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3775.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3776.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3777.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3778.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3779.             'twig.extension.debug' => ['privates''twig.extension.debug''getTwig_Extension_DebugService'false],
  3780.             'twig.extension.weblink' => ['privates''twig.extension.weblink''getTwig_Extension_WeblinkService'false],
  3781.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3782.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3783.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3784.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3785.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3786.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3787.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3788.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3789.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3790.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3791.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3792.             'twig.missing_extension_suggestor' => ['privates''twig.missing_extension_suggestor''getTwig_MissingExtensionSuggestorService'false],
  3793.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3794.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3795.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  3796.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3797.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3798.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3799.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3800.             'security.helper' => ['privates''security.helper''getSecurity_HelperService'false],
  3801.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3802.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3803.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3804.             'security.user_password_encoder.generic' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3805.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3806.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3807.             'security.authentication_utils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3808.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3809.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3810.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3811.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3812.             'security.impersonate_url_generator' => ['privates''security.impersonate_url_generator''getSecurity_ImpersonateUrlGeneratorService'false],
  3813.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3814.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3815.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3816.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3817.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  3818.             'security.password_hasher_factory' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  3819.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3820.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3821.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3822.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3823.             'security.listener.check_authenticator_credentials' => ['privates''security.listener.check_authenticator_credentials''getSecurity_Listener_CheckAuthenticatorCredentialsService'false],
  3824.             'security.listener.user_provider' => ['privates''security.listener.user_provider''getSecurity_Listener_UserProviderService'false],
  3825.             'security.listener.password_migrating' => ['privates''security.listener.password_migrating''getSecurity_Listener_PasswordMigratingService'false],
  3826.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3827.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3828.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  3829.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3830.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  3831.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3832.             'security.command.debug_firewall' => ['privates''security.command.debug_firewall''getSecurity_Command_DebugFirewallService'false],
  3833.             'security.firewall.map.config.admin' => ['privates''security.firewall.map.config.admin''getSecurity_Firewall_Map_Config_AdminService'false],
  3834.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  3835.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3836.             'security.listener.session.admin' => ['privates''security.listener.session.admin''getSecurity_Listener_Session_AdminService'false],
  3837.             'security.logout_listener.admin' => ['privates''security.logout_listener.admin''getSecurity_LogoutListener_AdminService'false],
  3838.             'security.logout.listener.default.admin' => ['privates''security.logout.listener.default.admin''getSecurity_Logout_Listener_Default_AdminService'false],
  3839.             'security.logout.listener.session.admin' => ['privates''security.logout.listener.session.admin''getSecurity_Logout_Listener_Session_AdminService'false],
  3840.             'security.authenticator.form_login.admin' => ['privates''security.authenticator.form_login.admin''getSecurity_Authenticator_FormLogin_AdminService'false],
  3841.             'security.authentication.success_handler.admin.form_login' => ['privates''security.authentication.success_handler.admin.form_login''getSecurity_Authentication_SuccessHandler_Admin_FormLoginService'false],
  3842.             'security.authentication.failure_handler.admin.form_login' => ['privates''security.authentication.failure_handler.admin.form_login''getSecurity_Authentication_FailureHandler_Admin_FormLoginService'false],
  3843.             'security.authenticator.manager.admin' => ['privates''security.authenticator.manager.admin''getSecurity_Authenticator_Manager_AdminService'false],
  3844.             'debug.security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  3845.             'security.listener.user_checker.admin' => ['privates''security.listener.user_checker.admin''getSecurity_Listener_UserChecker_AdminService'false],
  3846.             'security.exception_listener.admin' => ['privates''security.exception_listener.admin''getSecurity_ExceptionListener_AdminService'false],
  3847.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  3848.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3849.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  3850.             'security.authenticator.json_login.api_login' => ['privates''security.authenticator.json_login.api_login''getSecurity_Authenticator_JsonLogin_ApiLoginService'false],
  3851.             'security.authentication.success_handler.api_login.json_login' => ['privates''security.authentication.success_handler.api_login.json_login''getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService'false],
  3852.             'security.authentication.failure_handler.api_login.json_login' => ['privates''security.authentication.failure_handler.api_login.json_login''getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService'false],
  3853.             'security.authenticator.refresh_jwt.api_login' => ['privates''security.authenticator.refresh_jwt.api_login''getSecurity_Authenticator_RefreshJwt_ApiLoginService'false],
  3854.             'security.authentication.success_handler.api_login.refresh_jwt' => ['privates''security.authentication.success_handler.api_login.refresh_jwt''getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService'false],
  3855.             'security.authentication.failure_handler.api_login.refresh_jwt' => ['privates''security.authentication.failure_handler.api_login.refresh_jwt''getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService'false],
  3856.             'security.authenticator.manager.api_login' => ['privates''security.authenticator.manager.api_login''getSecurity_Authenticator_Manager_ApiLoginService'false],
  3857.             'debug.security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  3858.             'security.listener.user_checker.api_login' => ['privates''security.listener.user_checker.api_login''getSecurity_Listener_UserChecker_ApiLoginService'false],
  3859.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3860.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3861.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3862.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3863.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'false],
  3864.             'security.authenticator.manager.api' => ['privates''security.authenticator.manager.api''getSecurity_Authenticator_Manager_ApiService'false],
  3865.             'debug.security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  3866.             'security.listener.user_checker.api' => ['privates''security.listener.user_checker.api''getSecurity_Listener_UserChecker_ApiService'false],
  3867.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3868.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3869.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3870.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3871.             'security.context_listener.1' => ['privates''security.context_listener.1''getSecurity_ContextListener_1Service'false],
  3872.             'security.listener.session.main' => ['privates''security.listener.session.main''getSecurity_Listener_Session_MainService'false],
  3873.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3874.             'security.logout.listener.default.main' => ['privates''security.logout.listener.default.main''getSecurity_Logout_Listener_Default_MainService'false],
  3875.             'security.logout.listener.session.main' => ['privates''security.logout.listener.session.main''getSecurity_Logout_Listener_Session_MainService'false],
  3876.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'false],
  3877.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3878.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3879.             'cache.security_token_verifier' => ['privates''cache.security_token_verifier''getCache_SecurityTokenVerifierService'false],
  3880.             'security.authenticator.remember_me_signature_hasher.main' => ['privates''security.authenticator.remember_me_signature_hasher.main''getSecurity_Authenticator_RememberMeSignatureHasher_MainService'false],
  3881.             'security.authenticator.remember_me_handler.main' => ['privates''security.authenticator.remember_me_handler.main''getSecurity_Authenticator_RememberMeHandler_MainService'false],
  3882.             'security.listener.check_remember_me_conditions.main' => ['privates''security.listener.check_remember_me_conditions.main''getSecurity_Listener_CheckRememberMeConditions_MainService'false],
  3883.             'security.listener.remember_me.main' => ['privates''security.listener.remember_me.main''getSecurity_Listener_RememberMe_MainService'false],
  3884.             'security.authenticator.remember_me.main' => ['privates''security.authenticator.remember_me.main''getSecurity_Authenticator_RememberMe_MainService'false],
  3885.             'security.authenticator.manager.main' => ['privates''security.authenticator.manager.main''getSecurity_Authenticator_Manager_MainService'false],
  3886.             'debug.security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  3887.             'security.listener.user_checker.main' => ['privates''security.listener.user_checker.main''getSecurity_Listener_UserChecker_MainService'false],
  3888.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3889.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3890.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3891.             'security.command.user_password_hash' => ['privates''security.command.user_password_hash''getSecurity_Command_UserPasswordHashService'false],
  3892.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3893.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3894.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3895.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3896.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3897.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3898.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3899.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3900.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3901.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3902.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3903.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3904.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3905.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3906.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3907.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3908.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3909.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3910.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3911.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3912.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3913.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3914.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3915.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3916.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3917.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3918.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3919.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3920.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3921.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3922.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3923.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3924.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3925.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3926.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3927.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3928.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3929.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  3930.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  3931.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  3932.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  3933.             'doctrine.dbal.well_known_schema_asset_filter' => ['privates''doctrine.dbal.well_known_schema_asset_filter''getDoctrine_Dbal_WellKnownSchemaAssetFilterService'false],
  3934.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3935.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3936.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3937.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3938.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  3939.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  3940.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  3941.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  3942.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  3943.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates''Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider''getManagerRegistryAwareConnectionProviderService'false],
  3944.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  3945.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3946.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3947.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  3948.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  3949.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  3950.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3951.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3952.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3953.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  3954.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  3955.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3956.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3957.             'doctrine.orm.command.entity_manager_provider' => ['privates''doctrine.orm.command.entity_manager_provider''getDoctrine_Orm_Command_EntityManagerProviderService'false],
  3958.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3959.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3960.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3961.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3962.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3963.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3964.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3965.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3966.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3967.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3968.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3969.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3970.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3971.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3972.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3973.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  3974.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  3975.             'doctrine.orm.default_xml_metadata_driver' => ['privates''doctrine.orm.default_xml_metadata_driver''getDoctrine_Orm_DefaultXmlMetadataDriverService'false],
  3976.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  3977.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  3978.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  3979.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  3980.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3981.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  3982.             'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates''doctrine.orm.default_entity_manager.property_info_extractor''getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'false],
  3983.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  3984.             'jms_i18n_routing.locale_resolver.default' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  3985.             'jms_i18n_routing.router' => ['services''router''getRouterService'false],
  3986.             'jms_i18n_routing.route_exclusion_strategy' => ['privates''jms_i18n_routing.route_exclusion_strategy''getJmsI18nRouting_RouteExclusionStrategyService'false],
  3987.             'jms_i18n_routing.pattern_generation_strategy.default' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  3988.             'jms_i18n_routing.route_translation_extractor' => ['privates''jms_i18n_routing.route_translation_extractor''getJmsI18nRouting_RouteTranslationExtractorService'false],
  3989.             'jms_translation.file_source_factory' => ['privates''jms_translation.file_source_factory''getJmsTranslation_FileSourceFactoryService'false],
  3990.             'jms_translation.file_writer' => ['privates''jms_translation.file_writer''getJmsTranslation_FileWriterService'false],
  3991.             'jms_translation.loader_manager' => ['privates''jms_translation.loader_manager''getJmsTranslation_LoaderManagerService'false],
  3992.             'jms_translation.loader.xliff_loader' => ['privates''jms_translation.loader.xliff_loader''getJmsTranslation_Loader_XliffLoaderService'false],
  3993.             'jms_translation.dumper.php_dumper' => ['privates''jms_translation.dumper.php_dumper''getJmsTranslation_Dumper_PhpDumperService'false],
  3994.             'jms_translation.dumper.xliff_dumper' => ['privates''jms_translation.dumper.xliff_dumper''getJmsTranslation_Dumper_XliffDumperService'false],
  3995.             'jms_translation.dumper.xlf_dumper' => ['privates''jms_translation.dumper.xlf_dumper''getJmsTranslation_Dumper_XlfDumperService'false],
  3996.             'jms_translation.dumper.yaml_dumper' => ['privates''jms_translation.dumper.yaml_dumper''getJmsTranslation_Dumper_YamlDumperService'false],
  3997.             'jms_translation.extractor_manager' => ['privates''jms_translation.extractor_manager''getJmsTranslation_ExtractorManagerService'false],
  3998.             'jms_translation.extractor.file_extractor' => ['privates''jms_translation.extractor.file_extractor''getJmsTranslation_Extractor_FileExtractorService'false],
  3999.             'jms_translation.extractor.file.default_php_extractor' => ['privates''jms_translation.extractor.file.default_php_extractor''getJmsTranslation_Extractor_File_DefaultPhpExtractorService'false],
  4000.             'jms_translation.extractor.file.form_extractor' => ['privates''jms_translation.extractor.file.form_extractor''getJmsTranslation_Extractor_File_FormExtractorService'false],
  4001.             'jms_translation.extractor.file.translation_container_extractor' => ['privates''jms_translation.extractor.file.translation_container_extractor''getJmsTranslation_Extractor_File_TranslationContainerExtractorService'false],
  4002.             'jms_translation.extractor.file.twig_extractor' => ['privates''jms_translation.extractor.file.twig_extractor''getJmsTranslation_Extractor_File_TwigExtractorService'false],
  4003.             'jms_translation.extractor.file.validation_extractor' => ['privates''jms_translation.extractor.file.validation_extractor''getJmsTranslation_Extractor_File_ValidationExtractorService'false],
  4004.             'jms_translation.extractor.file.authentication_message_extractor' => ['privates''jms_translation.extractor.file.authentication_message_extractor''getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService'false],
  4005.             'jms_translation.doc_parser' => ['privates''jms_translation.doc_parser''getJmsTranslation_DocParserService'false],
  4006.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  4007.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  4008.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  4009.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  4010.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  4011.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  4012.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  4013.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  4014.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  4015.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  4016.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  4017.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  4018.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  4019.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  4020.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  4021.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  4022.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  4023.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  4024.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  4025.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  4026.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  4027.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  4028.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  4029.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  4030.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  4031.             'lexik_jwt_authentication.handler.authentication_success' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4032.             'lexik_jwt_authentication.handler.authentication_failure' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  4033.             'lexik_jwt_authentication.extractor.chain_extractor' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  4034.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => ['privates''lexik_jwt_authentication.extractor.authorization_header_extractor''getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService'false],
  4035.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  4036.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  4037.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  4038.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  4039.             'gesdinet.jwtrefreshtoken.send_token' => ['privates''gesdinet.jwtrefreshtoken.send_token''getGesdinet_Jwtrefreshtoken_SendTokenService'false],
  4040.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_body''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService'false],
  4041.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_parameter''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService'false],
  4042.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_cookie''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService'false],
  4043.             'gesdinet.jwtrefreshtoken.user_provider' => ['privates''gesdinet.jwtrefreshtoken.user_provider''getGesdinet_Jwtrefreshtoken_UserProviderService'false],
  4044.             'gesdinet.jwtrefreshtoken.authenticator' => ['privates''gesdinet.jwtrefreshtoken.authenticator''getGesdinet_Jwtrefreshtoken_AuthenticatorService'false],
  4045.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  4046.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  4047.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener''getLogoutEventListenerService'false],
  4048.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  4049.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  4050.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  4051.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  4052.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  4053.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  4054.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  4055.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  4056.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  4057.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  4058.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  4059.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  4060.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  4061.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  4062.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  4063.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  4064.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  4065.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  4066.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  4067.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  4068.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  4069.             'maker.auto_command.make_stimulus_controller' => ['privates''maker.auto_command.make_stimulus_controller''getMaker_AutoCommand_MakeStimulusControllerService'false],
  4070.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4071.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4072.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4073.             'monolog.logger.http_client' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  4074.             'monolog.logger.mailer' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4075.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4076.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4077.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4078.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4079.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4080.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4081.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  4082.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4083.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4084.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4085.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4086.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4087.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4088.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4089.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4090.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  4091.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  4092.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  4093.             'security.listener.csrf_protection' => ['privates''security.listener.csrf_protection''getSecurity_Listener_CsrfProtectionService'false],
  4094.             'security.logout.listener.csrf_token_clearing' => ['privates''security.logout.listener.csrf_token_clearing''getSecurity_Logout_Listener_CsrfTokenClearingService'false],
  4095.             'doctrine.dbal.default_schema_asset_filter_manager' => ['privates''doctrine.dbal.default_schema_asset_filter_manager''getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService'false],
  4096.             'jms_translation.loader.wrapped_symfony_loader.0' => ['privates''jms_translation.loader.wrapped_symfony_loader.0''getJmsTranslation_Loader_WrappedSymfonyLoader_0Service'false],
  4097.             'jms_translation.loader.wrapped_symfony_loader.1' => ['privates''jms_translation.loader.wrapped_symfony_loader.1''getJmsTranslation_Loader_WrappedSymfonyLoader_1Service'false],
  4098.             'jms_translation.loader.wrapped_symfony_loader.2' => ['privates''jms_translation.loader.wrapped_symfony_loader.2''getJmsTranslation_Loader_WrappedSymfonyLoader_2Service'false],
  4099.             'jms_translation.loader.wrapped_symfony_loader.3' => ['privates''jms_translation.loader.wrapped_symfony_loader.3''getJmsTranslation_Loader_WrappedSymfonyLoader_3Service'false],
  4100.             'jms_translation.loader.wrapped_symfony_loader.4' => ['privates''jms_translation.loader.wrapped_symfony_loader.4''getJmsTranslation_Loader_WrappedSymfonyLoader_4Service'false],
  4101.             'jms_translation.loader.wrapped_symfony_loader.5' => ['privates''jms_translation.loader.wrapped_symfony_loader.5''getJmsTranslation_Loader_WrappedSymfonyLoader_5Service'false],
  4102.             'jms_translation.loader.wrapped_symfony_loader.6' => ['privates''jms_translation.loader.wrapped_symfony_loader.6''getJmsTranslation_Loader_WrappedSymfonyLoader_6Service'false],
  4103.             'jms_translation.loader.wrapped_symfony_loader.7' => ['privates''jms_translation.loader.wrapped_symfony_loader.7''getJmsTranslation_Loader_WrappedSymfonyLoader_7Service'false],
  4104.             'jms_translation.loader.wrapped_symfony_loader.8' => ['privates''jms_translation.loader.wrapped_symfony_loader.8''getJmsTranslation_Loader_WrappedSymfonyLoader_8Service'false],
  4105.             'jms_translation.loader.wrapped_symfony_loader.9' => ['privates''jms_translation.loader.wrapped_symfony_loader.9''getJmsTranslation_Loader_WrappedSymfonyLoader_9Service'false],
  4106.             'jms_translation.loader.wrapped_symfony_loader.10' => ['privates''jms_translation.loader.wrapped_symfony_loader.10''getJmsTranslation_Loader_WrappedSymfonyLoader_10Service'false],
  4107.             'jms_translation.dumper.wrapped_symfony_dumper.2' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.2''getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service'false],
  4108.             'jms_translation.dumper.wrapped_symfony_dumper.3' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.3''getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service'false],
  4109.             'jms_translation.dumper.wrapped_symfony_dumper.5' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.5''getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service'false],
  4110.             'jms_translation.dumper.wrapped_symfony_dumper.6' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.6''getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service'false],
  4111.             'jms_translation.dumper.wrapped_symfony_dumper.7' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.7''getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service'false],
  4112.             'jms_translation.dumper.wrapped_symfony_dumper.8' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.8''getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service'false],
  4113.             'jms_translation.dumper.wrapped_symfony_dumper.9' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.9''getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service'false],
  4114.             'jms_translation.dumper.wrapped_symfony_dumper.10' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.10''getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service'false],
  4115.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  4116.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  4117.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  4118.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  4119.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  4120.             'debug.security.firewall.authenticator.admin.inner' => ['privates''debug.security.firewall.authenticator.admin.inner''getDebug_Security_Firewall_Authenticator_Admin_InnerService'false],
  4121.             'debug.security.firewall.authenticator.api_login.inner' => ['privates''debug.security.firewall.authenticator.api_login.inner''getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService'false],
  4122.             'debug.security.firewall.authenticator.api.inner' => ['privates''debug.security.firewall.authenticator.api.inner''getDebug_Security_Firewall_Authenticator_Api_InnerService'false],
  4123.             'debug.security.firewall.authenticator.main.inner' => ['privates''debug.security.firewall.authenticator.main.inner''getDebug_Security_Firewall_Authenticator_Main_InnerService'false],
  4124.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  4125.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  4126.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  4127.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  4128.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  4129.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  4130.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  4131.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  4132.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  4133.             'cache.webpack_encore.recorder_inner' => ['privates''cache.webpack_encore.recorder_inner''getCache_WebpackEncore_RecorderInnerService'false],
  4134.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  4135.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  4136.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  4137.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  4138.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  4139.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  4140.             'cache.validator_expression_language.recorder_inner' => ['privates''cache.validator_expression_language.recorder_inner''getCache_ValidatorExpressionLanguage_RecorderInnerService'false],
  4141.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  4142.             'cache.security_token_verifier.recorder_inner' => ['privates''cache.security_token_verifier.recorder_inner''getCache_SecurityTokenVerifier_RecorderInnerService'false],
  4143.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  4144.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  4145.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4146.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4147.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  4148.             'Liip\\ImagineBundle\\Config\\StackBuilder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  4149.             'Liip\\ImagineBundle\\Config\\StackCollection' => ['services''liip_imagine.config.stack_collection''getLiipImagine_Config_StackCollectionService'false],
  4150.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => ['services''liip_imagine.filter.manager''getLiipImagine_Filter_ManagerService'false],
  4151.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => ['services''liip_imagine.data.manager''getLiipImagine_Data_ManagerService'false],
  4152.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  4153.             'liip_imagine' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4154.             'Imagine\\Image\\ImagineInterface' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4155.             '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],
  4156.             'sensio_framework_extra.security.expression_language' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  4157.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4158.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4159.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4160.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  4161.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4162.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4163.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4164.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4165.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  4166.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  4167.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  4168.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  4169.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  4170.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  4171.             'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates''uri_signer''getUriSignerService'false],
  4172.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates''slugger''getSluggerService'false],
  4173.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  4174.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4175.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4176.             'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4177.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  4178.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  4179.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  4180.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  4181.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4182.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  4183.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  4184.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4185.             'Symfony\\Component\\Mailer\\MailerInterface' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4186.             'mailer.logger_message_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  4187.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  4188.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  4189.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  4190.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  4191.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  4192.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  4193.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  4194.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  4195.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  4196.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  4197.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  4198.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4199.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4200.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  4201.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4202.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4203.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4204.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4205.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4206.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4207.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4208.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4209.             'cache.default_doctrine_dbal_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4210.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4211.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4212.             'SessionHandlerInterface' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4213.             'session.storage.factory' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  4214.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4215.             'session_listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  4216.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  4217.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  4218.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4219.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  4220.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  4221.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4222.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  4223.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  4224.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4225.             'validator.mapping.class_metadata_factory' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4226.             'a2lix_auto_form.manipulator.default' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  4227.             'Twig_Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4228.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4229.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4230.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4231.             'Symfony\\Component\\Security\\Core\\Security' => ['privates''security.helper''getSecurity_HelperService'false],
  4232.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4233.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4234.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4235.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4236.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4237.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4238.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  4239.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4240.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  4241.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  4242.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  4243.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4244.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4245.             'security.user_providers' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4246.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4247.             'security.authentication.session_strategy.admin' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4248.             'security.user_checker.admin' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4249.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4250.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4251.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4252.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4253.             'security.firewall.context_locator' => ['privates''.service_locator.icRJycQ''get_ServiceLocator_IcRJycQService'false],
  4254.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4255.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  4256.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  4257.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4258.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  4259.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  4260.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4261.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4262.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4263.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4264.             'fos_user.mailer' => ['services''App\\Service\\Mailer''getMailerService'false],
  4265.             'FOS\\UserBundle\\Mailer\\MailerInterface' => ['services''App\\Service\\Mailer''getMailerService'false],
  4266.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  4267.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\LocaleProvider''getLocaleProviderService'false],
  4268.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\UserProvider''getUserProviderService'false],
  4269.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4270.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4271.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4272.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4273.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4274.             'Doctrine\\DBAL\\Connection $defaultConnection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4275.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4276.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4277.             'doctrine.orm.default_metadata_cache' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  4278.             'doctrine.orm.default_result_cache' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  4279.             'doctrine.orm.default_query_cache' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  4280.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4281.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4282.             'jms_i18n_routing.locale_resolver' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  4283.             'jms_i18n_routing.pattern_generation_strategy' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  4284.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  4285.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4286.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4287.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  4288.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4289.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  4290.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  4291.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  4292.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_generator''getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService'false],
  4293.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_manager''getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService'false],
  4294.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => ['services''gesdinet.jwtrefreshtoken.request.extractor.chain''getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService'false],
  4295.             'twig.loader.filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4296.             'a2lix_translation_form.locale_provider.default' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  4297.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4298.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4299.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4300.             'Psr\\Log\\LoggerInterface $httpClientLogger' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  4301.             'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4302.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4303.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4304.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4305.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4306.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4307.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4308.             'Psr\\Log\\LoggerInterface $deprecationLogger' => ['services''monolog.logger.deprecation''getMonolog_Logger_DeprecationService'false],
  4309.             'argument_resolver.controller_locator' => ['privates''.service_locator.SHOOQIy''get_ServiceLocator_SHOOQIyService'false],
  4310.             'twig.loader' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4311.             'doctrine.id_generator_locator' => ['privates''.service_locator.KLVvNIq''get_ServiceLocator_KLVvNIqService'false],
  4312.             'gesdinet.jwtrefreshtoken.object_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4313.             'gesdinet.jwtrefreshtoken.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4314.             'http_client' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  4315.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  4316.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  4317.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  4318.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  4319.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4320.             'security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  4321.             'security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  4322.             'security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  4323.             'security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  4324.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  4325.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4326.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4327.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4328.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4329.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4330.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4331.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4332.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4333.             'doctrine.orm.default_metadata_driver' => ['privates''.doctrine.orm.default_metadata_driver''get_Doctrine_Orm_DefaultMetadataDriverService'false],
  4334.             'security.password_encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4335.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4336.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4337.         ], [
  4338.             'app.user_listener' => '?',
  4339.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => '?',
  4340.             'twig.mobile_detect_extension' => '?',
  4341.             'a2lix_translation_form.locale.simple_provider' => '?',
  4342.             'a2lix_translation_form.form.event_listener.translations_listener' => '?',
  4343.             'a2lix_translation_form.form.event_listener.translations_form_listener' => '?',
  4344.             'a2lix_translation_form.form.type.translations_type' => '?',
  4345.             'a2lix_translation_form.form.type.translations_forms_type' => '?',
  4346.             'a2lix_translation_form.form.type.translations_locales_selector_type' => '?',
  4347.             'a2lix_translation_form.form.type.translated_entity_type' => '?',
  4348.             'liip_imagine.factory.config.filter.argument.point' => '?',
  4349.             'liip_imagine.factory.config.filter.argument.size' => '?',
  4350.             'liip_imagine.factory.config.stack' => '?',
  4351.             'liip_imagine.factory.config.filter.auto_rotate' => '?',
  4352.             'liip_imagine.factory.config.filter.background' => '?',
  4353.             'liip_imagine.factory.config.filter.crop' => '?',
  4354.             'liip_imagine.factory.config.filter.downscale' => '?',
  4355.             'liip_imagine.factory.config.filter.flip' => '?',
  4356.             'liip_imagine.factory.config.filter.grayscale' => '?',
  4357.             'liip_imagine.factory.config.filter.interlace' => '?',
  4358.             'liip_imagine.factory.config.filter.paste' => '?',
  4359.             'liip_imagine.factory.config.filter.relative_resize' => '?',
  4360.             'liip_imagine.factory.config.filter.resize' => '?',
  4361.             'liip_imagine.factory.config.filter.rotate' => '?',
  4362.             'liip_imagine.factory.config.filter.scale' => '?',
  4363.             'liip_imagine.factory.config.filter.strip' => '?',
  4364.             'liip_imagine.factory.config.filter.thumbnail' => '?',
  4365.             'liip_imagine.factory.config.filter.upscale' => '?',
  4366.             'liip_imagine.factory.config.filter.watermark' => '?',
  4367.             'liip_imagine.config.filter_factory_collection' => '?',
  4368.             'liip_imagine.config.stack_builder' => '?',
  4369.             'liip_imagine.filter.configuration' => '?',
  4370.             'liip_imagine.service.filter' => '?',
  4371.             'liip_imagine.controller.config' => '?',
  4372.             'liip_imagine.meta_data.reader' => '?',
  4373.             'liip_imagine.gd' => '?',
  4374.             'liip_imagine.filter.loader.relative_resize' => '?',
  4375.             'liip_imagine.filter.loader.resize' => '?',
  4376.             'liip_imagine.filter.loader.thumbnail' => '?',
  4377.             'liip_imagine.filter.loader.crop' => '?',
  4378.             'liip_imagine.filter.loader.paste_image' => '?',
  4379.             'liip_imagine.filter.loader.watermark_image' => '?',
  4380.             'liip_imagine.filter.loader.background' => '?',
  4381.             'liip_imagine.filter.loader.strip' => '?',
  4382.             'liip_imagine.filter.loader.scale' => '?',
  4383.             'liip_imagine.filter.loader.upscale' => '?',
  4384.             'liip_imagine.filter.loader.auto_rotate' => '?',
  4385.             'liip_imagine.form.type.image' => '?',
  4386.             'liip_imagine.binary.mime_type_guesser' => '?',
  4387.             'liip_imagine.filter.post_processor.jpegoptim' => '?',
  4388.             'liip_imagine.filter.post_processor.optipng' => '?',
  4389.             'liip_imagine.filter.post_processor.pngquant' => '?',
  4390.             'liip_imagine.filter.post_processor.mozjpeg' => '?',
  4391.             'liip_imagine.filter.post_processor.cwebp' => '?',
  4392.             'liip_imagine.templating.filter_extension' => '?',
  4393.             'liip_imagine.command.cache_remove' => '?',
  4394.             'liip_imagine.command.cache_resolve' => '?',
  4395.             'sensio_framework_extra.controller.listener' => '?',
  4396.             'sensio_framework_extra.converter.listener' => '?',
  4397.             'sensio_framework_extra.converter.manager' => '?',
  4398.             'sensio_framework_extra.converter.doctrine.orm' => '?',
  4399.             'framework_extra_bundle.date_time_param_converter' => '?',
  4400.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
  4401.             'sensio_framework_extra.view.guesser' => '?',
  4402.             'sensio_framework_extra.view.listener' => '?',
  4403.             'sensio_framework_extra.cache.listener' => '?',
  4404.             'sensio_framework_extra.security.listener' => '?',
  4405.             'sensio_framework_extra.security.expression_language.default' => '?',
  4406.             'framework_extra_bundle.event.is_granted' => '?',
  4407.             'framework_extra_bundle.argument_name_convertor' => '?',
  4408.             'maker.file_manager' => '?',
  4409.             'maker.autoloader_finder' => '?',
  4410.             'maker.autoloader_util' => '?',
  4411.             'maker.file_link_formatter' => '?',
  4412.             'maker.event_registry' => '?',
  4413.             'maker.console_error_listener' => '?',
  4414.             'maker.doctrine_helper' => '?',
  4415.             'maker.generator' => '?',
  4416.             'maker.entity_class_generator' => '?',
  4417.             'maker.user_class_builder' => '?',
  4418.             'maker.security_config_updater' => '?',
  4419.             'maker.renderer.form_type_renderer' => '?',
  4420.             'maker.security_controller_builder' => '?',
  4421.             'maker.php_compat_util' => '?',
  4422.             'maker.template_component_generator' => '?',
  4423.             'maker.maker.make_authenticator' => '?',
  4424.             'maker.maker.make_command' => '?',
  4425.             'maker.maker.make_controller' => '?',
  4426.             'maker.maker.make_crud' => '?',
  4427.             'maker.maker.make_docker_database' => '?',
  4428.             'maker.maker.make_entity' => '?',
  4429.             'maker.maker.make_fixtures' => '?',
  4430.             'maker.maker.make_form' => '?',
  4431.             'maker.maker.make_message' => '?',
  4432.             'maker.maker.make_messenger_middleware' => '?',
  4433.             'maker.maker.make_registration_form' => '?',
  4434.             'maker.maker.make_reset_password' => '?',
  4435.             'maker.maker.make_serializer_encoder' => '?',
  4436.             'maker.maker.make_serializer_normalizer' => '?',
  4437.             'maker.maker.make_subscriber' => '?',
  4438.             'maker.maker.make_twig_extension' => '?',
  4439.             'maker.maker.make_test' => '?',
  4440.             'maker.maker.make_validator' => '?',
  4441.             'maker.maker.make_voter' => '?',
  4442.             'maker.maker.make_user' => '?',
  4443.             'maker.maker.make_migration' => '?',
  4444.             'maker.maker.make_stimulus_controller' => '?',
  4445.             'monolog.logger' => '?',
  4446.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4447.             'webpack_encore.tag_renderer' => '?',
  4448.             'webpack_encore.twig_entry_files_extension' => '?',
  4449.             'webpack_encore.twig_stimulus_extension' => '?',
  4450.             'webpack_encore.entrypoint_lookup.cache_warmer' => '?',
  4451.             'cache.webpack_encore' => '?',
  4452.             'webpack_encore.exception_listener' => '?',
  4453.             'webpack_encore.preload_assets_event_listener' => '?',
  4454.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => '?',
  4455.             'webpack_encore.entrypoint_lookup[_default]' => '?',
  4456.             'argument_metadata_factory' => '?',
  4457.             'response_listener' => '?',
  4458.             'streamed_response_listener' => '?',
  4459.             'locale_listener' => '?',
  4460.             'validate_request_listener' => '?',
  4461.             'disallow_search_engine_index_response_listener' => '?',
  4462.             'exception_listener' => '?',
  4463.             'parameter_bag' => '?',
  4464.             'url_helper' => '?',
  4465.             'cache_clearer' => '?',
  4466.             'filesystem' => '?',
  4467.             'file_locator' => '?',
  4468.             'uri_signer' => '?',
  4469.             'config_cache_factory' => '?',
  4470.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  4471.             'config.resource.self_checking_resource_checker' => '?',
  4472.             'locale_aware_listener' => '?',
  4473.             'container.env_var_processor' => '?',
  4474.             'slugger' => '?',
  4475.             'container.getenv' => '?',
  4476.             'config_builder.warmer' => '?',
  4477.             'fragment.handler' => '?',
  4478.             'fragment.uri_generator' => '?',
  4479.             'fragment.renderer.inline' => '?',
  4480.             'error_handler.error_renderer.html' => '?',
  4481.             'console.error_listener' => '?',
  4482.             'console.suggest_missing_package_subscriber' => '?',
  4483.             'console.command.about' => '?',
  4484.             'console.command.assets_install' => '?',
  4485.             'console.command.cache_clear' => '?',
  4486.             'console.command.cache_pool_clear' => '?',
  4487.             'console.command.cache_pool_prune' => '?',
  4488.             'console.command.cache_pool_delete' => '?',
  4489.             'console.command.cache_pool_list' => '?',
  4490.             'console.command.cache_warmup' => '?',
  4491.             'console.command.config_debug' => '?',
  4492.             'console.command.config_dump_reference' => '?',
  4493.             'console.command.container_debug' => '?',
  4494.             'console.command.container_lint' => '?',
  4495.             'console.command.debug_autowiring' => '?',
  4496.             'console.command.dotenv_debug' => '?',
  4497.             'console.command.event_dispatcher_debug' => '?',
  4498.             'console.command.router_debug' => '?',
  4499.             'console.command.router_match' => '?',
  4500.             'console.command.translation_debug' => '?',
  4501.             'console.command.translation_extract' => '?',
  4502.             'console.command.validator_debug' => '?',
  4503.             'console.command.translation_pull' => '?',
  4504.             'console.command.translation_push' => '?',
  4505.             'console.command.xliff_lint' => '?',
  4506.             'console.command.yaml_lint' => '?',
  4507.             'console.command.form_debug' => '?',
  4508.             'console.command.secrets_set' => '?',
  4509.             'console.command.secrets_remove' => '?',
  4510.             'console.command.secrets_generate_key' => '?',
  4511.             'console.command.secrets_list' => '?',
  4512.             'console.command.secrets_decrypt_to_local' => '?',
  4513.             'console.command.secrets_encrypt_from_local' => '?',
  4514.             'cache.validator' => '?',
  4515.             'cache.serializer' => '?',
  4516.             'cache.annotations' => '?',
  4517.             'cache.property_info' => '?',
  4518.             'cache.default_marshaller' => '?',
  4519.             'cache.default_clearer' => '?',
  4520.             'identity_translator' => '?',
  4521.             'test.client.history' => '?',
  4522.             'test.client.cookiejar' => '?',
  4523.             'test.session.listener' => '?',
  4524.             'assets.packages' => '?',
  4525.             'assets.context' => '?',
  4526.             'assets._version__default' => '?',
  4527.             'assets._default_package' => '?',
  4528.             'mailer.mailer' => '?',
  4529.             'mailer.transports' => '?',
  4530.             'mailer.transport_factory' => '?',
  4531.             'mailer.envelope_listener' => '?',
  4532.             'mailer.message_logger_listener' => '?',
  4533.             'mailer.transport_factory.null' => '?',
  4534.             'mailer.transport_factory.sendmail' => '?',
  4535.             'mailer.transport_factory.smtp' => '?',
  4536.             'mailer.transport_factory.native' => '?',
  4537.             'translator.default' => '?',
  4538.             'translator.formatter.default' => '?',
  4539.             'translation.loader.php' => '?',
  4540.             'translation.loader.yml' => '?',
  4541.             'translation.loader.xliff' => '?',
  4542.             'translation.loader.po' => '?',
  4543.             'translation.loader.mo' => '?',
  4544.             'translation.loader.qt' => '?',
  4545.             'translation.loader.csv' => '?',
  4546.             'translation.loader.res' => '?',
  4547.             'translation.loader.dat' => '?',
  4548.             'translation.loader.ini' => '?',
  4549.             'translation.loader.json' => '?',
  4550.             'translation.dumper.php' => '?',
  4551.             'translation.dumper.xliff' => '?',
  4552.             'translation.dumper.po' => '?',
  4553.             'translation.dumper.mo' => '?',
  4554.             'translation.dumper.yml' => '?',
  4555.             'translation.dumper.yaml' => '?',
  4556.             'translation.dumper.qt' => '?',
  4557.             'translation.dumper.csv' => '?',
  4558.             'translation.dumper.ini' => '?',
  4559.             'translation.dumper.json' => '?',
  4560.             'translation.dumper.res' => '?',
  4561.             'translation.extractor.php' => '?',
  4562.             'translation.reader' => '?',
  4563.             'translation.extractor' => '?',
  4564.             'translation.writer' => '?',
  4565.             'translation.warmer' => '?',
  4566.             'translation.provider_collection' => '?',
  4567.             'translation.provider_collection_factory' => '?',
  4568.             'translation.provider_factory.null' => '?',
  4569.             'debug.debug_handlers_listener' => '?',
  4570.             'debug.file_link_formatter' => '?',
  4571.             'debug.stopwatch' => '?',
  4572.             'debug.event_dispatcher' => '?',
  4573.             'debug.controller_resolver' => '?',
  4574.             'debug.argument_resolver' => '?',
  4575.             'debug.log_processor' => '?',
  4576.             'routing.resolver' => '?',
  4577.             'routing.loader.xml' => '?',
  4578.             'routing.loader.yml' => '?',
  4579.             'routing.loader.php' => '?',
  4580.             'routing.loader.glob' => '?',
  4581.             'routing.loader.directory' => '?',
  4582.             'routing.loader.container' => '?',
  4583.             'router.request_context' => '?',
  4584.             'router.expression_language_provider' => '?',
  4585.             'router.cache_warmer' => '?',
  4586.             'router_listener' => '?',
  4587.             'routing.loader.annotation' => '?',
  4588.             'routing.loader.annotation.directory' => '?',
  4589.             'routing.loader.annotation.file' => '?',
  4590.             'annotations.reader' => '?',
  4591.             'annotations.dummy_registry' => '?',
  4592.             'annotations.cached_reader' => '?',
  4593.             'annotations.cache_warmer' => '?',
  4594.             'annotations.cache_adapter' => '?',
  4595.             'property_accessor' => '?',
  4596.             'secrets.vault' => '?',
  4597.             'secrets.decryption_key' => '?',
  4598.             'secrets.local_vault' => '?',
  4599.             'property_info' => '?',
  4600.             'property_info.reflection_extractor' => '?',
  4601.             'web_link.add_link_header_listener' => '?',
  4602.             'cache.property_access' => '?',
  4603.             'session.factory' => '?',
  4604.             'session.storage.factory.native' => '?',
  4605.             'security.csrf.token_generator' => '?',
  4606.             'security.csrf.token_storage' => '?',
  4607.             'security.csrf.token_manager' => '?',
  4608.             'twig.runtime.security_csrf' => '?',
  4609.             'twig.extension.security_csrf' => '?',
  4610.             'form.resolved_type_factory' => '?',
  4611.             'form.registry' => '?',
  4612.             'form.factory' => '?',
  4613.             'form.extension' => '?',
  4614.             'form.type_guesser.validator' => '?',
  4615.             'form.choice_list_factory.default' => '?',
  4616.             'form.choice_list_factory.property_access' => '?',
  4617.             'form.choice_list_factory.cached' => '?',
  4618.             'form.type.form' => '?',
  4619.             'form.type.choice' => '?',
  4620.             'form.type.file' => '?',
  4621.             'form.type.color' => '?',
  4622.             'form.type_extension.form.transformation_failure_handling' => '?',
  4623.             'form.type_extension.form.http_foundation' => '?',
  4624.             'form.type_extension.form.request_handler' => '?',
  4625.             'form.server_params' => '?',
  4626.             'form.type_extension.form.validator' => '?',
  4627.             'form.type_extension.repeated.validator' => '?',
  4628.             'form.type_extension.submit.validator' => '?',
  4629.             'form.type_extension.upload.validator' => '?',
  4630.             'form.type_extension.csrf' => '?',
  4631.             'validator.builder' => '?',
  4632.             'validator.mapping.cache_warmer' => '?',
  4633.             'validator.validator_factory' => '?',
  4634.             'validator.expression' => '?',
  4635.             'validator.expression_language' => '?',
  4636.             'validator.email' => '?',
  4637.             'validator.not_compromised_password' => '?',
  4638.             'validator.property_info_loader' => '?',
  4639.             'profiler' => '?',
  4640.             'profiler.storage' => '?',
  4641.             'profiler_listener' => '?',
  4642.             'data_collector.config' => '?',
  4643.             'data_collector.request' => '?',
  4644.             'data_collector.ajax' => '?',
  4645.             'data_collector.exception' => '?',
  4646.             'data_collector.events' => '?',
  4647.             'data_collector.logger' => '?',
  4648.             'data_collector.time' => '?',
  4649.             'data_collector.memory' => '?',
  4650.             'data_collector.router' => '?',
  4651.             'data_collector.cache' => '?',
  4652.             'cache_pool_clearer.cache_warmer' => '?',
  4653.             'form.type_extension.form.data_collector' => '?',
  4654.             'data_collector.form.extractor' => '?',
  4655.             'data_collector.form' => '?',
  4656.             'debug.validator' => '?',
  4657.             'data_collector.validator' => '?',
  4658.             'translator.data_collector' => '?',
  4659.             'data_collector.translation' => '?',
  4660.             'mailer.data_collector' => '?',
  4661.             'data_collector.http_client' => '?',
  4662.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => '?',
  4663.             'a2lix_auto_form.form.event_listener.auto_form_listener' => '?',
  4664.             'a2lix_auto_form.form.type.auto_form_type' => '?',
  4665.             'a2lix_auto_form.doctrine.metadata_factory' => '?',
  4666.             'a2lix_auto_form.object_info.doctrine_orm_info' => '?',
  4667.             'twig' => '?',
  4668.             'twig.app_variable' => '?',
  4669.             'twig.loader.native_filesystem' => '?',
  4670.             'twig.extension.profiler' => '?',
  4671.             'twig.profile' => '?',
  4672.             'data_collector.twig' => '?',
  4673.             'twig.extension.trans' => '?',
  4674.             'twig.extension.assets' => '?',
  4675.             'twig.extension.code' => '?',
  4676.             'twig.extension.routing' => '?',
  4677.             'twig.extension.yaml' => '?',
  4678.             'twig.extension.debug.stopwatch' => '?',
  4679.             'twig.extension.expression' => '?',
  4680.             'twig.extension.httpkernel' => '?',
  4681.             'twig.runtime.httpkernel' => '?',
  4682.             'twig.extension.httpfoundation' => '?',
  4683.             'twig.extension.debug' => '?',
  4684.             'twig.extension.weblink' => '?',
  4685.             'twig.translation.extractor' => '?',
  4686.             'twig.configurator.environment' => '?',
  4687.             'twig.runtime_loader' => '?',
  4688.             'twig.error_renderer.html' => '?',
  4689.             'twig.extension.form' => '?',
  4690.             'twig.form.engine' => '?',
  4691.             'twig.form.renderer' => '?',
  4692.             'twig.command.debug' => '?',
  4693.             'twig.command.lint' => '?',
  4694.             'twig.mailer.message_listener' => '?',
  4695.             'twig.mime_body_renderer' => '?',
  4696.             'twig.missing_extension_suggestor' => '?',
  4697.             'web_profiler.csp.handler' => '?',
  4698.             'twig.extension.webprofiler' => '?',
  4699.             'debug.file_link_formatter.url_format' => '?',
  4700.             'web_profiler.debug_toolbar' => '?',
  4701.             'security.authorization_checker' => '?',
  4702.             'security.token_storage' => '?',
  4703.             'security.untracked_token_storage' => '?',
  4704.             'security.helper' => '?',
  4705.             'security.authentication.trust_resolver' => '?',
  4706.             'security.authentication.session_strategy' => '?',
  4707.             'security.encoder_factory.generic' => '?',
  4708.             'security.user_password_encoder.generic' => '?',
  4709.             'security.user_checker' => '?',
  4710.             'security.expression_language' => '?',
  4711.             'security.authentication_utils' => '?',
  4712.             'security.role_hierarchy' => '?',
  4713.             'security.access.authenticated_voter' => '?',
  4714.             'security.access.role_hierarchy_voter' => '?',
  4715.             'security.access.expression_voter' => '?',
  4716.             'security.impersonate_url_generator' => '?',
  4717.             'security.firewall.map' => '?',
  4718.             'security.logout_url_generator' => '?',
  4719.             'security.http_utils' => '?',
  4720.             'security.validator.user_password' => '?',
  4721.             'cache.security_expression_language' => '?',
  4722.             'security.password_hasher_factory' => '?',
  4723.             'security.channel_listener' => '?',
  4724.             'security.access_map' => '?',
  4725.             'security.access_listener' => '?',
  4726.             'security.rememberme.response_listener' => '?',
  4727.             'security.listener.check_authenticator_credentials' => '?',
  4728.             'security.listener.user_provider' => '?',
  4729.             'security.listener.password_migrating' => '?',
  4730.             'twig.extension.logout_url' => '?',
  4731.             'twig.extension.security' => '?',
  4732.             'data_collector.security' => '?',
  4733.             'debug.security.access.decision_manager' => '?',
  4734.             'debug.security.voter.vote_listener' => '?',
  4735.             'debug.security.firewall' => '?',
  4736.             'security.command.debug_firewall' => '?',
  4737.             'security.firewall.map.config.admin' => '?',
  4738.             'security.event_dispatcher.admin' => '?',
  4739.             'security.context_listener.0' => '?',
  4740.             'security.listener.session.admin' => '?',
  4741.             'security.logout_listener.admin' => '?',
  4742.             'security.logout.listener.default.admin' => '?',
  4743.             'security.logout.listener.session.admin' => '?',
  4744.             'security.authenticator.form_login.admin' => '?',
  4745.             'security.authentication.success_handler.admin.form_login' => '?',
  4746.             'security.authentication.failure_handler.admin.form_login' => '?',
  4747.             'security.authenticator.manager.admin' => '?',
  4748.             'debug.security.firewall.authenticator.admin' => '?',
  4749.             'security.listener.user_checker.admin' => '?',
  4750.             'security.exception_listener.admin' => '?',
  4751.             'security.firewall.map.context.admin' => '?',
  4752.             'security.firewall.map.config.api_login' => '?',
  4753.             'security.event_dispatcher.api_login' => '?',
  4754.             'security.authenticator.json_login.api_login' => '?',
  4755.             'security.authentication.success_handler.api_login.json_login' => '?',
  4756.             'security.authentication.failure_handler.api_login.json_login' => '?',
  4757.             'security.authenticator.refresh_jwt.api_login' => '?',
  4758.             'security.authentication.success_handler.api_login.refresh_jwt' => '?',
  4759.             'security.authentication.failure_handler.api_login.refresh_jwt' => '?',
  4760.             'security.authenticator.manager.api_login' => '?',
  4761.             'debug.security.firewall.authenticator.api_login' => '?',
  4762.             'security.listener.user_checker.api_login' => '?',
  4763.             'security.exception_listener.api_login' => '?',
  4764.             'security.firewall.map.context.api_login' => '?',
  4765.             'security.firewall.map.config.api' => '?',
  4766.             'security.event_dispatcher.api' => '?',
  4767.             'security.authenticator.jwt.api' => '?',
  4768.             'security.authenticator.manager.api' => '?',
  4769.             'debug.security.firewall.authenticator.api' => '?',
  4770.             'security.listener.user_checker.api' => '?',
  4771.             'security.exception_listener.api' => '?',
  4772.             'security.firewall.map.context.api' => '?',
  4773.             'security.firewall.map.config.main' => '?',
  4774.             'security.event_dispatcher.main' => '?',
  4775.             'security.context_listener.1' => '?',
  4776.             'security.listener.session.main' => '?',
  4777.             'security.logout_listener.main' => '?',
  4778.             'security.logout.listener.default.main' => '?',
  4779.             'security.logout.listener.session.main' => '?',
  4780.             'security.authenticator.form_login.main' => '?',
  4781.             'security.authentication.success_handler.main.form_login' => '?',
  4782.             'security.authentication.failure_handler.main.form_login' => '?',
  4783.             'cache.security_token_verifier' => '?',
  4784.             'security.authenticator.remember_me_signature_hasher.main' => '?',
  4785.             'security.authenticator.remember_me_handler.main' => '?',
  4786.             'security.listener.check_remember_me_conditions.main' => '?',
  4787.             'security.listener.remember_me.main' => '?',
  4788.             'security.authenticator.remember_me.main' => '?',
  4789.             'security.authenticator.manager.main' => '?',
  4790.             'debug.security.firewall.authenticator.main' => '?',
  4791.             'security.listener.user_checker.main' => '?',
  4792.             'security.exception_listener.main' => '?',
  4793.             'security.firewall.map.context.main' => '?',
  4794.             'security.command.user_password_encoder' => '?',
  4795.             'security.command.user_password_hash' => '?',
  4796.             'fos_user.user_manager.default' => '?',
  4797.             'fos_user.object_manager' => '?',
  4798.             'fos_user.user_listener' => '?',
  4799.             'fos_user.validator.initializer' => '?',
  4800.             'fos_user.security.interactive_login_listener' => '?',
  4801.             'fos_user.security.login_manager' => '?',
  4802.             'fos_user.user_provider.username_email' => '?',
  4803.             'fos_user.util.canonicalizer.default' => '?',
  4804.             'fos_user.util.user_manipulator' => '?',
  4805.             'fos_user.util.token_generator.default' => '?',
  4806.             'fos_user.util.password_updater' => '?',
  4807.             'fos_user.util.canonical_fields_updater' => '?',
  4808.             'fos_user.listener.authentication' => '?',
  4809.             'fos_user.command.activate_user' => '?',
  4810.             'fos_user.command.change_password' => '?',
  4811.             'fos_user.command.create_user' => '?',
  4812.             'fos_user.command.deactivate_user' => '?',
  4813.             'fos_user.command.demote_user' => '?',
  4814.             'fos_user.command.promote_user' => '?',
  4815.             'fos_user.listener.flash' => '?',
  4816.             'fos_user.username_form_type' => '?',
  4817.             'fos_user.user_to_username_transformer' => '?',
  4818.             'fos_user.profile.form.factory' => '?',
  4819.             'fos_user.profile.form.type' => '?',
  4820.             'fos_user.registration.form.factory' => '?',
  4821.             'fos_user.registration.form.type' => '?',
  4822.             'fos_user.change_password.form.factory' => '?',
  4823.             'fos_user.change_password.form.type' => '?',
  4824.             'fos_user.resetting.form.factory' => '?',
  4825.             'fos_user.resetting.form.type' => '?',
  4826.             'fos_user.listener.resetting' => '?',
  4827.             'knp_paginator.subscriber.paginate' => '?',
  4828.             'knp_paginator.subscriber.sortable' => '?',
  4829.             'knp_paginator.subscriber.filtration' => '?',
  4830.             'knp_paginator.subscriber.sliding_pagination' => '?',
  4831.             'knp_paginator.helper.processor' => '?',
  4832.             'knp_paginator.twig.extension.pagination' => '?',
  4833.             'doctrine.dbal.logger' => '?',
  4834.             'data_collector.doctrine' => '?',
  4835.             'doctrine.dbal.connection_factory' => '?',
  4836.             'doctrine.twig.doctrine_extension' => '?',
  4837.             'doctrine.dbal.well_known_schema_asset_filter' => '?',
  4838.             'doctrine.database_create_command' => '?',
  4839.             'doctrine.database_drop_command' => '?',
  4840.             'doctrine.query_sql_command' => '?',
  4841.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
  4842.             'doctrine.database_import_command' => '?',
  4843.             'doctrine.dbal.default_connection.configuration' => '?',
  4844.             'doctrine.dbal.logger.profiling.default' => '?',
  4845.             'doctrine.dbal.logger.chain.default' => '?',
  4846.             'doctrine.dbal.default_connection.event_manager' => '?',
  4847.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
  4848.             'doctrine.orm.proxy_cache_warmer' => '?',
  4849.             'form.type_guesser.doctrine' => '?',
  4850.             'form.type.entity' => '?',
  4851.             'doctrine.orm.container_repository_factory' => '?',
  4852.             'doctrine.orm.validator.unique' => '?',
  4853.             'doctrine.orm.validator_initializer' => '?',
  4854.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4855.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4856.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4857.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  4858.             'doctrine.orm.quote_strategy.default' => '?',
  4859.             'doctrine.ulid_generator' => '?',
  4860.             'doctrine.uuid_generator' => '?',
  4861.             'doctrine.orm.command.entity_manager_provider' => '?',
  4862.             'doctrine.cache_clear_metadata_command' => '?',
  4863.             'doctrine.cache_clear_query_cache_command' => '?',
  4864.             'doctrine.cache_clear_result_command' => '?',
  4865.             'doctrine.cache_collection_region_command' => '?',
  4866.             'doctrine.mapping_convert_command' => '?',
  4867.             'doctrine.schema_create_command' => '?',
  4868.             'doctrine.schema_drop_command' => '?',
  4869.             'doctrine.ensure_production_settings_command' => '?',
  4870.             'doctrine.clear_entity_region_command' => '?',
  4871.             'doctrine.mapping_info_command' => '?',
  4872.             'doctrine.clear_query_region_command' => '?',
  4873.             'doctrine.query_dql_command' => '?',
  4874.             'doctrine.schema_update_command' => '?',
  4875.             'doctrine.schema_validate_command' => '?',
  4876.             'doctrine.mapping_import_command' => '?',
  4877.             'doctrine.orm.default_configuration' => '?',
  4878.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  4879.             'doctrine.orm.default_xml_metadata_driver' => '?',
  4880.             'cache.doctrine.orm.default.metadata' => '?',
  4881.             'cache.doctrine.orm.default.result' => '?',
  4882.             'cache.doctrine.orm.default.query' => '?',
  4883.             'doctrine.orm.default_entity_listener_resolver' => '?',
  4884.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4885.             'doctrine.orm.default_manager_configurator' => '?',
  4886.             'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
  4887.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  4888.             'jms_i18n_routing.locale_resolver.default' => '?',
  4889.             'jms_i18n_routing.router' => '?',
  4890.             'jms_i18n_routing.route_exclusion_strategy' => '?',
  4891.             'jms_i18n_routing.pattern_generation_strategy.default' => '?',
  4892.             'jms_i18n_routing.route_translation_extractor' => '?',
  4893.             'jms_translation.file_source_factory' => '?',
  4894.             'jms_translation.file_writer' => '?',
  4895.             'jms_translation.loader_manager' => '?',
  4896.             'jms_translation.loader.xliff_loader' => '?',
  4897.             'jms_translation.dumper.php_dumper' => '?',
  4898.             'jms_translation.dumper.xliff_dumper' => '?',
  4899.             'jms_translation.dumper.xlf_dumper' => '?',
  4900.             'jms_translation.dumper.yaml_dumper' => '?',
  4901.             'jms_translation.extractor_manager' => '?',
  4902.             'jms_translation.extractor.file_extractor' => '?',
  4903.             'jms_translation.extractor.file.default_php_extractor' => '?',
  4904.             'jms_translation.extractor.file.form_extractor' => '?',
  4905.             'jms_translation.extractor.file.translation_container_extractor' => '?',
  4906.             'jms_translation.extractor.file.twig_extractor' => '?',
  4907.             'jms_translation.extractor.file.validation_extractor' => '?',
  4908.             'jms_translation.extractor.file.authentication_message_extractor' => '?',
  4909.             'jms_translation.doc_parser' => '?',
  4910.             'jms_translation.command.extract' => '?',
  4911.             'jms_translation.command.list_resources' => '?',
  4912.             'doctrine.migrations.dependency_factory' => '?',
  4913.             'doctrine.migrations.configuration_loader' => '?',
  4914.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  4915.             'doctrine.migrations.configuration' => '?',
  4916.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  4917.             'doctrine_migrations.diff_command' => '?',
  4918.             'doctrine_migrations.sync_metadata_command' => '?',
  4919.             'doctrine_migrations.versions_command' => '?',
  4920.             'doctrine_migrations.current_command' => '?',
  4921.             'doctrine_migrations.dump_schema_command' => '?',
  4922.             'doctrine_migrations.execute_command' => '?',
  4923.             'doctrine_migrations.generate_command' => '?',
  4924.             'doctrine_migrations.latest_command' => '?',
  4925.             'doctrine_migrations.migrate_command' => '?',
  4926.             'doctrine_migrations.rollup_command' => '?',
  4927.             'doctrine_migrations.status_command' => '?',
  4928.             'doctrine_migrations.up_to_date_command' => '?',
  4929.             'doctrine_migrations.version_command' => '?',
  4930.             'doctrine.migrations.storage.table_storage' => '?',
  4931.             'lexik_jwt_authentication.payload_enrichment' => '?',
  4932.             'lexik_jwt_authentication.key_loader.raw' => '?',
  4933.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  4934.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  4935.             'lexik_jwt_authentication.handler.authentication_success' => '?',
  4936.             'lexik_jwt_authentication.handler.authentication_failure' => '?',
  4937.             'lexik_jwt_authentication.extractor.chain_extractor' => '?',
  4938.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => '?',
  4939.             'lexik_jwt_authentication.check_config_command' => '?',
  4940.             'lexik_jwt_authentication.migrate_config_command' => '?',
  4941.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  4942.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  4943.             'gesdinet.jwtrefreshtoken.send_token' => '?',
  4944.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => '?',
  4945.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => '?',
  4946.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => '?',
  4947.             'gesdinet.jwtrefreshtoken.user_provider' => '?',
  4948.             'gesdinet.jwtrefreshtoken.authenticator' => '?',
  4949.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => '?',
  4950.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => '?',
  4951.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => '?',
  4952.             'maker.auto_command.make_auth' => '?',
  4953.             'maker.auto_command.make_command' => '?',
  4954.             'maker.auto_command.make_controller' => '?',
  4955.             'maker.auto_command.make_crud' => '?',
  4956.             'maker.auto_command.make_docker_database' => '?',
  4957.             'maker.auto_command.make_entity' => '?',
  4958.             'maker.auto_command.make_fixtures' => '?',
  4959.             'maker.auto_command.make_form' => '?',
  4960.             'maker.auto_command.make_message' => '?',
  4961.             'maker.auto_command.make_messenger_middleware' => '?',
  4962.             'maker.auto_command.make_registration_form' => '?',
  4963.             'maker.auto_command.make_reset_password' => '?',
  4964.             'maker.auto_command.make_serializer_encoder' => '?',
  4965.             'maker.auto_command.make_serializer_normalizer' => '?',
  4966.             'maker.auto_command.make_subscriber' => '?',
  4967.             'maker.auto_command.make_twig_extension' => '?',
  4968.             'maker.auto_command.make_test' => '?',
  4969.             'maker.auto_command.make_validator' => '?',
  4970.             'maker.auto_command.make_voter' => '?',
  4971.             'maker.auto_command.make_user' => '?',
  4972.             'maker.auto_command.make_migration' => '?',
  4973.             'maker.auto_command.make_stimulus_controller' => '?',
  4974.             'monolog.logger.request' => '?',
  4975.             'monolog.logger.console' => '?',
  4976.             'monolog.logger.cache' => '?',
  4977.             'monolog.logger.http_client' => '?',
  4978.             'monolog.logger.mailer' => '?',
  4979.             'monolog.logger.php' => '?',
  4980.             'monolog.logger.event' => '?',
  4981.             'monolog.logger.router' => '?',
  4982.             'monolog.logger.profiler' => '?',
  4983.             'monolog.logger.security' => '?',
  4984.             'monolog.logger.doctrine' => '?',
  4985.             'monolog.handler.null_internal' => '?',
  4986.             'debug.argument_resolver.request_attribute' => '?',
  4987.             'debug.argument_resolver.request' => '?',
  4988.             'debug.argument_resolver.session' => '?',
  4989.             'debug.security.user_value_resolver' => '?',
  4990.             'debug.argument_resolver.service' => '?',
  4991.             'debug.argument_resolver.default' => '?',
  4992.             'debug.argument_resolver.variadic' => '?',
  4993.             'debug.argument_resolver.not_tagged_controller' => '?',
  4994.             'debug.security.voter.security.access.authenticated_voter' => '?',
  4995.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  4996.             'debug.security.voter.security.access.expression_voter' => '?',
  4997.             'security.listener.csrf_protection' => '?',
  4998.             'security.logout.listener.csrf_token_clearing' => '?',
  4999.             'doctrine.dbal.default_schema_asset_filter_manager' => '?',
  5000.             'jms_translation.loader.wrapped_symfony_loader.0' => '?',
  5001.             'jms_translation.loader.wrapped_symfony_loader.1' => '?',
  5002.             'jms_translation.loader.wrapped_symfony_loader.2' => '?',
  5003.             'jms_translation.loader.wrapped_symfony_loader.3' => '?',
  5004.             'jms_translation.loader.wrapped_symfony_loader.4' => '?',
  5005.             'jms_translation.loader.wrapped_symfony_loader.5' => '?',
  5006.             'jms_translation.loader.wrapped_symfony_loader.6' => '?',
  5007.             'jms_translation.loader.wrapped_symfony_loader.7' => '?',
  5008.             'jms_translation.loader.wrapped_symfony_loader.8' => '?',
  5009.             'jms_translation.loader.wrapped_symfony_loader.9' => '?',
  5010.             'jms_translation.loader.wrapped_symfony_loader.10' => '?',
  5011.             'jms_translation.dumper.wrapped_symfony_dumper.2' => '?',
  5012.             'jms_translation.dumper.wrapped_symfony_dumper.3' => '?',
  5013.             'jms_translation.dumper.wrapped_symfony_dumper.5' => '?',
  5014.             'jms_translation.dumper.wrapped_symfony_dumper.6' => '?',
  5015.             'jms_translation.dumper.wrapped_symfony_dumper.7' => '?',
  5016.             'jms_translation.dumper.wrapped_symfony_dumper.8' => '?',
  5017.             'jms_translation.dumper.wrapped_symfony_dumper.9' => '?',
  5018.             'jms_translation.dumper.wrapped_symfony_dumper.10' => '?',
  5019.             'debug.validator.inner' => '?',
  5020.             'debug.event_dispatcher.inner' => '?',
  5021.             'debug.controller_resolver.inner' => '?',
  5022.             'debug.argument_resolver.inner' => '?',
  5023.             'debug.security.access.decision_manager.inner' => '?',
  5024.             'debug.security.firewall.authenticator.admin.inner' => '?',
  5025.             'debug.security.firewall.authenticator.api_login.inner' => '?',
  5026.             'debug.security.firewall.authenticator.api.inner' => '?',
  5027.             'debug.security.firewall.authenticator.main.inner' => '?',
  5028.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  5029.             'debug.argument_resolver.request_attribute.inner' => '?',
  5030.             'debug.argument_resolver.request.inner' => '?',
  5031.             'debug.argument_resolver.session.inner' => '?',
  5032.             'debug.security.user_value_resolver.inner' => '?',
  5033.             'debug.argument_resolver.service.inner' => '?',
  5034.             'debug.argument_resolver.default.inner' => '?',
  5035.             'debug.argument_resolver.variadic.inner' => '?',
  5036.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  5037.             'cache.webpack_encore.recorder_inner' => '?',
  5038.             'cache.app.recorder_inner' => '?',
  5039.             'cache.system.recorder_inner' => '?',
  5040.             'cache.validator.recorder_inner' => '?',
  5041.             'cache.serializer.recorder_inner' => '?',
  5042.             'cache.annotations.recorder_inner' => '?',
  5043.             'cache.property_info.recorder_inner' => '?',
  5044.             'cache.validator_expression_language.recorder_inner' => '?',
  5045.             'cache.security_expression_language.recorder_inner' => '?',
  5046.             'cache.security_token_verifier.recorder_inner' => '?',
  5047.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  5048.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  5049.             'Psr\\Container\\ContainerInterface' => '?',
  5050.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  5051.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => '?',
  5052.             'Liip\\ImagineBundle\\Config\\StackBuilder' => '?',
  5053.             'Liip\\ImagineBundle\\Config\\StackCollection' => '?',
  5054.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => '?',
  5055.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => '?',
  5056.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => '?',
  5057.             'liip_imagine' => '?',
  5058.             'Imagine\\Image\\ImagineInterface' => '?',
  5059.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  5060.             'sensio_framework_extra.security.expression_language' => '?',
  5061.             'logger' => '?',
  5062.             'Psr\\Log\\LoggerInterface' => '?',
  5063.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => '?',
  5064.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => '?',
  5065.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  5066.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5067.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  5068.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  5069.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5070.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5071.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  5072.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  5073.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  5074.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  5075.             'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
  5076.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
  5077.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
  5078.             'error_renderer.html' => '?',
  5079.             'error_renderer' => '?',
  5080.             'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
  5081.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  5082.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  5083.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  5084.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  5085.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5086.             'Symfony\\Component\\Asset\\Packages' => '?',
  5087.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => '?',
  5088.             'mailer' => '?',
  5089.             'Symfony\\Component\\Mailer\\MailerInterface' => '?',
  5090.             'mailer.logger_message_listener' => '?',
  5091.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  5092.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  5093.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  5094.             'translator.formatter' => '?',
  5095.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  5096.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  5097.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5098.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  5099.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  5100.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  5101.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  5102.             'annotation_reader' => '?',
  5103.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  5104.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  5105.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
  5106.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
  5107.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
  5108.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
  5109.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
  5110.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
  5111.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
  5112.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
  5113.             'cache.default_doctrine_dbal_provider' => '?',
  5114.             'cache.default_pdo_provider' => '?',
  5115.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  5116.             'SessionHandlerInterface' => '?',
  5117.             'session.storage.factory' => '?',
  5118.             'session.handler' => '?',
  5119.             'session_listener' => '?',
  5120.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  5121.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  5122.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5123.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  5124.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  5125.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5126.             'form.property_accessor' => '?',
  5127.             'form.choice_list_factory' => '?',
  5128.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  5129.             'validator.mapping.class_metadata_factory' => '?',
  5130.             'a2lix_auto_form.manipulator.default' => '?',
  5131.             'Twig_Environment' => '?',
  5132.             'Twig\\Environment' => '?',
  5133.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5134.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5135.             'Symfony\\Component\\Security\\Core\\Security' => '?',
  5136.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  5137.             'security.encoder_factory' => '?',
  5138.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  5139.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  5140.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  5141.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  5142.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  5143.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  5144.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
  5145.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  5146.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
  5147.             'security.firewall' => '?',
  5148.             'security.user.provider.concrete.fos_userbundle' => '?',
  5149.             'security.user_providers' => '?',
  5150.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  5151.             'security.authentication.session_strategy.admin' => '?',
  5152.             'security.user_checker.admin' => '?',
  5153.             'security.user_checker.api_login' => '?',
  5154.             'security.user_checker.api' => '?',
  5155.             'security.authentication.session_strategy.main' => '?',
  5156.             'security.user_checker.main' => '?',
  5157.             'security.firewall.context_locator' => '?',
  5158.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  5159.             'fos_user.doctrine_registry' => '?',
  5160.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  5161.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  5162.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  5163.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  5164.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  5165.             'fos_user.util.email_canonicalizer' => '?',
  5166.             'fos_user.util.username_canonicalizer' => '?',
  5167.             'fos_user.util.token_generator' => '?',
  5168.             'fos_user.mailer' => '?',
  5169.             'FOS\\UserBundle\\Mailer\\MailerInterface' => '?',
  5170.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  5171.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => '?',
  5172.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => '?',
  5173.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  5174.             'Doctrine\\DBAL\\Connection' => '?',
  5175.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5176.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  5177.             'doctrine.dbal.event_manager' => '?',
  5178.             'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
  5179.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  5180.             'doctrine.orm.metadata.annotation_reader' => '?',
  5181.             'doctrine.orm.default_metadata_cache' => '?',
  5182.             'doctrine.orm.default_result_cache' => '?',
  5183.             'doctrine.orm.default_query_cache' => '?',
  5184.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
  5185.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  5186.             'jms_i18n_routing.locale_resolver' => '?',
  5187.             'jms_i18n_routing.pattern_generation_strategy' => '?',
  5188.             'doctrine.migrations.metadata_storage' => '?',
  5189.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  5190.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  5191.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  5192.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => '?',
  5193.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => '?',
  5194.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => '?',
  5195.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  5196.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => '?',
  5197.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => '?',
  5198.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => '?',
  5199.             'twig.loader.filesystem' => '?',
  5200.             'a2lix_translation_form.locale_provider.default' => '?',
  5201.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  5202.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  5203.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  5204.             'Psr\\Log\\LoggerInterface $httpClientLogger' => '?',
  5205.             'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
  5206.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  5207.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  5208.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  5209.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  5210.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  5211.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  5212.             'Psr\\Log\\LoggerInterface $deprecationLogger' => '?',
  5213.             'argument_resolver.controller_locator' => '?',
  5214.             'twig.loader' => '?',
  5215.             'doctrine.id_generator_locator' => '?',
  5216.             'gesdinet.jwtrefreshtoken.object_manager' => '?',
  5217.             'gesdinet.jwtrefreshtoken.user_checker' => '?',
  5218.             'http_client' => '?',
  5219.             'controller_resolver' => '?',
  5220.             'argument_resolver' => '?',
  5221.             'translator.data_collector.inner' => '?',
  5222.             'twig.error_renderer.html.inner' => '?',
  5223.             'security.access.decision_manager' => '?',
  5224.             'security.firewall.authenticator.admin' => '?',
  5225.             'security.firewall.authenticator.api_login' => '?',
  5226.             'security.firewall.authenticator.api' => '?',
  5227.             'security.firewall.authenticator.main' => '?',
  5228.             'doctrine.migrations.migrations_factory' => '?',
  5229.             'argument_resolver.request_attribute' => '?',
  5230.             'argument_resolver.request' => '?',
  5231.             'argument_resolver.session' => '?',
  5232.             'security.user_value_resolver' => '?',
  5233.             'argument_resolver.service' => '?',
  5234.             'argument_resolver.default' => '?',
  5235.             'argument_resolver.variadic' => '?',
  5236.             'argument_resolver.not_tagged_controller' => '?',
  5237.             'doctrine.orm.default_metadata_driver' => '?',
  5238.             'security.password_encoder' => '?',
  5239.             'session' => '?',
  5240.             'validator' => '?',
  5241.         ]);
  5242.     }
  5243.     /**
  5244.      * Gets the public 'test.service_container' shared service.
  5245.      *
  5246.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  5247.      */
  5248.     protected function getTest_ServiceContainerService()
  5249.     {
  5250.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  5251.     }
  5252.     /**
  5253.      * Gets the public 'translator' shared service.
  5254.      *
  5255.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5256.      */
  5257.     protected function getTranslatorService()
  5258.     {
  5259.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5260.     }
  5261.     /**
  5262.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5263.      *
  5264.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5265.      */
  5266.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5269.         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()));
  5270.     }
  5271.     /**
  5272.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5273.      *
  5274.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5275.      */
  5276.     protected function getWebProfiler_Controller_ProfilerService()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5279.         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));
  5280.     }
  5281.     /**
  5282.      * Gets the public 'web_profiler.controller.router' shared service.
  5283.      *
  5284.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5285.      */
  5286.     protected function getWebProfiler_Controller_RouterService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5289.         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 () {
  5290.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5291.         }, 1));
  5292.     }
  5293.     /**
  5294.      * Gets the private '.App\Command\ExampleCommand.lazy' shared service.
  5295.      *
  5296.      * @return \Symfony\Component\Console\Command\LazyCommand
  5297.      */
  5298.     protected function getExampleCommand_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['.App\\Command\\ExampleCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:import:example', [], 'Example command'false, function (): \App\Command\ExampleCommand {
  5303.             return ($this->services['App\\Command\\ExampleCommand'] ?? $this->getExampleCommandService());
  5304.         });
  5305.     }
  5306.     /**
  5307.      * Gets the private '.App\Command\GenerateCrudCommand.lazy' shared service.
  5308.      *
  5309.      * @return \Symfony\Component\Console\Command\LazyCommand
  5310.      */
  5311.     protected function getGenerateCrudCommand_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['.App\\Command\\GenerateCrudCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:generate:crud', [], 'Generate CRUD'false, function (): \App\Command\GenerateCrudCommand {
  5316.             return ($this->services['App\\Command\\GenerateCrudCommand'] ?? $this->getGenerateCrudCommandService());
  5317.         });
  5318.     }
  5319.     /**
  5320.      * Gets the private '.console.command.about.lazy' shared service.
  5321.      *
  5322.      * @return \Symfony\Component\Console\Command\LazyCommand
  5323.      */
  5324.     protected function get_Console_Command_About_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.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  5329.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5330.         });
  5331.     }
  5332.     /**
  5333.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\Console\Command\LazyCommand
  5336.      */
  5337.     protected function get_Console_Command_AssetsInstall_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.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 {
  5342.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5343.         });
  5344.     }
  5345.     /**
  5346.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5347.      *
  5348.      * @return \Symfony\Component\Console\Command\LazyCommand
  5349.      */
  5350.     protected function get_Console_Command_CacheClear_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_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  5355.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5356.         });
  5357.     }
  5358.     /**
  5359.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5360.      *
  5361.      * @return \Symfony\Component\Console\Command\LazyCommand
  5362.      */
  5363.     protected function get_Console_Command_CachePoolClear_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.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  5368.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5369.         });
  5370.     }
  5371.     /**
  5372.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5373.      *
  5374.      * @return \Symfony\Component\Console\Command\LazyCommand
  5375.      */
  5376.     protected function get_Console_Command_CachePoolDelete_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.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 {
  5381.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5382.         });
  5383.     }
  5384.     /**
  5385.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5386.      *
  5387.      * @return \Symfony\Component\Console\Command\LazyCommand
  5388.      */
  5389.     protected function get_Console_Command_CachePoolList_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.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  5394.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5395.         });
  5396.     }
  5397.     /**
  5398.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5399.      *
  5400.      * @return \Symfony\Component\Console\Command\LazyCommand
  5401.      */
  5402.     protected function get_Console_Command_CachePoolPrune_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.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  5407.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5408.         });
  5409.     }
  5410.     /**
  5411.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5412.      *
  5413.      * @return \Symfony\Component\Console\Command\LazyCommand
  5414.      */
  5415.     protected function get_Console_Command_CacheWarmup_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.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  5420.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5421.         });
  5422.     }
  5423.     /**
  5424.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5425.      *
  5426.      * @return \Symfony\Component\Console\Command\LazyCommand
  5427.      */
  5428.     protected function get_Console_Command_ConfigDebug_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.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 {
  5433.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5434.         });
  5435.     }
  5436.     /**
  5437.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5438.      *
  5439.      * @return \Symfony\Component\Console\Command\LazyCommand
  5440.      */
  5441.     protected function get_Console_Command_ConfigDumpReference_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.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 {
  5446.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5447.         });
  5448.     }
  5449.     /**
  5450.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\Console\Command\LazyCommand
  5453.      */
  5454.     protected function get_Console_Command_ContainerDebug_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.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  5459.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5460.         });
  5461.     }
  5462.     /**
  5463.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5464.      *
  5465.      * @return \Symfony\Component\Console\Command\LazyCommand
  5466.      */
  5467.     protected function get_Console_Command_ContainerLint_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.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 {
  5472.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5473.         });
  5474.     }
  5475.     /**
  5476.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5477.      *
  5478.      * @return \Symfony\Component\Console\Command\LazyCommand
  5479.      */
  5480.     protected function get_Console_Command_DebugAutowiring_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.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 {
  5485.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5486.         });
  5487.     }
  5488.     /**
  5489.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5490.      *
  5491.      * @return \Symfony\Component\Console\Command\LazyCommand
  5492.      */
  5493.     protected function get_Console_Command_DotenvDebug_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.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 {
  5498.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5499.         });
  5500.     }
  5501.     /**
  5502.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Console\Command\LazyCommand
  5505.      */
  5506.     protected function get_Console_Command_EventDispatcherDebug_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.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 {
  5511.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5512.         });
  5513.     }
  5514.     /**
  5515.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5516.      *
  5517.      * @return \Symfony\Component\Console\Command\LazyCommand
  5518.      */
  5519.     protected function get_Console_Command_FormDebug_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.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  5524.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5525.         });
  5526.     }
  5527.     /**
  5528.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5529.      *
  5530.      * @return \Symfony\Component\Console\Command\LazyCommand
  5531.      */
  5532.     protected function get_Console_Command_RouterDebug_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.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  5537.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5538.         });
  5539.     }
  5540.     /**
  5541.      * Gets the private '.console.command.router_match.lazy' shared service.
  5542.      *
  5543.      * @return \Symfony\Component\Console\Command\LazyCommand
  5544.      */
  5545.     protected function get_Console_Command_RouterMatch_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.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 {
  5550.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5551.         });
  5552.     }
  5553.     /**
  5554.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\Console\Command\LazyCommand
  5557.      */
  5558.     protected function get_Console_Command_SecretsDecryptToLocal_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_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 {
  5563.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5564.         });
  5565.     }
  5566.     /**
  5567.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5568.      *
  5569.      * @return \Symfony\Component\Console\Command\LazyCommand
  5570.      */
  5571.     protected function get_Console_Command_SecretsEncryptFromLocal_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.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 {
  5576.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5577.         });
  5578.     }
  5579.     /**
  5580.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5581.      *
  5582.      * @return \Symfony\Component\Console\Command\LazyCommand
  5583.      */
  5584.     protected function get_Console_Command_SecretsGenerateKey_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.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  5589.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5590.         });
  5591.     }
  5592.     /**
  5593.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5594.      *
  5595.      * @return \Symfony\Component\Console\Command\LazyCommand
  5596.      */
  5597.     protected function get_Console_Command_SecretsList_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.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  5602.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5603.         });
  5604.     }
  5605.     /**
  5606.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\Console\Command\LazyCommand
  5609.      */
  5610.     protected function get_Console_Command_SecretsRemove_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.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  5615.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5616.         });
  5617.     }
  5618.     /**
  5619.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Console\Command\LazyCommand
  5622.      */
  5623.     protected function get_Console_Command_SecretsSet_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.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  5628.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5629.         });
  5630.     }
  5631.     /**
  5632.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5633.      *
  5634.      * @return \Symfony\Component\Console\Command\LazyCommand
  5635.      */
  5636.     protected function get_Console_Command_TranslationDebug_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.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  5641.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5642.         });
  5643.     }
  5644.     /**
  5645.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5646.      *
  5647.      * @return \Symfony\Component\Console\Command\LazyCommand
  5648.      */
  5649.     protected function get_Console_Command_TranslationExtract_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.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 {
  5654.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5655.         });
  5656.     }
  5657.     /**
  5658.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5659.      *
  5660.      * @return \Symfony\Component\Console\Command\LazyCommand
  5661.      */
  5662.     protected function get_Console_Command_TranslationPull_LazyService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5666.         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 {
  5667.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5668.         });
  5669.     }
  5670.     /**
  5671.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5672.      *
  5673.      * @return \Symfony\Component\Console\Command\LazyCommand
  5674.      */
  5675.     protected function get_Console_Command_TranslationPush_LazyService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5679.         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 {
  5680.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5681.         });
  5682.     }
  5683.     /**
  5684.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\Console\Command\LazyCommand
  5687.      */
  5688.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5689.     {
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5692.         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 {
  5693.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5694.         });
  5695.     }
  5696.     /**
  5697.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5698.      *
  5699.      * @return \Symfony\Component\Console\Command\LazyCommand
  5700.      */
  5701.     protected function get_Console_Command_XliffLint_LazyService()
  5702.     {
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5705.         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 {
  5706.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5707.         });
  5708.     }
  5709.     /**
  5710.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5711.      *
  5712.      * @return \Symfony\Component\Console\Command\LazyCommand
  5713.      */
  5714.     protected function get_Console_Command_YamlLint_LazyService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5718.         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 {
  5719.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5720.         });
  5721.     }
  5722.     /**
  5723.      * Gets the private '.debug.http_client' shared service.
  5724.      *
  5725.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5726.      */
  5727.     protected function get_Debug_HttpClientService()
  5728.     {
  5729.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5730.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  5731.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5732.     }
  5733.     /**
  5734.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5735.      *
  5736.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5737.      */
  5738.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5739.     {
  5740.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5741.         $a->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  5742.         $a->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  5743.         $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');
  5744.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5745.     }
  5746.     /**
  5747.      * Gets the private '.errored..service_locator.3DxPDuY.App\Entity\Article' shared service.
  5748.      *
  5749.      * @return \App\Entity\Article
  5750.      */
  5751.     protected function getArticleService()
  5752.     {
  5753.         $this->throw('Cannot autowire service ".service_locator.3DxPDuY": it references class "App\\Entity\\Article" but no such service exists.');
  5754.     }
  5755.     /**
  5756.      * Gets the private '.errored..service_locator.48pMYU3.App\Entity\Launcher' shared service.
  5757.      *
  5758.      * @return \App\Entity\Launcher
  5759.      */
  5760.     protected function getLauncherService()
  5761.     {
  5762.         $this->throw('Cannot autowire service ".service_locator.48pMYU3": it references class "App\\Entity\\Launcher" but no such service exists.');
  5763.     }
  5764.     /**
  5765.      * Gets the private '.errored..service_locator.5bkioaH.App\Entity\User' shared service.
  5766.      *
  5767.      * @return \App\Entity\User
  5768.      */
  5769.     protected function getUserService()
  5770.     {
  5771.         $this->throw('Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.');
  5772.     }
  5773.     /**
  5774.      * Gets the private '.errored..service_locator.6IkVMIm.App\Entity\Campaign' shared service.
  5775.      *
  5776.      * @return \App\Entity\Campaign
  5777.      */
  5778.     protected function getCampaignService()
  5779.     {
  5780.         $this->throw('Cannot autowire service ".service_locator.6IkVMIm": it references class "App\\Entity\\Campaign" but no such service exists.');
  5781.     }
  5782.     /**
  5783.      * Gets the private '.errored..service_locator.6oKiZkm.App\Entity\Template' shared service.
  5784.      *
  5785.      * @return \App\Entity\Template
  5786.      */
  5787.     protected function getTemplateService()
  5788.     {
  5789.         $this->throw('Cannot autowire service ".service_locator.6oKiZkm": it references class "App\\Entity\\Template" but no such service exists.');
  5790.     }
  5791.     /**
  5792.      * Gets the private '.errored..service_locator.DWiJbCk.App\Entity\EcommerceOrder' shared service.
  5793.      *
  5794.      * @return \App\Entity\EcommerceOrder
  5795.      */
  5796.     protected function getEcommerceOrderService()
  5797.     {
  5798.         $this->throw('Cannot autowire service ".service_locator.DWiJbCk": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5799.     }
  5800.     /**
  5801.      * Gets the private '.errored..service_locator.EcUW4Ta.App\Entity\Cart' shared service.
  5802.      *
  5803.      * @return \App\Entity\Cart
  5804.      */
  5805.     protected function getCartService()
  5806.     {
  5807.         $this->throw('Cannot autowire service ".service_locator.EcUW4Ta": it references class "App\\Entity\\Cart" but no such service exists.');
  5808.     }
  5809.     /**
  5810.      * Gets the private '.errored..service_locator.Hfu_Ccf.App\Entity\Product' shared service.
  5811.      *
  5812.      * @return \App\Entity\Product
  5813.      */
  5814.     protected function getProductService()
  5815.     {
  5816.         $this->throw('Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.');
  5817.     }
  5818.     /**
  5819.      * Gets the private '.errored..service_locator.HjRujH0.App\Entity\CategoryArticle' shared service.
  5820.      *
  5821.      * @return \App\Entity\CategoryArticle
  5822.      */
  5823.     protected function getCategoryArticleService()
  5824.     {
  5825.         $this->throw('Cannot autowire service ".service_locator.HjRujH0": it references class "App\\Entity\\CategoryArticle" but no such service exists.');
  5826.     }
  5827.     /**
  5828.      * Gets the private '.errored..service_locator.IbXbJEJ.App\Entity\Category' shared service.
  5829.      *
  5830.      * @return \App\Entity\Category
  5831.      */
  5832.     protected function getCategoryService()
  5833.     {
  5834.         $this->throw('Cannot autowire service ".service_locator.IbXbJEJ": it references class "App\\Entity\\Category" but no such service exists.');
  5835.     }
  5836.     /**
  5837.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5838.      *
  5839.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5840.      */
  5841.     protected function getLoaderInterfaceService()
  5842.     {
  5843.         $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".');
  5844.     }
  5845.     /**
  5846.      * Gets the private '.errored..service_locator.Q1NHGFB.App\Entity\LicenceKey' shared service.
  5847.      *
  5848.      * @return \App\Entity\LicenceKey
  5849.      */
  5850.     protected function getLicenceKeyService()
  5851.     {
  5852.         $this->throw('Cannot autowire service ".service_locator.Q1NHGFB": it references class "App\\Entity\\LicenceKey" but no such service exists.');
  5853.     }
  5854.     /**
  5855.      * Gets the private '.errored..service_locator.S85VBX_.App\Entity\Campaign' shared service.
  5856.      *
  5857.      * @return \App\Entity\Campaign
  5858.      */
  5859.     protected function getCampaign2Service()
  5860.     {
  5861.         $this->throw('Cannot autowire service ".service_locator.S85VBX_": it references class "App\\Entity\\Campaign" but no such service exists.');
  5862.     }
  5863.     /**
  5864.      * Gets the private '.errored..service_locator.SzGKLGC.App\Entity\Subscriber' shared service.
  5865.      *
  5866.      * @return \App\Entity\Subscriber
  5867.      */
  5868.     protected function getSubscriberService()
  5869.     {
  5870.         $this->throw('Cannot autowire service ".service_locator.SzGKLGC": it references class "App\\Entity\\Subscriber" but no such service exists.');
  5871.     }
  5872.     /**
  5873.      * Gets the private '.errored..service_locator.THVfaSv.App\Entity\SeoRoute' shared service.
  5874.      *
  5875.      * @return \App\Entity\SeoRoute
  5876.      */
  5877.     protected function getSeoRouteService()
  5878.     {
  5879.         $this->throw('Cannot autowire service ".service_locator.THVfaSv": it references class "App\\Entity\\SeoRoute" but no such service exists.');
  5880.     }
  5881.     /**
  5882.      * Gets the private '.errored..service_locator.V0q.Fdu.App\Entity\Question' shared service.
  5883.      *
  5884.      * @return \App\Entity\Question
  5885.      */
  5886.     protected function getQuestionService()
  5887.     {
  5888.         $this->throw('Cannot autowire service ".service_locator.V0q.Fdu": it references class "App\\Entity\\Question" but no such service exists.');
  5889.     }
  5890.     /**
  5891.      * Gets the private '.errored..service_locator.X5rAzKE.App\Entity\SubscriberGroup' shared service.
  5892.      *
  5893.      * @return \App\Entity\SubscriberGroup
  5894.      */
  5895.     protected function getSubscriberGroupService()
  5896.     {
  5897.         $this->throw('Cannot autowire service ".service_locator.X5rAzKE": it references class "App\\Entity\\SubscriberGroup" but no such service exists.');
  5898.     }
  5899.     /**
  5900.      * Gets the private '.errored..service_locator.YQV8pxl.App\Entity\Product' shared service.
  5901.      *
  5902.      * @return \App\Entity\Product
  5903.      */
  5904.     protected function getProduct2Service()
  5905.     {
  5906.         $this->throw('Cannot autowire service ".service_locator.YQV8pxl": it references class "App\\Entity\\Product" but no such service exists.');
  5907.     }
  5908.     /**
  5909.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  5910.      *
  5911.      * @return \App\Entity\User
  5912.      */
  5913.     protected function getUser2Service()
  5914.     {
  5915.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  5916.     }
  5917.     /**
  5918.      * Gets the private '.errored..service_locator.ciASONt.App\Entity\Contact' shared service.
  5919.      *
  5920.      * @return \App\Entity\Contact
  5921.      */
  5922.     protected function getContactService()
  5923.     {
  5924.         $this->throw('Cannot autowire service ".service_locator.ciASONt": it references class "App\\Entity\\Contact" but no such service exists.');
  5925.     }
  5926.     /**
  5927.      * Gets the private '.errored..service_locator.i5P4esE.App\Entity\Cart' shared service.
  5928.      *
  5929.      * @return \App\Entity\Cart
  5930.      */
  5931.     protected function getCart2Service()
  5932.     {
  5933.         $this->throw('Cannot autowire service ".service_locator.i5P4esE": it references class "App\\Entity\\Cart" but no such service exists.');
  5934.     }
  5935.     /**
  5936.      * Gets the private '.errored..service_locator.iHZ5bxx.App\Entity\Recipient' shared service.
  5937.      *
  5938.      * @return \App\Entity\Recipient
  5939.      */
  5940.     protected function getRecipientService()
  5941.     {
  5942.         $this->throw('Cannot autowire service ".service_locator.iHZ5bxx": it references class "App\\Entity\\Recipient" but no such service exists.');
  5943.     }
  5944.     /**
  5945.      * Gets the private '.errored..service_locator.iaDvAJa.App\Entity\EcommerceOrder' shared service.
  5946.      *
  5947.      * @return \App\Entity\EcommerceOrder
  5948.      */
  5949.     protected function getEcommerceOrder2Service()
  5950.     {
  5951.         $this->throw('Cannot autowire service ".service_locator.iaDvAJa": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5952.     }
  5953.     /**
  5954.      * Gets the private '.errored..service_locator.kaipZWV.App\Entity\Redirection' shared service.
  5955.      *
  5956.      * @return \App\Entity\Redirection
  5957.      */
  5958.     protected function getRedirectionService()
  5959.     {
  5960.         $this->throw('Cannot autowire service ".service_locator.kaipZWV": it references class "App\\Entity\\Redirection" but no such service exists.');
  5961.     }
  5962.     /**
  5963.      * Gets the private '.errored..service_locator.kj6P_Y2.App\Entity\EcommerceOrder' shared service.
  5964.      *
  5965.      * @return \App\Entity\EcommerceOrder
  5966.      */
  5967.     protected function getEcommerceOrder3Service()
  5968.     {
  5969.         $this->throw('Cannot autowire service ".service_locator.kj6P_Y2": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5970.     }
  5971.     /**
  5972.      * Gets the private '.errored..service_locator.ob.O40s.App\Entity\Product' shared service.
  5973.      *
  5974.      * @return \App\Entity\Product
  5975.      */
  5976.     protected function getProduct3Service()
  5977.     {
  5978.         $this->throw('Cannot autowire service ".service_locator.ob.O40s": it references class "App\\Entity\\Product" but no such service exists.');
  5979.     }
  5980.     /**
  5981.      * Gets the private '.errored..service_locator.pq6bHr9.App\Entity\CartProduct' shared service.
  5982.      *
  5983.      * @return \App\Entity\CartProduct
  5984.      */
  5985.     protected function getCartProductService()
  5986.     {
  5987.         $this->throw('Cannot autowire service ".service_locator.pq6bHr9": it references class "App\\Entity\\CartProduct" but no such service exists.');
  5988.     }
  5989.     /**
  5990.      * Gets the private '.errored..service_locator.xYoebww.App\Entity\Template' shared service.
  5991.      *
  5992.      * @return \App\Entity\Template
  5993.      */
  5994.     protected function getTemplate2Service()
  5995.     {
  5996.         $this->throw('Cannot autowire service ".service_locator.xYoebww": it references class "App\\Entity\\Template" but no such service exists.');
  5997.     }
  5998.     /**
  5999.      * Gets the private '.errored..service_locator.zudzieW.App\Entity\User' shared service.
  6000.      *
  6001.      * @return \App\Entity\User
  6002.      */
  6003.     protected function getUser3Service()
  6004.     {
  6005.         $this->throw('Cannot autowire service ".service_locator.zudzieW": it references class "App\\Entity\\User" but no such service exists.');
  6006.     }
  6007.     /**
  6008.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  6009.      *
  6010.      * @return \Symfony\Component\Console\Command\LazyCommand
  6011.      */
  6012.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  6013.     {
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6016.         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 {
  6017.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  6018.         });
  6019.     }
  6020.     /**
  6021.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  6022.      *
  6023.      * @return \Symfony\Component\Console\Command\LazyCommand
  6024.      */
  6025.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6029.         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 {
  6030.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  6031.         });
  6032.     }
  6033.     /**
  6034.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  6035.      *
  6036.      * @return \Symfony\Component\Console\Command\LazyCommand
  6037.      */
  6038.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6042.         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 {
  6043.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  6044.         });
  6045.     }
  6046.     /**
  6047.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  6048.      *
  6049.      * @return \Symfony\Component\Console\Command\LazyCommand
  6050.      */
  6051.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6055.         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 {
  6056.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  6057.         });
  6058.     }
  6059.     /**
  6060.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  6061.      *
  6062.      * @return \Symfony\Component\Console\Command\LazyCommand
  6063.      */
  6064.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6068.         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 {
  6069.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  6070.         });
  6071.     }
  6072.     /**
  6073.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  6074.      *
  6075.      * @return \Symfony\Component\Console\Command\LazyCommand
  6076.      */
  6077.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6081.         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 {
  6082.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  6083.         });
  6084.     }
  6085.     /**
  6086.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  6087.      *
  6088.      * @return \Symfony\Component\Console\Command\LazyCommand
  6089.      */
  6090.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  6091.     {
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6094.         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 {
  6095.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  6096.         });
  6097.     }
  6098.     /**
  6099.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  6100.      *
  6101.      * @return \Symfony\Component\Console\Command\LazyCommand
  6102.      */
  6103.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6107.         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 {
  6108.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  6109.         });
  6110.     }
  6111.     /**
  6112.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\Console\Command\LazyCommand
  6115.      */
  6116.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6120.         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 {
  6121.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6122.         });
  6123.     }
  6124.     /**
  6125.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6126.      *
  6127.      * @return \Symfony\Component\Console\Command\LazyCommand
  6128.      */
  6129.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6133.         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 {
  6134.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6135.         });
  6136.     }
  6137.     /**
  6138.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6139.      *
  6140.      * @return \Symfony\Component\Console\Command\LazyCommand
  6141.      */
  6142.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6146.         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 {
  6147.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6148.         });
  6149.     }
  6150.     /**
  6151.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6152.      *
  6153.      * @return \Symfony\Component\Console\Command\LazyCommand
  6154.      */
  6155.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6159.         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 {
  6160.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6161.         });
  6162.     }
  6163.     /**
  6164.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6165.      *
  6166.      * @return \Symfony\Component\Console\Command\LazyCommand
  6167.      */
  6168.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6169.     {
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6172.         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 {
  6173.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6174.         });
  6175.     }
  6176.     /**
  6177.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6178.      *
  6179.      * @return \Symfony\Component\Console\Command\LazyCommand
  6180.      */
  6181.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6185.         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 {
  6186.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6187.         });
  6188.     }
  6189.     /**
  6190.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6191.      *
  6192.      * @return \Symfony\Component\Console\Command\LazyCommand
  6193.      */
  6194.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6198.         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 {
  6199.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6200.         });
  6201.     }
  6202.     /**
  6203.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  6204.      *
  6205.      * @return \Symfony\Component\Console\Command\LazyCommand
  6206.      */
  6207.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  6208.     {
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6211.         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 {
  6212.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  6213.         });
  6214.     }
  6215.     /**
  6216.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6217.      *
  6218.      * @return \Symfony\Component\Console\Command\LazyCommand
  6219.      */
  6220.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6224.         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 {
  6225.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6226.         });
  6227.     }
  6228.     /**
  6229.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\Console\Command\LazyCommand
  6232.      */
  6233.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6237.         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 {
  6238.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6239.         });
  6240.     }
  6241.     /**
  6242.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6243.      *
  6244.      * @return \Symfony\Component\Console\Command\LazyCommand
  6245.      */
  6246.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6247.     {
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6250.         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 {
  6251.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6252.         });
  6253.     }
  6254.     /**
  6255.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6256.      *
  6257.      * @return \Symfony\Component\Console\Command\LazyCommand
  6258.      */
  6259.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6263.         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 {
  6264.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6265.         });
  6266.     }
  6267.     /**
  6268.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6269.      *
  6270.      * @return \Symfony\Component\Console\Command\LazyCommand
  6271.      */
  6272.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6273.     {
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6276.         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 {
  6277.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6278.         });
  6279.     }
  6280.     /**
  6281.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6282.      *
  6283.      * @return \Symfony\Component\Console\Command\LazyCommand
  6284.      */
  6285.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6289.         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 {
  6290.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6291.         });
  6292.     }
  6293.     /**
  6294.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Console\Command\LazyCommand
  6297.      */
  6298.     protected function get_Security_Command_DebugFirewall_LazyService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6302.         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 {
  6303.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6304.         });
  6305.     }
  6306.     /**
  6307.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6308.      *
  6309.      * @return \Symfony\Component\Console\Command\LazyCommand
  6310.      */
  6311.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6315.         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 {
  6316.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6317.         });
  6318.     }
  6319.     /**
  6320.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6321.      *
  6322.      * @return \Symfony\Component\Console\Command\LazyCommand
  6323.      */
  6324.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6325.     {
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6328.         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 {
  6329.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6330.         });
  6331.     }
  6332.     /**
  6333.      * Gets the private '.service_locator..9OiCw.' shared service.
  6334.      *
  6335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6336.      */
  6337.     protected function get_ServiceLocator__9OiCw_Service()
  6338.     {
  6339.         return $this->privates['.service_locator..9OiCw.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6340.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6341.             'filterService' => ['services''App\\Service\\Filter''getFilterService'false],
  6342.             'paginatorService' => ['services''knp_paginator''getKnpPaginatorService'false],
  6343.         ], [
  6344.             'em' => '?',
  6345.             'filterService' => 'App\\Service\\Filter',
  6346.             'paginatorService' => '?',
  6347.         ]);
  6348.     }
  6349.     /**
  6350.      * Gets the private '.service_locator..Ae5NXw' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6353.      */
  6354.     protected function get_ServiceLocator__Ae5NXwService()
  6355.     {
  6356.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6357.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6358.         ], [
  6359.             'userRepository' => 'App\\Repository\\UserRepository',
  6360.         ]);
  6361.     }
  6362.     /**
  6363.      * Gets the private '.service_locator.3DxPDuY' shared service.
  6364.      *
  6365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6366.      */
  6367.     protected function get_ServiceLocator_3DxPDuYService()
  6368.     {
  6369.         return $this->privates['.service_locator.3DxPDuY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6370.             '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.'],
  6371.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6372.         ], [
  6373.             'article' => 'App\\Entity\\Article',
  6374.             'em' => '?',
  6375.         ]);
  6376.     }
  6377.     /**
  6378.      * Gets the private '.service_locator.48pMYU3' shared service.
  6379.      *
  6380.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6381.      */
  6382.     protected function get_ServiceLocator_48pMYU3Service()
  6383.     {
  6384.         return $this->privates['.service_locator.48pMYU3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6385.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6386.             '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.'],
  6387.         ], [
  6388.             'em' => '?',
  6389.             'launcher' => 'App\\Entity\\Launcher',
  6390.         ]);
  6391.     }
  6392.     /**
  6393.      * Gets the private '.service_locator.5bkioaH' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6396.      */
  6397.     protected function get_ServiceLocator_5bkioaHService()
  6398.     {
  6399.         return $this->privates['.service_locator.5bkioaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6400.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6401.             '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.'],
  6402.         ], [
  6403.             'em' => '?',
  6404.             'user' => 'App\\Entity\\User',
  6405.         ]);
  6406.     }
  6407.     /**
  6408.      * Gets the private '.service_locator.5miB8_X' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6411.      */
  6412.     protected function get_ServiceLocator_5miB8XService()
  6413.     {
  6414.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6415.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6416.         ], [
  6417.             'em' => '?',
  6418.         ]);
  6419.     }
  6420.     /**
  6421.      * Gets the private '.service_locator.6IkVMIm' shared service.
  6422.      *
  6423.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6424.      */
  6425.     protected function get_ServiceLocator_6IkVMImService()
  6426.     {
  6427.         return $this->privates['.service_locator.6IkVMIm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6428.             '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.'],
  6429.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6430.         ], [
  6431.             'campaign' => 'App\\Entity\\Campaign',
  6432.             'em' => '?',
  6433.         ]);
  6434.     }
  6435.     /**
  6436.      * Gets the private '.service_locator.6oKiZkm' shared service.
  6437.      *
  6438.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6439.      */
  6440.     protected function get_ServiceLocator_6oKiZkmService()
  6441.     {
  6442.         return $this->privates['.service_locator.6oKiZkm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6443.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6444.             '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.'],
  6445.         ], [
  6446.             'em' => '?',
  6447.             'template' => 'App\\Entity\\Template',
  6448.         ]);
  6449.     }
  6450.     /**
  6451.      * Gets the private '.service_locator.9Z5YJkH' shared service.
  6452.      *
  6453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6454.      */
  6455.     protected function get_ServiceLocator_9Z5YJkHService()
  6456.     {
  6457.         return $this->privates['.service_locator.9Z5YJkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6458.             'cartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  6459.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6460.         ], [
  6461.             'cartRepository' => 'App\\Repository\\CartRepository',
  6462.             'orderService' => 'App\\Service\\Order',
  6463.         ]);
  6464.     }
  6465.     /**
  6466.      * Gets the private '.service_locator.BQdtx6b' shared service.
  6467.      *
  6468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6469.      */
  6470.     protected function get_ServiceLocator_BQdtx6bService()
  6471.     {
  6472.         return $this->privates['.service_locator.BQdtx6b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6473.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6474.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6475.         ], [
  6476.             'em' => '?',
  6477.             'userRepository' => 'App\\Repository\\UserRepository',
  6478.         ]);
  6479.     }
  6480.     /**
  6481.      * Gets the private '.service_locator.DWiJbCk' shared service.
  6482.      *
  6483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6484.      */
  6485.     protected function get_ServiceLocator_DWiJbCkService()
  6486.     {
  6487.         return $this->privates['.service_locator.DWiJbCk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6488.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6489.             '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.'],
  6490.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6491.         ], [
  6492.             'em' => '?',
  6493.             'order' => 'App\\Entity\\EcommerceOrder',
  6494.             'orderService' => 'App\\Service\\Order',
  6495.         ]);
  6496.     }
  6497.     /**
  6498.      * Gets the private '.service_locator.EcUW4Ta' shared service.
  6499.      *
  6500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6501.      */
  6502.     protected function get_ServiceLocator_EcUW4TaService()
  6503.     {
  6504.         return $this->privates['.service_locator.EcUW4Ta'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6505.             'cart' => ['privates''.errored..service_locator.EcUW4Ta.App\\Entity\\Cart'NULL'Cannot autowire service ".service_locator.EcUW4Ta": it references class "App\\Entity\\Cart" but no such service exists.'],
  6506.             'fbConversion' => ['services''App\\Service\\FacebookConversion''getFacebookConversionService'false],
  6507.             'klaviyoService' => ['services''App\\Service\\Klaviyo''getKlaviyoService'false],
  6508.             'order' => ['services''App\\Service\\Order''getOrderService'false],
  6509.             'redditConversion' => ['services''App\\Service\\RedditConversion''getRedditConversionService'false],
  6510.         ], [
  6511.             'cart' => 'App\\Entity\\Cart',
  6512.             'fbConversion' => 'App\\Service\\FacebookConversion',
  6513.             'klaviyoService' => 'App\\Service\\Klaviyo',
  6514.             'order' => 'App\\Service\\Order',
  6515.             'redditConversion' => 'App\\Service\\RedditConversion',
  6516.         ]);
  6517.     }
  6518.     /**
  6519.      * Gets the private '.service_locator.ErOD_H1' shared service.
  6520.      *
  6521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6522.      */
  6523.     protected function get_ServiceLocator_ErODH1Service()
  6524.     {
  6525.         return $this->privates['.service_locator.ErOD_H1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6526.             'categoryArticleRepository' => ['services''App\\Repository\\CategoryArticleRepository''getCategoryArticleRepositoryService'false],
  6527.         ], [
  6528.             'categoryArticleRepository' => 'App\\Repository\\CategoryArticleRepository',
  6529.         ]);
  6530.     }
  6531.     /**
  6532.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6535.      */
  6536.     protected function get_ServiceLocator_GNc8e5BService()
  6537.     {
  6538.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6539.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6540.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6541.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6542.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6543.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6544.             'router' => ['services''router''getRouterService'false],
  6545.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6546.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6547.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6548.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6549.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6550.         ], [
  6551.             'doctrine' => '?',
  6552.             'form.factory' => '?',
  6553.             'http_kernel' => '?',
  6554.             'parameter_bag' => '?',
  6555.             'request_stack' => '?',
  6556.             'router' => '?',
  6557.             'security.authorization_checker' => '?',
  6558.             'security.csrf.token_manager' => '?',
  6559.             'security.token_storage' => '?',
  6560.             'session' => '.session.deprecated',
  6561.             'twig' => '?',
  6562.         ]);
  6563.     }
  6564.     /**
  6565.      * Gets the private '.service_locator.H1.Q7UY' shared service.
  6566.      *
  6567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6568.      */
  6569.     protected function get_ServiceLocator_H1_Q7UYService()
  6570.     {
  6571.         return $this->privates['.service_locator.H1.Q7UY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6572.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6573.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6574.             'mailjet' => ['services''App\\Service\\Mailjet''getMailjetService'false],
  6575.             'translator' => ['services''translator''getTranslatorService'false],
  6576.         ], [
  6577.             'em' => '?',
  6578.             'mailer' => '?',
  6579.             'mailjet' => 'App\\Service\\Mailjet',
  6580.             'translator' => '?',
  6581.         ]);
  6582.     }
  6583.     /**
  6584.      * Gets the private '.service_locator.Hfu_Ccf' shared service.
  6585.      *
  6586.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6587.      */
  6588.     protected function get_ServiceLocator_HfuCcfService()
  6589.     {
  6590.         return $this->privates['.service_locator.Hfu_Ccf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6591.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6592.             '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.'],
  6593.         ], [
  6594.             'em' => '?',
  6595.             'product' => 'App\\Entity\\Product',
  6596.         ]);
  6597.     }
  6598.     /**
  6599.      * Gets the private '.service_locator.HjRujH0' shared service.
  6600.      *
  6601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6602.      */
  6603.     protected function get_ServiceLocator_HjRujH0Service()
  6604.     {
  6605.         return $this->privates['.service_locator.HjRujH0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6606.             '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.'],
  6607.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6608.         ], [
  6609.             'categoryarticle' => 'App\\Entity\\CategoryArticle',
  6610.             'em' => '?',
  6611.         ]);
  6612.     }
  6613.     /**
  6614.      * Gets the private '.service_locator.IbXbJEJ' shared service.
  6615.      *
  6616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6617.      */
  6618.     protected function get_ServiceLocator_IbXbJEJService()
  6619.     {
  6620.         return $this->privates['.service_locator.IbXbJEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6621.             '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.'],
  6622.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6623.         ], [
  6624.             'category' => 'App\\Entity\\Category',
  6625.             'em' => '?',
  6626.         ]);
  6627.     }
  6628.     /**
  6629.      * Gets the private '.service_locator.JeTwYn4' shared service.
  6630.      *
  6631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6632.      */
  6633.     protected function get_ServiceLocator_JeTwYn4Service()
  6634.     {
  6635.         return $this->privates['.service_locator.JeTwYn4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6636.             'productRepository' => ['services''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  6637.         ], [
  6638.             'productRepository' => 'App\\Repository\\ProductRepository',
  6639.         ]);
  6640.     }
  6641.     /**
  6642.      * Gets the private '.service_locator.KLVvNIq' shared service.
  6643.      *
  6644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6645.      */
  6646.     protected function get_ServiceLocator_KLVvNIqService()
  6647.     {
  6648.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6649.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  6650.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  6651.         ], [
  6652.             'doctrine.ulid_generator' => '?',
  6653.             'doctrine.uuid_generator' => '?',
  6654.         ]);
  6655.     }
  6656.     /**
  6657.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6658.      *
  6659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6660.      */
  6661.     protected function get_ServiceLocator_KfbR3DYService()
  6662.     {
  6663.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6664.             '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".'],
  6665.         ], [
  6666.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6667.         ]);
  6668.     }
  6669.     /**
  6670.      * Gets the private '.service_locator.Q1NHGFB' shared service.
  6671.      *
  6672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6673.      */
  6674.     protected function get_ServiceLocator_Q1NHGFBService()
  6675.     {
  6676.         return $this->privates['.service_locator.Q1NHGFB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6677.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6678.             '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.'],
  6679.         ], [
  6680.             'em' => '?',
  6681.             'licenceKey' => 'App\\Entity\\LicenceKey',
  6682.         ]);
  6683.     }
  6684.     /**
  6685.      * Gets the private '.service_locator.S85VBX_' shared service.
  6686.      *
  6687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6688.      */
  6689.     protected function get_ServiceLocator_S85VBXService()
  6690.     {
  6691.         return $this->privates['.service_locator.S85VBX_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6692.             '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.'],
  6693.         ], [
  6694.             'campaign' => 'App\\Entity\\Campaign',
  6695.         ]);
  6696.     }
  6697.     /**
  6698.      * Gets the private '.service_locator.SHOOQIy' shared service.
  6699.      *
  6700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6701.      */
  6702.     protected function get_ServiceLocator_SHOOQIyService()
  6703.     {
  6704.         return $this->privates['.service_locator.SHOOQIy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6705.             'App\\Controller\\Admin\\AdminController::importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6706.             'App\\Controller\\Admin\\AdminController::indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  6707.             'App\\Controller\\Admin\\ArticleController::copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6708.             'App\\Controller\\Admin\\ArticleController::deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6709.             'App\\Controller\\Admin\\ArticleController::editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6710.             'App\\Controller\\Admin\\ArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6711.             'App\\Controller\\Admin\\ArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6712.             'App\\Controller\\Admin\\ArticleController::restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6713.             'App\\Controller\\Admin\\ArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6714.             'App\\Controller\\Admin\\CampaignController::deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  6715.             'App\\Controller\\Admin\\CampaignController::editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  6716.             'App\\Controller\\Admin\\CampaignController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6717.             'App\\Controller\\Admin\\CampaignController::newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  6718.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6719.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6720.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6721.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6722.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6723.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6724.             'App\\Controller\\Admin\\CategoryController::deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6725.             'App\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6726.             'App\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6727.             'App\\Controller\\Admin\\CategoryController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6728.             'App\\Controller\\Admin\\CategoryController::restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6729.             'App\\Controller\\Admin\\CategoryController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6730.             'App\\Controller\\Admin\\ContactController::deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6731.             'App\\Controller\\Admin\\ContactController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6732.             'App\\Controller\\Admin\\ContactController::showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6733.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6734.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  6735.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6736.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6737.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  6738.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6739.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6740.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  6741.             'App\\Controller\\Admin\\LauncherController::deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6742.             'App\\Controller\\Admin\\LauncherController::editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6743.             'App\\Controller\\Admin\\LauncherController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6744.             'App\\Controller\\Admin\\LauncherController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6745.             'App\\Controller\\Admin\\LauncherController::refreshAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6746.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6747.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6748.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6749.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6750.             'App\\Controller\\Admin\\ProductController::copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6751.             'App\\Controller\\Admin\\ProductController::deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6752.             'App\\Controller\\Admin\\ProductController::editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6753.             'App\\Controller\\Admin\\ProductController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6754.             'App\\Controller\\Admin\\ProductController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6755.             'App\\Controller\\Admin\\ProductController::restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6756.             'App\\Controller\\Admin\\ProductController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6757.             'App\\Controller\\Admin\\QuestionController::deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6758.             'App\\Controller\\Admin\\QuestionController::editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6759.             'App\\Controller\\Admin\\QuestionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6760.             'App\\Controller\\Admin\\QuestionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6761.             'App\\Controller\\Admin\\QuestionController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6762.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6763.             'App\\Controller\\Admin\\RedirectionController::editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6764.             'App\\Controller\\Admin\\RedirectionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6765.             'App\\Controller\\Admin\\RedirectionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6766.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6767.             'App\\Controller\\Admin\\SeoRouteController::editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  6768.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6769.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6770.             'App\\Controller\\Admin\\SeoRouteController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6771.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6772.             'App\\Controller\\Admin\\SubscriberController::editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6773.             'App\\Controller\\Admin\\SubscriberController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6774.             'App\\Controller\\Admin\\SubscriberController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6775.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6776.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6777.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6778.             'App\\Controller\\Admin\\TemplateController::deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  6779.             'App\\Controller\\Admin\\TemplateController::editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  6780.             'App\\Controller\\Admin\\TemplateController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6781.             'App\\Controller\\Admin\\UserController::deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  6782.             'App\\Controller\\Admin\\UserController::editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  6783.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  6784.             'App\\Controller\\Admin\\UserController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6785.             'App\\Controller\\Admin\\UserController::newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  6786.             'App\\Controller\\Admin\\UserController::showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  6787.             'App\\Controller\\ApiController::buyFreeProduct' => ['privates''.service_locator.YQV8pxl''get_ServiceLocator_YQV8pxlService'false],
  6788.             'App\\Controller\\ApiController::checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6789.             'App\\Controller\\ApiController::getArticleCategories' => ['privates''.service_locator.ErOD_H1''get_ServiceLocator_ErODH1Service'false],
  6790.             'App\\Controller\\ApiController::getArticles' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6791.             'App\\Controller\\ApiController::getProducts' => ['privates''.service_locator.JeTwYn4''get_ServiceLocator_JeTwYn4Service'false],
  6792.             'App\\Controller\\ApiController::getProfile' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6793.             'App\\Controller\\AppController::FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6794.             'App\\Controller\\AppController::SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6795.             'App\\Controller\\AppController::SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6796.             'App\\Controller\\AppController::extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6797.             'App\\Controller\\AppController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6798.             'App\\Controller\\AppController::notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6799.             'App\\Controller\\AppController::renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  6800.             'App\\Controller\\AppController::sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6801.             'App\\Controller\\AppController::sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6802.             'App\\Controller\\AppController::validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  6803.             'App\\Controller\\ArticleController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6804.             'App\\Controller\\ArticleController::showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6805.             'App\\Controller\\ContactController::contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  6806.             'App\\Controller\\EcommerceController::addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  6807.             'App\\Controller\\EcommerceController::cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6808.             'App\\Controller\\EcommerceController::cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6809.             'App\\Controller\\EcommerceController::checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6810.             'App\\Controller\\EcommerceController::checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  6811.             'App\\Controller\\EcommerceController::checkoutReturnAction' => ['privates''.service_locator.EcUW4Ta''get_ServiceLocator_EcUW4TaService'false],
  6812.             'App\\Controller\\EcommerceController::removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  6813.             'App\\Controller\\EcommerceController::shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6814.             'App\\Controller\\EcommerceController::shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6815.             'App\\Controller\\NewsletterController::recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6816.             'App\\Controller\\NewsletterController::subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6817.             'App\\Controller\\NewsletterController::unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6818.             'App\\Controller\\ProfileController::renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6819.             'App\\Controller\\ProfileController::renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6820.             'App\\Controller\\ProfileController::requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6821.             'App\\Controller\\ProfileController::spaceOrderAction' => ['privates''.service_locator.k2Axrgu''get_ServiceLocator_K2AxrguService'false],
  6822.             'App\\Controller\\ProfileController::validEmailAction' => ['privates''.service_locator.H1.Q7UY''get_ServiceLocator_H1_Q7UYService'false],
  6823.             'App\\Controller\\RegistrationController::preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  6824.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6825.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6826.             'App\\Controller\\Admin\\AdminController:importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6827.             'App\\Controller\\Admin\\AdminController:indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  6828.             'App\\Controller\\Admin\\ArticleController:copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6829.             'App\\Controller\\Admin\\ArticleController:deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6830.             'App\\Controller\\Admin\\ArticleController:editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6831.             'App\\Controller\\Admin\\ArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6832.             'App\\Controller\\Admin\\ArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6833.             'App\\Controller\\Admin\\ArticleController:restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6834.             'App\\Controller\\Admin\\ArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6835.             'App\\Controller\\Admin\\CampaignController:deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  6836.             'App\\Controller\\Admin\\CampaignController:editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  6837.             'App\\Controller\\Admin\\CampaignController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6838.             'App\\Controller\\Admin\\CampaignController:newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  6839.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6840.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6841.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6842.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6843.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6844.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6845.             'App\\Controller\\Admin\\CategoryController:deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6846.             'App\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6847.             'App\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6848.             'App\\Controller\\Admin\\CategoryController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6849.             'App\\Controller\\Admin\\CategoryController:restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6850.             'App\\Controller\\Admin\\CategoryController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6851.             'App\\Controller\\Admin\\ContactController:deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6852.             'App\\Controller\\Admin\\ContactController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6853.             'App\\Controller\\Admin\\ContactController:showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6854.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6855.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  6856.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6857.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6858.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  6859.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6860.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6861.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  6862.             'App\\Controller\\Admin\\LauncherController:deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6863.             'App\\Controller\\Admin\\LauncherController:editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6864.             'App\\Controller\\Admin\\LauncherController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6865.             'App\\Controller\\Admin\\LauncherController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6866.             'App\\Controller\\Admin\\LauncherController:refreshAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6867.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6868.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6869.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6870.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6871.             'App\\Controller\\Admin\\ProductController:copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6872.             'App\\Controller\\Admin\\ProductController:deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6873.             'App\\Controller\\Admin\\ProductController:editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6874.             'App\\Controller\\Admin\\ProductController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6875.             'App\\Controller\\Admin\\ProductController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6876.             'App\\Controller\\Admin\\ProductController:restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6877.             'App\\Controller\\Admin\\ProductController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6878.             'App\\Controller\\Admin\\QuestionController:deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6879.             'App\\Controller\\Admin\\QuestionController:editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6880.             'App\\Controller\\Admin\\QuestionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6881.             'App\\Controller\\Admin\\QuestionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6882.             'App\\Controller\\Admin\\QuestionController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6883.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6884.             'App\\Controller\\Admin\\RedirectionController:editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6885.             'App\\Controller\\Admin\\RedirectionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6886.             'App\\Controller\\Admin\\RedirectionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6887.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6888.             'App\\Controller\\Admin\\SeoRouteController:editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  6889.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6890.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6891.             'App\\Controller\\Admin\\SeoRouteController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6892.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6893.             'App\\Controller\\Admin\\SubscriberController:editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6894.             'App\\Controller\\Admin\\SubscriberController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6895.             'App\\Controller\\Admin\\SubscriberController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6896.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6897.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6898.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6899.             'App\\Controller\\Admin\\TemplateController:deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  6900.             'App\\Controller\\Admin\\TemplateController:editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  6901.             'App\\Controller\\Admin\\TemplateController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6902.             'App\\Controller\\Admin\\UserController:deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  6903.             'App\\Controller\\Admin\\UserController:editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  6904.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  6905.             'App\\Controller\\Admin\\UserController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6906.             'App\\Controller\\Admin\\UserController:newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  6907.             'App\\Controller\\Admin\\UserController:showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  6908.             'App\\Controller\\ApiController:buyFreeProduct' => ['privates''.service_locator.YQV8pxl''get_ServiceLocator_YQV8pxlService'false],
  6909.             'App\\Controller\\ApiController:checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6910.             'App\\Controller\\ApiController:getArticleCategories' => ['privates''.service_locator.ErOD_H1''get_ServiceLocator_ErODH1Service'false],
  6911.             'App\\Controller\\ApiController:getArticles' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6912.             'App\\Controller\\ApiController:getProducts' => ['privates''.service_locator.JeTwYn4''get_ServiceLocator_JeTwYn4Service'false],
  6913.             'App\\Controller\\ApiController:getProfile' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6914.             'App\\Controller\\AppController:FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6915.             'App\\Controller\\AppController:SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6916.             'App\\Controller\\AppController:SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6917.             'App\\Controller\\AppController:extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6918.             'App\\Controller\\AppController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6919.             'App\\Controller\\AppController:notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6920.             'App\\Controller\\AppController:renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  6921.             'App\\Controller\\AppController:sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6922.             'App\\Controller\\AppController:sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6923.             'App\\Controller\\AppController:validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  6924.             'App\\Controller\\ArticleController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6925.             'App\\Controller\\ArticleController:showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6926.             'App\\Controller\\ContactController:contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  6927.             'App\\Controller\\EcommerceController:addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  6928.             'App\\Controller\\EcommerceController:cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6929.             'App\\Controller\\EcommerceController:cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6930.             'App\\Controller\\EcommerceController:checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6931.             'App\\Controller\\EcommerceController:checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  6932.             'App\\Controller\\EcommerceController:checkoutReturnAction' => ['privates''.service_locator.EcUW4Ta''get_ServiceLocator_EcUW4TaService'false],
  6933.             'App\\Controller\\EcommerceController:removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  6934.             'App\\Controller\\EcommerceController:shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6935.             'App\\Controller\\EcommerceController:shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6936.             'App\\Controller\\NewsletterController:recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6937.             'App\\Controller\\NewsletterController:subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6938.             'App\\Controller\\NewsletterController:unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6939.             'App\\Controller\\ProfileController:renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6940.             'App\\Controller\\ProfileController:renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6941.             'App\\Controller\\ProfileController:requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6942.             'App\\Controller\\ProfileController:spaceOrderAction' => ['privates''.service_locator.k2Axrgu''get_ServiceLocator_K2AxrguService'false],
  6943.             'App\\Controller\\ProfileController:validEmailAction' => ['privates''.service_locator.H1.Q7UY''get_ServiceLocator_H1_Q7UYService'false],
  6944.             'App\\Controller\\RegistrationController:preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  6945.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6946.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6947.         ], [
  6948.             'App\\Controller\\Admin\\AdminController::importKeysAction' => '?',
  6949.             'App\\Controller\\Admin\\AdminController::indexAction' => '?',
  6950.             'App\\Controller\\Admin\\ArticleController::copyAction' => '?',
  6951.             'App\\Controller\\Admin\\ArticleController::deleteAction' => '?',
  6952.             'App\\Controller\\Admin\\ArticleController::editAction' => '?',
  6953.             'App\\Controller\\Admin\\ArticleController::indexAction' => '?',
  6954.             'App\\Controller\\Admin\\ArticleController::newAction' => '?',
  6955.             'App\\Controller\\Admin\\ArticleController::restoreAction' => '?',
  6956.             'App\\Controller\\Admin\\ArticleController::sortAction' => '?',
  6957.             'App\\Controller\\Admin\\CampaignController::deleteAction' => '?',
  6958.             'App\\Controller\\Admin\\CampaignController::editAction' => '?',
  6959.             'App\\Controller\\Admin\\CampaignController::indexAction' => '?',
  6960.             'App\\Controller\\Admin\\CampaignController::newAction' => '?',
  6961.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => '?',
  6962.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => '?',
  6963.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => '?',
  6964.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => '?',
  6965.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => '?',
  6966.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => '?',
  6967.             'App\\Controller\\Admin\\CategoryController::deleteAction' => '?',
  6968.             'App\\Controller\\Admin\\CategoryController::editAction' => '?',
  6969.             'App\\Controller\\Admin\\CategoryController::indexAction' => '?',
  6970.             'App\\Controller\\Admin\\CategoryController::newAction' => '?',
  6971.             'App\\Controller\\Admin\\CategoryController::restoreAction' => '?',
  6972.             'App\\Controller\\Admin\\CategoryController::sortAction' => '?',
  6973.             'App\\Controller\\Admin\\ContactController::deleteAction' => '?',
  6974.             'App\\Controller\\Admin\\ContactController::indexAction' => '?',
  6975.             'App\\Controller\\Admin\\ContactController::showAction' => '?',
  6976.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => '?',
  6977.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => '?',
  6978.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => '?',
  6979.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => '?',
  6980.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => '?',
  6981.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => '?',
  6982.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => '?',
  6983.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => '?',
  6984.             'App\\Controller\\Admin\\LauncherController::deleteAction' => '?',
  6985.             'App\\Controller\\Admin\\LauncherController::editAction' => '?',
  6986.             'App\\Controller\\Admin\\LauncherController::indexAction' => '?',
  6987.             'App\\Controller\\Admin\\LauncherController::newAction' => '?',
  6988.             'App\\Controller\\Admin\\LauncherController::refreshAction' => '?',
  6989.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => '?',
  6990.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => '?',
  6991.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => '?',
  6992.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => '?',
  6993.             'App\\Controller\\Admin\\ProductController::copyAction' => '?',
  6994.             'App\\Controller\\Admin\\ProductController::deleteAction' => '?',
  6995.             'App\\Controller\\Admin\\ProductController::editAction' => '?',
  6996.             'App\\Controller\\Admin\\ProductController::indexAction' => '?',
  6997.             'App\\Controller\\Admin\\ProductController::newAction' => '?',
  6998.             'App\\Controller\\Admin\\ProductController::restoreAction' => '?',
  6999.             'App\\Controller\\Admin\\ProductController::sortAction' => '?',
  7000.             'App\\Controller\\Admin\\QuestionController::deleteAction' => '?',
  7001.             'App\\Controller\\Admin\\QuestionController::editAction' => '?',
  7002.             'App\\Controller\\Admin\\QuestionController::indexAction' => '?',
  7003.             'App\\Controller\\Admin\\QuestionController::newAction' => '?',
  7004.             'App\\Controller\\Admin\\QuestionController::sortAction' => '?',
  7005.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => '?',
  7006.             'App\\Controller\\Admin\\RedirectionController::editAction' => '?',
  7007.             'App\\Controller\\Admin\\RedirectionController::indexAction' => '?',
  7008.             'App\\Controller\\Admin\\RedirectionController::newAction' => '?',
  7009.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => '?',
  7010.             'App\\Controller\\Admin\\SeoRouteController::editAction' => '?',
  7011.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => '?',
  7012.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => '?',
  7013.             'App\\Controller\\Admin\\SeoRouteController::newAction' => '?',
  7014.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => '?',
  7015.             'App\\Controller\\Admin\\SubscriberController::editAction' => '?',
  7016.             'App\\Controller\\Admin\\SubscriberController::indexAction' => '?',
  7017.             'App\\Controller\\Admin\\SubscriberController::newAction' => '?',
  7018.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => '?',
  7019.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => '?',
  7020.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => '?',
  7021.             'App\\Controller\\Admin\\TemplateController::deleteAction' => '?',
  7022.             'App\\Controller\\Admin\\TemplateController::editorAction' => '?',
  7023.             'App\\Controller\\Admin\\TemplateController::indexAction' => '?',
  7024.             'App\\Controller\\Admin\\UserController::deleteAction' => '?',
  7025.             'App\\Controller\\Admin\\UserController::editAction' => '?',
  7026.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => '?',
  7027.             'App\\Controller\\Admin\\UserController::indexAction' => '?',
  7028.             'App\\Controller\\Admin\\UserController::newAction' => '?',
  7029.             'App\\Controller\\Admin\\UserController::showAction' => '?',
  7030.             'App\\Controller\\ApiController::buyFreeProduct' => '?',
  7031.             'App\\Controller\\ApiController::checkUsageAction' => '?',
  7032.             'App\\Controller\\ApiController::getArticleCategories' => '?',
  7033.             'App\\Controller\\ApiController::getArticles' => '?',
  7034.             'App\\Controller\\ApiController::getProducts' => '?',
  7035.             'App\\Controller\\ApiController::getProfile' => '?',
  7036.             'App\\Controller\\AppController::FAQAction' => '?',
  7037.             'App\\Controller\\AppController::SoftwareLoreAction' => '?',
  7038.             'App\\Controller\\AppController::SoftwareTomeAction' => '?',
  7039.             'App\\Controller\\AppController::extensionJsonAction' => '?',
  7040.             'App\\Controller\\AppController::indexAction' => '?',
  7041.             'App\\Controller\\AppController::notificationsReadedAction' => '?',
  7042.             'App\\Controller\\AppController::renderCart' => '?',
  7043.             'App\\Controller\\AppController::sitemapAction' => '?',
  7044.             'App\\Controller\\AppController::sitemapXmlAction' => '?',
  7045.             'App\\Controller\\AppController::validateEmailAction' => '?',
  7046.             'App\\Controller\\ArticleController::indexAction' => '?',
  7047.             'App\\Controller\\ArticleController::showAction' => '?',
  7048.             'App\\Controller\\ContactController::contactAction' => '?',
  7049.             'App\\Controller\\EcommerceController::addToCartAction' => '?',
  7050.             'App\\Controller\\EcommerceController::cartAction' => '?',
  7051.             'App\\Controller\\EcommerceController::cartProductsAction' => '?',
  7052.             'App\\Controller\\EcommerceController::checkoutAction' => '?',
  7053.             'App\\Controller\\EcommerceController::checkoutLoadAction' => '?',
  7054.             'App\\Controller\\EcommerceController::checkoutReturnAction' => '?',
  7055.             'App\\Controller\\EcommerceController::removeToCartAction' => '?',
  7056.             'App\\Controller\\EcommerceController::shopAction' => '?',
  7057.             'App\\Controller\\EcommerceController::shopItemAction' => '?',
  7058.             'App\\Controller\\NewsletterController::recipientCheckAction' => '?',
  7059.             'App\\Controller\\NewsletterController::subscribeAction' => '?',
  7060.             'App\\Controller\\NewsletterController::unsubscribeAction' => '?',
  7061.             'App\\Controller\\ProfileController::renderGifts' => '?',
  7062.             'App\\Controller\\ProfileController::renderLaunchers' => '?',
  7063.             'App\\Controller\\ProfileController::requestGiftsAction' => '?',
  7064.             'App\\Controller\\ProfileController::spaceOrderAction' => '?',
  7065.             'App\\Controller\\ProfileController::validEmailAction' => '?',
  7066.             'App\\Controller\\RegistrationController::preRegisterAction' => '?',
  7067.             'kernel::loadRoutes' => '?',
  7068.             'kernel::registerContainerConfiguration' => '?',
  7069.             'App\\Controller\\Admin\\AdminController:importKeysAction' => '?',
  7070.             'App\\Controller\\Admin\\AdminController:indexAction' => '?',
  7071.             'App\\Controller\\Admin\\ArticleController:copyAction' => '?',
  7072.             'App\\Controller\\Admin\\ArticleController:deleteAction' => '?',
  7073.             'App\\Controller\\Admin\\ArticleController:editAction' => '?',
  7074.             'App\\Controller\\Admin\\ArticleController:indexAction' => '?',
  7075.             'App\\Controller\\Admin\\ArticleController:newAction' => '?',
  7076.             'App\\Controller\\Admin\\ArticleController:restoreAction' => '?',
  7077.             'App\\Controller\\Admin\\ArticleController:sortAction' => '?',
  7078.             'App\\Controller\\Admin\\CampaignController:deleteAction' => '?',
  7079.             'App\\Controller\\Admin\\CampaignController:editAction' => '?',
  7080.             'App\\Controller\\Admin\\CampaignController:indexAction' => '?',
  7081.             'App\\Controller\\Admin\\CampaignController:newAction' => '?',
  7082.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => '?',
  7083.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => '?',
  7084.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => '?',
  7085.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => '?',
  7086.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => '?',
  7087.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => '?',
  7088.             'App\\Controller\\Admin\\CategoryController:deleteAction' => '?',
  7089.             'App\\Controller\\Admin\\CategoryController:editAction' => '?',
  7090.             'App\\Controller\\Admin\\CategoryController:indexAction' => '?',
  7091.             'App\\Controller\\Admin\\CategoryController:newAction' => '?',
  7092.             'App\\Controller\\Admin\\CategoryController:restoreAction' => '?',
  7093.             'App\\Controller\\Admin\\CategoryController:sortAction' => '?',
  7094.             'App\\Controller\\Admin\\ContactController:deleteAction' => '?',
  7095.             'App\\Controller\\Admin\\ContactController:indexAction' => '?',
  7096.             'App\\Controller\\Admin\\ContactController:showAction' => '?',
  7097.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => '?',
  7098.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => '?',
  7099.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => '?',
  7100.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => '?',
  7101.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => '?',
  7102.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => '?',
  7103.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => '?',
  7104.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => '?',
  7105.             'App\\Controller\\Admin\\LauncherController:deleteAction' => '?',
  7106.             'App\\Controller\\Admin\\LauncherController:editAction' => '?',
  7107.             'App\\Controller\\Admin\\LauncherController:indexAction' => '?',
  7108.             'App\\Controller\\Admin\\LauncherController:newAction' => '?',
  7109.             'App\\Controller\\Admin\\LauncherController:refreshAction' => '?',
  7110.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => '?',
  7111.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => '?',
  7112.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => '?',
  7113.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => '?',
  7114.             'App\\Controller\\Admin\\ProductController:copyAction' => '?',
  7115.             'App\\Controller\\Admin\\ProductController:deleteAction' => '?',
  7116.             'App\\Controller\\Admin\\ProductController:editAction' => '?',
  7117.             'App\\Controller\\Admin\\ProductController:indexAction' => '?',
  7118.             'App\\Controller\\Admin\\ProductController:newAction' => '?',
  7119.             'App\\Controller\\Admin\\ProductController:restoreAction' => '?',
  7120.             'App\\Controller\\Admin\\ProductController:sortAction' => '?',
  7121.             'App\\Controller\\Admin\\QuestionController:deleteAction' => '?',
  7122.             'App\\Controller\\Admin\\QuestionController:editAction' => '?',
  7123.             'App\\Controller\\Admin\\QuestionController:indexAction' => '?',
  7124.             'App\\Controller\\Admin\\QuestionController:newAction' => '?',
  7125.             'App\\Controller\\Admin\\QuestionController:sortAction' => '?',
  7126.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => '?',
  7127.             'App\\Controller\\Admin\\RedirectionController:editAction' => '?',
  7128.             'App\\Controller\\Admin\\RedirectionController:indexAction' => '?',
  7129.             'App\\Controller\\Admin\\RedirectionController:newAction' => '?',
  7130.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => '?',
  7131.             'App\\Controller\\Admin\\SeoRouteController:editAction' => '?',
  7132.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => '?',
  7133.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => '?',
  7134.             'App\\Controller\\Admin\\SeoRouteController:newAction' => '?',
  7135.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => '?',
  7136.             'App\\Controller\\Admin\\SubscriberController:editAction' => '?',
  7137.             'App\\Controller\\Admin\\SubscriberController:indexAction' => '?',
  7138.             'App\\Controller\\Admin\\SubscriberController:newAction' => '?',
  7139.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => '?',
  7140.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => '?',
  7141.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => '?',
  7142.             'App\\Controller\\Admin\\TemplateController:deleteAction' => '?',
  7143.             'App\\Controller\\Admin\\TemplateController:editorAction' => '?',
  7144.             'App\\Controller\\Admin\\TemplateController:indexAction' => '?',
  7145.             'App\\Controller\\Admin\\UserController:deleteAction' => '?',
  7146.             'App\\Controller\\Admin\\UserController:editAction' => '?',
  7147.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => '?',
  7148.             'App\\Controller\\Admin\\UserController:indexAction' => '?',
  7149.             'App\\Controller\\Admin\\UserController:newAction' => '?',
  7150.             'App\\Controller\\Admin\\UserController:showAction' => '?',
  7151.             'App\\Controller\\ApiController:buyFreeProduct' => '?',
  7152.             'App\\Controller\\ApiController:checkUsageAction' => '?',
  7153.             'App\\Controller\\ApiController:getArticleCategories' => '?',
  7154.             'App\\Controller\\ApiController:getArticles' => '?',
  7155.             'App\\Controller\\ApiController:getProducts' => '?',
  7156.             'App\\Controller\\ApiController:getProfile' => '?',
  7157.             'App\\Controller\\AppController:FAQAction' => '?',
  7158.             'App\\Controller\\AppController:SoftwareLoreAction' => '?',
  7159.             'App\\Controller\\AppController:SoftwareTomeAction' => '?',
  7160.             'App\\Controller\\AppController:extensionJsonAction' => '?',
  7161.             'App\\Controller\\AppController:indexAction' => '?',
  7162.             'App\\Controller\\AppController:notificationsReadedAction' => '?',
  7163.             'App\\Controller\\AppController:renderCart' => '?',
  7164.             'App\\Controller\\AppController:sitemapAction' => '?',
  7165.             'App\\Controller\\AppController:sitemapXmlAction' => '?',
  7166.             'App\\Controller\\AppController:validateEmailAction' => '?',
  7167.             'App\\Controller\\ArticleController:indexAction' => '?',
  7168.             'App\\Controller\\ArticleController:showAction' => '?',
  7169.             'App\\Controller\\ContactController:contactAction' => '?',
  7170.             'App\\Controller\\EcommerceController:addToCartAction' => '?',
  7171.             'App\\Controller\\EcommerceController:cartAction' => '?',
  7172.             'App\\Controller\\EcommerceController:cartProductsAction' => '?',
  7173.             'App\\Controller\\EcommerceController:checkoutAction' => '?',
  7174.             'App\\Controller\\EcommerceController:checkoutLoadAction' => '?',
  7175.             'App\\Controller\\EcommerceController:checkoutReturnAction' => '?',
  7176.             'App\\Controller\\EcommerceController:removeToCartAction' => '?',
  7177.             'App\\Controller\\EcommerceController:shopAction' => '?',
  7178.             'App\\Controller\\EcommerceController:shopItemAction' => '?',
  7179.             'App\\Controller\\NewsletterController:recipientCheckAction' => '?',
  7180.             'App\\Controller\\NewsletterController:subscribeAction' => '?',
  7181.             'App\\Controller\\NewsletterController:unsubscribeAction' => '?',
  7182.             'App\\Controller\\ProfileController:renderGifts' => '?',
  7183.             'App\\Controller\\ProfileController:renderLaunchers' => '?',
  7184.             'App\\Controller\\ProfileController:requestGiftsAction' => '?',
  7185.             'App\\Controller\\ProfileController:spaceOrderAction' => '?',
  7186.             'App\\Controller\\ProfileController:validEmailAction' => '?',
  7187.             'App\\Controller\\RegistrationController:preRegisterAction' => '?',
  7188.             'kernel:loadRoutes' => '?',
  7189.             'kernel:registerContainerConfiguration' => '?',
  7190.         ]);
  7191.     }
  7192.     /**
  7193.      * Gets the private '.service_locator.SzGKLGC' shared service.
  7194.      *
  7195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7196.      */
  7197.     protected function get_ServiceLocator_SzGKLGCService()
  7198.     {
  7199.         return $this->privates['.service_locator.SzGKLGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7200.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7201.             '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.'],
  7202.         ], [
  7203.             'em' => '?',
  7204.             'subscriber' => 'App\\Entity\\Subscriber',
  7205.         ]);
  7206.     }
  7207.     /**
  7208.      * Gets the private '.service_locator.THVfaSv' shared service.
  7209.      *
  7210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7211.      */
  7212.     protected function get_ServiceLocator_THVfaSvService()
  7213.     {
  7214.         return $this->privates['.service_locator.THVfaSv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7215.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7216.             '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.'],
  7217.         ], [
  7218.             'em' => '?',
  7219.             'seoRoute' => 'App\\Entity\\SeoRoute',
  7220.         ]);
  7221.     }
  7222.     /**
  7223.      * Gets the private '.service_locator.Tu6fuDP' shared service.
  7224.      *
  7225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7226.      */
  7227.     protected function get_ServiceLocator_Tu6fuDPService()
  7228.     {
  7229.         return $this->privates['.service_locator.Tu6fuDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7230.             'orderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  7231.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  7232.         ], [
  7233.             'orderRepository' => 'App\\Repository\\EcommerceOrderRepository',
  7234.             'userRepository' => 'App\\Repository\\UserRepository',
  7235.         ]);
  7236.     }
  7237.     /**
  7238.      * Gets the private '.service_locator.V0q.Fdu' shared service.
  7239.      *
  7240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7241.      */
  7242.     protected function get_ServiceLocator_V0q_FduService()
  7243.     {
  7244.         return $this->privates['.service_locator.V0q.Fdu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7245.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7246.             '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.'],
  7247.         ], [
  7248.             'em' => '?',
  7249.             'question' => 'App\\Entity\\Question',
  7250.         ]);
  7251.     }
  7252.     /**
  7253.      * Gets the private '.service_locator.X5rAzKE' shared service.
  7254.      *
  7255.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7256.      */
  7257.     protected function get_ServiceLocator_X5rAzKEService()
  7258.     {
  7259.         return $this->privates['.service_locator.X5rAzKE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7260.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7261.             '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.'],
  7262.         ], [
  7263.             'em' => '?',
  7264.             'subscriberGroup' => 'App\\Entity\\SubscriberGroup',
  7265.         ]);
  7266.     }
  7267.     /**
  7268.      * Gets the private '.service_locator.YF4uhf5' shared service.
  7269.      *
  7270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7271.      */
  7272.     protected function get_ServiceLocator_YF4uhf5Service()
  7273.     {
  7274.         return $this->privates['.service_locator.YF4uhf5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7275.             'checkRouteService' => ['services''App\\Service\\CheckRoute''getCheckRouteService'false],
  7276.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7277.         ], [
  7278.             'checkRouteService' => 'App\\Service\\CheckRoute',
  7279.             'em' => '?',
  7280.         ]);
  7281.     }
  7282.     /**
  7283.      * Gets the private '.service_locator.YQV8pxl' shared service.
  7284.      *
  7285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7286.      */
  7287.     protected function get_ServiceLocator_YQV8pxlService()
  7288.     {
  7289.         return $this->privates['.service_locator.YQV8pxl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7290.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7291.             'product' => ['privates''.errored..service_locator.YQV8pxl.App\\Entity\\Product'NULL'Cannot autowire service ".service_locator.YQV8pxl": it references class "App\\Entity\\Product" but no such service exists.'],
  7292.         ], [
  7293.             'entityManager' => '?',
  7294.             'product' => 'App\\Entity\\Product',
  7295.         ]);
  7296.     }
  7297.     /**
  7298.      * Gets the private '.service_locator.ZzyYMEa' shared service.
  7299.      *
  7300.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7301.      */
  7302.     protected function get_ServiceLocator_ZzyYMEaService()
  7303.     {
  7304.         return $this->privates['.service_locator.ZzyYMEa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7305.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7306.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  7307.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  7308.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  7309.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7310.         ], [
  7311.             'event_dispatcher' => '?',
  7312.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7313.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7314.             'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7315.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7316.         ]);
  7317.     }
  7318.     /**
  7319.      * Gets the private '.service_locator._Jv90VS' shared service.
  7320.      *
  7321.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7322.      */
  7323.     protected function get_ServiceLocator_Jv90VSService()
  7324.     {
  7325.         return $this->privates['.service_locator._Jv90VS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7326.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7327.             'translator' => ['services''translator''getTranslatorService'false],
  7328.         ], [
  7329.             'em' => '?',
  7330.             'translator' => '?',
  7331.         ]);
  7332.     }
  7333.     /**
  7334.      * Gets the private '.service_locator.c57S6zY' shared service.
  7335.      *
  7336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7337.      */
  7338.     protected function get_ServiceLocator_C57S6zYService()
  7339.     {
  7340.         return $this->privates['.service_locator.c57S6zY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7341.             'kernel' => ['services''kernel''getKernelService'false],
  7342.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  7343.         ], [
  7344.             'kernel' => '?',
  7345.             'security' => '?',
  7346.         ]);
  7347.     }
  7348.     /**
  7349.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  7350.      *
  7351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7352.      */
  7353.     protected function get_ServiceLocator_Ch4JgvlService()
  7354.     {
  7355.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7356.             '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.'],
  7357.         ], [
  7358.             'user' => 'App\\Entity\\User',
  7359.         ]);
  7360.     }
  7361.     /**
  7362.      * Gets the private '.service_locator.ciASONt' shared service.
  7363.      *
  7364.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7365.      */
  7366.     protected function get_ServiceLocator_CiASONtService()
  7367.     {
  7368.         return $this->privates['.service_locator.ciASONt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7369.             '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.'],
  7370.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7371.         ], [
  7372.             'contact' => 'App\\Entity\\Contact',
  7373.             'em' => '?',
  7374.         ]);
  7375.     }
  7376.     /**
  7377.      * Gets the private '.service_locator.g6H.xPr' shared service.
  7378.      *
  7379.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7380.      */
  7381.     protected function get_ServiceLocator_G6H_XPrService()
  7382.     {
  7383.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7384.             'kernel' => ['services''kernel''getKernelService'false],
  7385.         ], [
  7386.             'kernel' => '?',
  7387.         ]);
  7388.     }
  7389.     /**
  7390.      * Gets the private '.service_locator.i5P4esE' shared service.
  7391.      *
  7392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7393.      */
  7394.     protected function get_ServiceLocator_I5P4esEService()
  7395.     {
  7396.         return $this->privates['.service_locator.i5P4esE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7397.             '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.'],
  7398.         ], [
  7399.             'cart' => 'App\\Entity\\Cart',
  7400.         ]);
  7401.     }
  7402.     /**
  7403.      * Gets the private '.service_locator.iHZ5bxx' shared service.
  7404.      *
  7405.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7406.      */
  7407.     protected function get_ServiceLocator_IHZ5bxxService()
  7408.     {
  7409.         return $this->privates['.service_locator.iHZ5bxx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7410.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7411.             '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.'],
  7412.         ], [
  7413.             'em' => '?',
  7414.             'recipient' => 'App\\Entity\\Recipient',
  7415.         ]);
  7416.     }
  7417.     /**
  7418.      * Gets the private '.service_locator.iaDvAJa' shared service.
  7419.      *
  7420.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7421.      */
  7422.     protected function get_ServiceLocator_IaDvAJaService()
  7423.     {
  7424.         return $this->privates['.service_locator.iaDvAJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7425.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7426.             '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.'],
  7427.         ], [
  7428.             'em' => '?',
  7429.             'order' => 'App\\Entity\\EcommerceOrder',
  7430.         ]);
  7431.     }
  7432.     /**
  7433.      * Gets the private '.service_locator.icRJycQ' shared service.
  7434.      *
  7435.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7436.      */
  7437.     protected function get_ServiceLocator_IcRJycQService()
  7438.     {
  7439.         return $this->privates['.service_locator.icRJycQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7440.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  7441.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  7442.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  7443.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7444.         ], [
  7445.             'security.firewall.map.context.admin' => '?',
  7446.             'security.firewall.map.context.api' => '?',
  7447.             'security.firewall.map.context.api_login' => '?',
  7448.             'security.firewall.map.context.main' => '?',
  7449.         ]);
  7450.     }
  7451.     /**
  7452.      * Gets the private '.service_locator.k2Axrgu' shared service.
  7453.      *
  7454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7455.      */
  7456.     protected function get_ServiceLocator_K2AxrguService()
  7457.     {
  7458.         return $this->privates['.service_locator.k2Axrgu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7459.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7460.             'klaviyoService' => ['services''App\\Service\\Klaviyo''getKlaviyoService'false],
  7461.         ], [
  7462.             'em' => '?',
  7463.             'klaviyoService' => 'App\\Service\\Klaviyo',
  7464.         ]);
  7465.     }
  7466.     /**
  7467.      * Gets the private '.service_locator.kaipZWV' shared service.
  7468.      *
  7469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7470.      */
  7471.     protected function get_ServiceLocator_KaipZWVService()
  7472.     {
  7473.         return $this->privates['.service_locator.kaipZWV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7474.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7475.             '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.'],
  7476.         ], [
  7477.             'em' => '?',
  7478.             'redirection' => 'App\\Entity\\Redirection',
  7479.         ]);
  7480.     }
  7481.     /**
  7482.      * Gets the private '.service_locator.kj6P_Y2' shared service.
  7483.      *
  7484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7485.      */
  7486.     protected function get_ServiceLocator_Kj6PY2Service()
  7487.     {
  7488.         return $this->privates['.service_locator.kj6P_Y2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7489.             '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.'],
  7490.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7491.         ], [
  7492.             'ecommerceOrder' => 'App\\Entity\\EcommerceOrder',
  7493.             'em' => '?',
  7494.         ]);
  7495.     }
  7496.     /**
  7497.      * Gets the private '.service_locator.nAgueSq' shared service.
  7498.      *
  7499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7500.      */
  7501.     protected function get_ServiceLocator_NAgueSqService()
  7502.     {
  7503.         return $this->privates['.service_locator.nAgueSq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7504.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7505.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7506.         ], [
  7507.             'em' => '?',
  7508.             'orderService' => 'App\\Service\\Order',
  7509.         ]);
  7510.     }
  7511.     /**
  7512.      * Gets the private '.service_locator.nJZ5mGd' shared service.
  7513.      *
  7514.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7515.      */
  7516.     protected function get_ServiceLocator_NJZ5mGdService()
  7517.     {
  7518.         return $this->privates['.service_locator.nJZ5mGd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7519.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7520.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7521.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  7522.         ], [
  7523.             'em' => '?',
  7524.             'logger' => '?',
  7525.             'mailer' => '?',
  7526.         ]);
  7527.     }
  7528.     /**
  7529.      * Gets the private '.service_locator.ob.O40s' shared service.
  7530.      *
  7531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7532.      */
  7533.     protected function get_ServiceLocator_Ob_O40sService()
  7534.     {
  7535.         return $this->privates['.service_locator.ob.O40s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7536.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7537.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7538.             '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.'],
  7539.         ], [
  7540.             'em' => '?',
  7541.             'orderService' => 'App\\Service\\Order',
  7542.             'product' => 'App\\Entity\\Product',
  7543.         ]);
  7544.     }
  7545.     /**
  7546.      * Gets the private '.service_locator.pq6bHr9' shared service.
  7547.      *
  7548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7549.      */
  7550.     protected function get_ServiceLocator_Pq6bHr9Service()
  7551.     {
  7552.         return $this->privates['.service_locator.pq6bHr9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7553.             '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.'],
  7554.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7555.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7556.         ], [
  7557.             'cartProduct' => 'App\\Entity\\CartProduct',
  7558.             'em' => '?',
  7559.             'orderService' => 'App\\Service\\Order',
  7560.         ]);
  7561.     }
  7562.     /**
  7563.      * Gets the private '.service_locator.sUqyxJH' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7566.      */
  7567.     protected function get_ServiceLocator_SUqyxJHService()
  7568.     {
  7569.         return $this->privates['.service_locator.sUqyxJH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7570.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7571.         ], [
  7572.             'em' => '?',
  7573.         ]);
  7574.     }
  7575.     /**
  7576.      * Gets the private '.service_locator.sjAdRQz' shared service.
  7577.      *
  7578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7579.      */
  7580.     protected function get_ServiceLocator_SjAdRQzService()
  7581.     {
  7582.         return $this->privates['.service_locator.sjAdRQz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7583.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7584.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7585.         ], [
  7586.             'em' => '?',
  7587.             'encoderFactory' => '?',
  7588.         ]);
  7589.     }
  7590.     /**
  7591.      * Gets the private '.service_locator.sqHMt7r' shared service.
  7592.      *
  7593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7594.      */
  7595.     protected function get_ServiceLocator_SqHMt7rService()
  7596.     {
  7597.         return $this->privates['.service_locator.sqHMt7r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7598.             'sitemapService' => ['services''App\\Service\\Sitemap''getSitemapService'false],
  7599.         ], [
  7600.             'sitemapService' => 'App\\Service\\Sitemap',
  7601.         ]);
  7602.     }
  7603.     /**
  7604.      * Gets the private '.service_locator.xYoebww' shared service.
  7605.      *
  7606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7607.      */
  7608.     protected function get_ServiceLocator_XYoebwwService()
  7609.     {
  7610.         return $this->privates['.service_locator.xYoebww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7611.             '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.'],
  7612.         ], [
  7613.             'template' => 'App\\Entity\\Template',
  7614.         ]);
  7615.     }
  7616.     /**
  7617.      * Gets the private '.service_locator.ys8EL7c' shared service.
  7618.      *
  7619.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7620.      */
  7621.     protected function get_ServiceLocator_Ys8EL7cService()
  7622.     {
  7623.         return $this->privates['.service_locator.ys8EL7c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7624.             'articleRepository' => ['services''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  7625.         ], [
  7626.             'articleRepository' => 'App\\Repository\\ArticleRepository',
  7627.         ]);
  7628.     }
  7629.     /**
  7630.      * Gets the private '.service_locator.zudzieW' shared service.
  7631.      *
  7632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7633.      */
  7634.     protected function get_ServiceLocator_ZudzieWService()
  7635.     {
  7636.         return $this->privates['.service_locator.zudzieW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7637.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7638.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7639.             '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.'],
  7640.         ], [
  7641.             'em' => '?',
  7642.             'encoderFactory' => '?',
  7643.             'user' => 'App\\Entity\\User',
  7644.         ]);
  7645.     }
  7646.     /**
  7647.      * Gets the private '.session.deprecated' shared service.
  7648.      *
  7649.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7650.      */
  7651.     protected function get_Session_DeprecatedService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7655.         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();
  7656.     }
  7657.     /**
  7658.      * Gets the private '.twig.command.debug.lazy' shared service.
  7659.      *
  7660.      * @return \Symfony\Component\Console\Command\LazyCommand
  7661.      */
  7662.     protected function get_Twig_Command_Debug_LazyService()
  7663.     {
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7666.         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 {
  7667.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7668.         });
  7669.     }
  7670.     /**
  7671.      * Gets the private '.twig.command.lint.lazy' shared service.
  7672.      *
  7673.      * @return \Symfony\Component\Console\Command\LazyCommand
  7674.      */
  7675.     protected function get_Twig_Command_Lint_LazyService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7679.         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 {
  7680.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7681.         });
  7682.     }
  7683.     /**
  7684.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7685.      *
  7686.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7687.      */
  7688.     protected function getManagerRegistryAwareConnectionProviderService()
  7689.     {
  7690.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7692.         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'));
  7693.     }
  7694.     /**
  7695.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7696.      *
  7697.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7698.      */
  7699.     protected function getRunSqlCommandService()
  7700.     {
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7703.         $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()));
  7704.         $instance->setName('dbal:run-sql');
  7705.         return $instance;
  7706.     }
  7707.     /**
  7708.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  7709.      *
  7710.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  7711.      */
  7712.     protected function getClearInvalidRefreshTokensCommandService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  7716.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7717.         $instance->setName('gesdinet:jwt:clear');
  7718.         return $instance;
  7719.     }
  7720.     /**
  7721.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  7722.      *
  7723.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  7724.      */
  7725.     protected function getRevokeRefreshTokenCommandService()
  7726.     {
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  7729.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7730.         $instance->setName('gesdinet:jwt:revoke');
  7731.         return $instance;
  7732.     }
  7733.     /**
  7734.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener' shared service.
  7735.      *
  7736.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener
  7737.      */
  7738.     protected function getLogoutEventListenerService()
  7739.     {
  7740.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/LogoutEventListener.php';
  7741.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  7742.         if (isset($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'])) {
  7743.             return $this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'];
  7744.         }
  7745.         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');
  7746.     }
  7747.     /**
  7748.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler' shared autowired service.
  7749.      *
  7750.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler
  7751.      */
  7752.     protected function getPdoSessionHandlerService()
  7753.     {
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  7756.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler($this->getEnv('DATABASE_URL'));
  7757.     }
  7758.     /**
  7759.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  7760.      *
  7761.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  7762.      */
  7763.     protected function getResetAssetsEventListenerService()
  7764.     {
  7765.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7766.     }
  7767.     /**
  7768.      * Gets the private 'a2lix_auto_form.doctrine.metadata_factory' shared service.
  7769.      *
  7770.      * @return \Doctrine\Persistence\Mapping\ClassMetadataFactory
  7771.      */
  7772.     protected function getA2lixAutoForm_Doctrine_MetadataFactoryService()
  7773.     {
  7774.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
  7775.         return $this->privates['a2lix_auto_form.doctrine.metadata_factory'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory();
  7776.     }
  7777.     /**
  7778.      * Gets the private 'a2lix_auto_form.form.event_listener.auto_form_listener' shared service.
  7779.      *
  7780.      * @return \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener
  7781.      */
  7782.     protected function getA2lixAutoForm_Form_EventListener_AutoFormListenerService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  7785.         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()));
  7786.     }
  7787.     /**
  7788.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  7789.      *
  7790.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  7791.      */
  7792.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  7793.     {
  7794.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  7795.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  7796.         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']);
  7797.     }
  7798.     /**
  7799.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  7800.      *
  7801.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  7802.      */
  7803.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7807.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  7808.         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()));
  7809.     }
  7810.     /**
  7811.      * Gets the private 'a2lix_auto_form.object_info.doctrine_orm_info' shared service.
  7812.      *
  7813.      * @return \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo
  7814.      */
  7815.     protected function getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  7818.         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()));
  7819.     }
  7820.     /**
  7821.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_form_listener' shared service.
  7822.      *
  7823.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener
  7824.      */
  7825.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7828.         return $this->privates['a2lix_translation_form.form.event_listener.translations_form_listener'] = new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener();
  7829.     }
  7830.     /**
  7831.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_listener' shared service.
  7832.      *
  7833.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener
  7834.      */
  7835.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsListenerService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  7838.         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()));
  7839.     }
  7840.     /**
  7841.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  7842.      *
  7843.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  7844.      */
  7845.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  7846.     {
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  7850.         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())));
  7851.     }
  7852.     /**
  7853.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  7854.      *
  7855.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  7856.      */
  7857.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  7858.     {
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7865.         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']))));
  7866.     }
  7867.     /**
  7868.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  7869.      *
  7870.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  7871.      */
  7872.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  7873.     {
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7879.         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']))));
  7880.     }
  7881.     /**
  7882.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  7883.      *
  7884.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  7885.      */
  7886.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  7887.     {
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7893.         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']))));
  7894.     }
  7895.     /**
  7896.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  7897.      *
  7898.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  7899.      */
  7900.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  7901.     {
  7902.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7904.         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']);
  7905.     }
  7906.     /**
  7907.      * Gets the private 'annotations.cache_adapter' shared service.
  7908.      *
  7909.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7910.      */
  7911.     protected function getAnnotations_CacheAdapterService()
  7912.     {
  7913.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7914.     }
  7915.     /**
  7916.      * Gets the private 'annotations.cache_warmer' shared service.
  7917.      *
  7918.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  7919.      */
  7920.     protected function getAnnotations_CacheWarmerService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  7925.         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);
  7926.     }
  7927.     /**
  7928.      * Gets the private 'annotations.cached_reader' shared service.
  7929.      *
  7930.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  7931.      */
  7932.     protected function getAnnotations_CachedReaderService()
  7933.     {
  7934.         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);
  7935.     }
  7936.     /**
  7937.      * Gets the private 'annotations.dummy_registry' shared service.
  7938.      *
  7939.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  7940.      */
  7941.     protected function getAnnotations_DummyRegistryService()
  7942.     {
  7943.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7944.         $instance->registerUniqueLoader('class_exists');
  7945.         return $instance;
  7946.     }
  7947.     /**
  7948.      * Gets the private 'annotations.reader' shared service.
  7949.      *
  7950.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7951.      */
  7952.     protected function getAnnotations_ReaderService()
  7953.     {
  7954.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7955.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  7956.         return $instance;
  7957.     }
  7958.     /**
  7959.      * Gets the private 'app.user_listener' shared autowired service.
  7960.      *
  7961.      * @return \App\EventListener\UserListener
  7962.      */
  7963.     protected function getApp_UserListenerService()
  7964.     {
  7965.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  7966.         return $this->privates['app.user_listener'] = new \App\EventListener\UserListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Service\\FacebookConversion'] ?? $this->getFacebookConversionService()), ($this->services['App\\Service\\RedditConversion'] ?? $this->getRedditConversionService()));
  7967.     }
  7968.     /**
  7969.      * Gets the private 'argument_metadata_factory' shared service.
  7970.      *
  7971.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  7972.      */
  7973.     protected function getArgumentMetadataFactoryService()
  7974.     {
  7975.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  7976.     }
  7977.     /**
  7978.      * Gets the private 'assets._default_package' shared service.
  7979.      *
  7980.      * @return \Symfony\Component\Asset\PathPackage
  7981.      */
  7982.     protected function getAssets_DefaultPackageService()
  7983.     {
  7984.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  7985.     }
  7986.     /**
  7987.      * Gets the private 'assets._version__default' shared service.
  7988.      *
  7989.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  7990.      */
  7991.     protected function getAssets_VersionDefaultService()
  7992.     {
  7993.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  7994.     }
  7995.     /**
  7996.      * Gets the private 'assets.context' shared service.
  7997.      *
  7998.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  7999.      */
  8000.     protected function getAssets_ContextService()
  8001.     {
  8002.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8003.         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());
  8004.     }
  8005.     /**
  8006.      * Gets the private 'assets.packages' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\Asset\Packages
  8009.      */
  8010.     protected function getAssets_PackagesService()
  8011.     {
  8012.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  8013.             return new \EmptyIterator();
  8014.         }, 0));
  8015.     }
  8016.     /**
  8017.      * Gets the private 'cache.annotations' shared service.
  8018.      *
  8019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8020.      */
  8021.     protected function getCache_AnnotationsService()
  8022.     {
  8023.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  8024.     }
  8025.     /**
  8026.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  8027.      *
  8028.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8029.      */
  8030.     protected function getCache_Annotations_RecorderInnerService()
  8031.     {
  8032.         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()));
  8033.     }
  8034.     /**
  8035.      * Gets the private 'cache.app.recorder_inner' shared service.
  8036.      *
  8037.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  8038.      */
  8039.     protected function getCache_App_RecorderInnerService()
  8040.     {
  8041.         $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))));
  8042.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8043.         return $instance;
  8044.     }
  8045.     /**
  8046.      * Gets the private 'cache.default_marshaller' shared service.
  8047.      *
  8048.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  8049.      */
  8050.     protected function getCache_DefaultMarshallerService()
  8051.     {
  8052.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  8053.     }
  8054.     /**
  8055.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  8056.      *
  8057.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8058.      */
  8059.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  8060.     {
  8061.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8062.     }
  8063.     /**
  8064.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  8065.      *
  8066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8067.      */
  8068.     protected function getCache_Doctrine_Orm_Default_QueryService()
  8069.     {
  8070.         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())));
  8071.     }
  8072.     /**
  8073.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  8074.      *
  8075.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8076.      */
  8077.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  8078.     {
  8079.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8080.     }
  8081.     /**
  8082.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  8083.      *
  8084.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8085.      */
  8086.     protected function getCache_Doctrine_Orm_Default_ResultService()
  8087.     {
  8088.         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())));
  8089.     }
  8090.     /**
  8091.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  8092.      *
  8093.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8094.      */
  8095.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  8096.     {
  8097.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8098.     }
  8099.     /**
  8100.      * Gets the private 'cache.property_access' shared service.
  8101.      *
  8102.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8103.      */
  8104.     protected function getCache_PropertyAccessService()
  8105.     {
  8106.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  8107.     }
  8108.     /**
  8109.      * Gets the private 'cache.property_info' shared service.
  8110.      *
  8111.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8112.      */
  8113.     protected function getCache_PropertyInfoService()
  8114.     {
  8115.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  8116.     }
  8117.     /**
  8118.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  8119.      *
  8120.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8121.      */
  8122.     protected function getCache_PropertyInfo_RecorderInnerService()
  8123.     {
  8124.         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()));
  8125.     }
  8126.     /**
  8127.      * Gets the private 'cache.security_expression_language' shared service.
  8128.      *
  8129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8130.      */
  8131.     protected function getCache_SecurityExpressionLanguageService()
  8132.     {
  8133.         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()));
  8134.     }
  8135.     /**
  8136.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  8137.      *
  8138.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8139.      */
  8140.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  8141.     {
  8142.         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()));
  8143.     }
  8144.     /**
  8145.      * Gets the private 'cache.security_token_verifier' shared service.
  8146.      *
  8147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8148.      */
  8149.     protected function getCache_SecurityTokenVerifierService()
  8150.     {
  8151.         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()));
  8152.     }
  8153.     /**
  8154.      * Gets the private 'cache.security_token_verifier.recorder_inner' shared service.
  8155.      *
  8156.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8157.      */
  8158.     protected function getCache_SecurityTokenVerifier_RecorderInnerService()
  8159.     {
  8160.         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()));
  8161.     }
  8162.     /**
  8163.      * Gets the private 'cache.serializer' shared service.
  8164.      *
  8165.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8166.      */
  8167.     protected function getCache_SerializerService()
  8168.     {
  8169.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  8170.     }
  8171.     /**
  8172.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  8173.      *
  8174.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8175.      */
  8176.     protected function getCache_Serializer_RecorderInnerService()
  8177.     {
  8178.         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()));
  8179.     }
  8180.     /**
  8181.      * Gets the private 'cache.system.recorder_inner' shared service.
  8182.      *
  8183.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8184.      */
  8185.     protected function getCache_System_RecorderInnerService()
  8186.     {
  8187.         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()));
  8188.     }
  8189.     /**
  8190.      * Gets the private 'cache.validator' shared service.
  8191.      *
  8192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8193.      */
  8194.     protected function getCache_ValidatorService()
  8195.     {
  8196.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  8197.     }
  8198.     /**
  8199.      * Gets the private 'cache.validator.recorder_inner' shared service.
  8200.      *
  8201.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8202.      */
  8203.     protected function getCache_Validator_RecorderInnerService()
  8204.     {
  8205.         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()));
  8206.     }
  8207.     /**
  8208.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  8209.      *
  8210.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8211.      */
  8212.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  8213.     {
  8214.         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()));
  8215.     }
  8216.     /**
  8217.      * Gets the private 'cache.webpack_encore' shared service.
  8218.      *
  8219.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8220.      */
  8221.     protected function getCache_WebpackEncoreService()
  8222.     {
  8223.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  8224.     }
  8225.     /**
  8226.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  8227.      *
  8228.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8229.      */
  8230.     protected function getCache_WebpackEncore_RecorderInnerService()
  8231.     {
  8232.         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()));
  8233.     }
  8234.     /**
  8235.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  8236.      *
  8237.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  8238.      */
  8239.     protected function getCachePoolClearer_CacheWarmerService()
  8240.     {
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  8243.         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']);
  8244.     }
  8245.     /**
  8246.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  8247.      *
  8248.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  8249.      */
  8250.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  8251.     {
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
  8254.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  8255.     }
  8256.     /**
  8257.      * Gets the private 'config_builder.warmer' shared service.
  8258.      *
  8259.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  8260.      */
  8261.     protected function getConfigBuilder_WarmerService()
  8262.     {
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  8265.         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()));
  8266.     }
  8267.     /**
  8268.      * Gets the private 'config_cache_factory' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8271.      */
  8272.     protected function getConfigCacheFactoryService()
  8273.     {
  8274.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8275.             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)));
  8276.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8277.         }, 2));
  8278.     }
  8279.     /**
  8280.      * Gets the private 'console.command.about' shared service.
  8281.      *
  8282.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8283.      */
  8284.     protected function getConsole_Command_AboutService()
  8285.     {
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8288.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8289.         $instance->setName('about');
  8290.         $instance->setDescription('Display information about the current project');
  8291.         return $instance;
  8292.     }
  8293.     /**
  8294.      * Gets the private 'console.command.assets_install' shared service.
  8295.      *
  8296.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8297.      */
  8298.     protected function getConsole_Command_AssetsInstallService()
  8299.     {
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8302.         $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));
  8303.         $instance->setName('assets:install');
  8304.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  8305.         return $instance;
  8306.     }
  8307.     /**
  8308.      * Gets the private 'console.command.cache_clear' shared service.
  8309.      *
  8310.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8311.      */
  8312.     protected function getConsole_Command_CacheClearService()
  8313.     {
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8316.         $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())));
  8317.         $instance->setName('cache:clear');
  8318.         $instance->setDescription('Clear the cache');
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8323.      *
  8324.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8325.      */
  8326.     protected function getConsole_Command_CachePoolClearService()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8330.         $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']);
  8331.         $instance->setName('cache:pool:clear');
  8332.         $instance->setDescription('Clear cache pools');
  8333.         return $instance;
  8334.     }
  8335.     /**
  8336.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8337.      *
  8338.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8339.      */
  8340.     protected function getConsole_Command_CachePoolDeleteService()
  8341.     {
  8342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8344.         $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']);
  8345.         $instance->setName('cache:pool:delete');
  8346.         $instance->setDescription('Delete an item from a cache pool');
  8347.         return $instance;
  8348.     }
  8349.     /**
  8350.      * Gets the private 'console.command.cache_pool_list' shared service.
  8351.      *
  8352.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8353.      */
  8354.     protected function getConsole_Command_CachePoolListService()
  8355.     {
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8358.         $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']);
  8359.         $instance->setName('cache:pool:list');
  8360.         $instance->setDescription('List available cache pools');
  8361.         return $instance;
  8362.     }
  8363.     /**
  8364.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8365.      *
  8366.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8367.      */
  8368.     protected function getConsole_Command_CachePoolPruneService()
  8369.     {
  8370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8372.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8373.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8374.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8375.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8376.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8377.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8378.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8379.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8380.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  8381.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8382.             yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
  8383.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8384.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8385.         }, 12));
  8386.         $instance->setName('cache:pool:prune');
  8387.         $instance->setDescription('Prune cache pools');
  8388.         return $instance;
  8389.     }
  8390.     /**
  8391.      * Gets the private 'console.command.cache_warmup' shared service.
  8392.      *
  8393.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8394.      */
  8395.     protected function getConsole_Command_CacheWarmupService()
  8396.     {
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8399.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8400.         $instance->setName('cache:warmup');
  8401.         $instance->setDescription('Warm up an empty cache');
  8402.         return $instance;
  8403.     }
  8404.     /**
  8405.      * Gets the private 'console.command.config_debug' shared service.
  8406.      *
  8407.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8408.      */
  8409.     protected function getConsole_Command_ConfigDebugService()
  8410.     {
  8411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8416.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8417.         $instance->setName('debug:config');
  8418.         $instance->setDescription('Dump the current configuration for an extension');
  8419.         return $instance;
  8420.     }
  8421.     /**
  8422.      * Gets the private 'console.command.config_dump_reference' shared service.
  8423.      *
  8424.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8425.      */
  8426.     protected function getConsole_Command_ConfigDumpReferenceService()
  8427.     {
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8433.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8434.         $instance->setName('config:dump-reference');
  8435.         $instance->setDescription('Dump the default configuration for an extension');
  8436.         return $instance;
  8437.     }
  8438.     /**
  8439.      * Gets the private 'console.command.container_debug' shared service.
  8440.      *
  8441.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8442.      */
  8443.     protected function getConsole_Command_ContainerDebugService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8448.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8449.         $instance->setName('debug:container');
  8450.         $instance->setDescription('Display current services for an application');
  8451.         return $instance;
  8452.     }
  8453.     /**
  8454.      * Gets the private 'console.command.container_lint' shared service.
  8455.      *
  8456.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8457.      */
  8458.     protected function getConsole_Command_ContainerLintService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8462.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8463.         $instance->setName('lint:container');
  8464.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  8465.         return $instance;
  8466.     }
  8467.     /**
  8468.      * Gets the private 'console.command.debug_autowiring' shared service.
  8469.      *
  8470.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8471.      */
  8472.     protected function getConsole_Command_DebugAutowiringService()
  8473.     {
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8478.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8479.         $instance->setName('debug:autowiring');
  8480.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  8481.         return $instance;
  8482.     }
  8483.     /**
  8484.      * Gets the private 'console.command.dotenv_debug' shared service.
  8485.      *
  8486.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  8487.      */
  8488.     protected function getConsole_Command_DotenvDebugService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  8492.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  8493.         $instance->setName('debug:dotenv');
  8494.         $instance->setDescription('Lists all dotenv files with variables and values');
  8495.         return $instance;
  8496.     }
  8497.     /**
  8498.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8499.      *
  8500.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8501.      */
  8502.     protected function getConsole_Command_EventDispatcherDebugService()
  8503.     {
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8506.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.ZzyYMEa'] ?? $this->get_ServiceLocator_ZzyYMEaService()));
  8507.         $instance->setName('debug:event-dispatcher');
  8508.         $instance->setDescription('Display configured listeners for an application');
  8509.         return $instance;
  8510.     }
  8511.     /**
  8512.      * Gets the private 'console.command.form_debug' shared service.
  8513.      *
  8514.      * @return \Symfony\Component\Form\Command\DebugCommand
  8515.      */
  8516.     protected function getConsole_Command_FormDebugService()
  8517.     {
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8520.         $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()));
  8521.         $instance->setName('debug:form');
  8522.         $instance->setDescription('Display form type information');
  8523.         return $instance;
  8524.     }
  8525.     /**
  8526.      * Gets the private 'console.command.router_debug' shared service.
  8527.      *
  8528.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8529.      */
  8530.     protected function getConsole_Command_RouterDebugService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8535.         $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()));
  8536.         $instance->setName('debug:router');
  8537.         $instance->setDescription('Display current routes for an application');
  8538.         return $instance;
  8539.     }
  8540.     /**
  8541.      * Gets the private 'console.command.router_match' shared service.
  8542.      *
  8543.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8544.      */
  8545.     protected function getConsole_Command_RouterMatchService()
  8546.     {
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8549.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  8550.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  8551.         }, 1));
  8552.         $instance->setName('router:match');
  8553.         $instance->setDescription('Help debug routes by simulating a path info match');
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8558.      *
  8559.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8560.      */
  8561.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8567.         $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')))));
  8568.         $instance->setName('secrets:decrypt-to-local');
  8569.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  8570.         return $instance;
  8571.     }
  8572.     /**
  8573.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8574.      *
  8575.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8576.      */
  8577.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8583.         $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')))));
  8584.         $instance->setName('secrets:encrypt-from-local');
  8585.         $instance->setDescription('Encrypt all local secrets to the vault');
  8586.         return $instance;
  8587.     }
  8588.     /**
  8589.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8590.      *
  8591.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8592.      */
  8593.     protected function getConsole_Command_SecretsGenerateKeyService()
  8594.     {
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8599.         $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')))));
  8600.         $instance->setName('secrets:generate-keys');
  8601.         $instance->setDescription('Generate new encryption keys');
  8602.         return $instance;
  8603.     }
  8604.     /**
  8605.      * Gets the private 'console.command.secrets_list' shared service.
  8606.      *
  8607.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8608.      */
  8609.     protected function getConsole_Command_SecretsListService()
  8610.     {
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8615.         $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')))));
  8616.         $instance->setName('secrets:list');
  8617.         $instance->setDescription('List all secrets');
  8618.         return $instance;
  8619.     }
  8620.     /**
  8621.      * Gets the private 'console.command.secrets_remove' shared service.
  8622.      *
  8623.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8624.      */
  8625.     protected function getConsole_Command_SecretsRemoveService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8631.         $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')))));
  8632.         $instance->setName('secrets:remove');
  8633.         $instance->setDescription('Remove a secret from the vault');
  8634.         return $instance;
  8635.     }
  8636.     /**
  8637.      * Gets the private 'console.command.secrets_set' shared service.
  8638.      *
  8639.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8640.      */
  8641.     protected function getConsole_Command_SecretsSetService()
  8642.     {
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8647.         $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')))));
  8648.         $instance->setName('secrets:set');
  8649.         $instance->setDescription('Set a secret in the vault');
  8650.         return $instance;
  8651.     }
  8652.     /**
  8653.      * Gets the private 'console.command.translation_debug' shared service.
  8654.      *
  8655.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8656.      */
  8657.     protected function getConsole_Command_TranslationDebugService()
  8658.     {
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8661.         $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')], []);
  8662.         $instance->setName('debug:translation');
  8663.         $instance->setDescription('Display translation messages information');
  8664.         return $instance;
  8665.     }
  8666.     /**
  8667.      * Gets the private 'console.command.translation_extract' shared service.
  8668.      *
  8669.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8670.      */
  8671.     protected function getConsole_Command_TranslationExtractService()
  8672.     {
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8675.         $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')], []);
  8676.         $instance->setName('translation:extract');
  8677.         $instance->setAliases([=> 'translation:update']);
  8678.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  8679.         return $instance;
  8680.     }
  8681.     /**
  8682.      * Gets the private 'console.command.translation_pull' shared service.
  8683.      *
  8684.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  8685.      */
  8686.     protected function getConsole_Command_TranslationPullService()
  8687.     {
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  8691.         $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', [], []);
  8692.         $instance->setName('translation:pull');
  8693.         $instance->setDescription('Pull translations from a given provider.');
  8694.         return $instance;
  8695.     }
  8696.     /**
  8697.      * Gets the private 'console.command.translation_push' shared service.
  8698.      *
  8699.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  8700.      */
  8701.     protected function getConsole_Command_TranslationPushService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  8706.         $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()), [], []);
  8707.         $instance->setName('translation:push');
  8708.         $instance->setDescription('Push translations to a given provider.');
  8709.         return $instance;
  8710.     }
  8711.     /**
  8712.      * Gets the private 'console.command.validator_debug' shared service.
  8713.      *
  8714.      * @return \Symfony\Component\Validator\Command\DebugCommand
  8715.      */
  8716.     protected function getConsole_Command_ValidatorDebugService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  8720.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8721.         $instance->setName('debug:validator');
  8722.         $instance->setDescription('Display validation constraints for classes');
  8723.         return $instance;
  8724.     }
  8725.     /**
  8726.      * Gets the private 'console.command.xliff_lint' shared service.
  8727.      *
  8728.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  8729.      */
  8730.     protected function getConsole_Command_XliffLintService()
  8731.     {
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8734.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  8735.         $instance->setName('lint:xliff');
  8736.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  8737.         return $instance;
  8738.     }
  8739.     /**
  8740.      * Gets the private 'console.command.yaml_lint' shared service.
  8741.      *
  8742.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8743.      */
  8744.     protected function getConsole_Command_YamlLintService()
  8745.     {
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8749.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8750.         $instance->setName('lint:yaml');
  8751.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  8752.         return $instance;
  8753.     }
  8754.     /**
  8755.      * Gets the private 'console.error_listener' shared service.
  8756.      *
  8757.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8758.      */
  8759.     protected function getConsole_ErrorListenerService()
  8760.     {
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8762.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  8763.     }
  8764.     /**
  8765.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  8766.      *
  8767.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  8768.      */
  8769.     protected function getConsole_SuggestMissingPackageSubscriberService()
  8770.     {
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
  8772.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  8773.     }
  8774.     /**
  8775.      * Gets the private 'container.env_var_processor' shared service.
  8776.      *
  8777.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8778.      */
  8779.     protected function getContainer_EnvVarProcessorService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8783.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8784.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  8785.         }, 1));
  8786.     }
  8787.     /**
  8788.      * Gets the private 'container.getenv' shared service.
  8789.      *
  8790.      * @return \Closure
  8791.      */
  8792.     protected function getContainer_GetenvService()
  8793.     {
  8794.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  8795.     }
  8796.     /**
  8797.      * Gets the private 'data_collector.ajax' shared service.
  8798.      *
  8799.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  8800.      */
  8801.     protected function getDataCollector_AjaxService()
  8802.     {
  8803.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  8804.     }
  8805.     /**
  8806.      * Gets the private 'data_collector.cache' shared service.
  8807.      *
  8808.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  8809.      */
  8810.     protected function getDataCollector_CacheService()
  8811.     {
  8812.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  8813.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  8814.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  8815.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  8816.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  8817.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  8818.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  8819.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  8820.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  8821.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8822.         $instance->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  8823.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  8824.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  8825.         return $instance;
  8826.     }
  8827.     /**
  8828.      * Gets the private 'data_collector.config' shared service.
  8829.      *
  8830.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  8831.      */
  8832.     protected function getDataCollector_ConfigService()
  8833.     {
  8834.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  8835.         if ($this->has('kernel')) {
  8836.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  8837.         }
  8838.         return $instance;
  8839.     }
  8840.     /**
  8841.      * Gets the private 'data_collector.doctrine' shared service.
  8842.      *
  8843.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  8844.      */
  8845.     protected function getDataCollector_DoctrineService()
  8846.     {
  8847.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  8848.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  8849.         return $instance;
  8850.     }
  8851.     /**
  8852.      * Gets the private 'data_collector.events' shared service.
  8853.      *
  8854.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  8855.      */
  8856.     protected function getDataCollector_EventsService()
  8857.     {
  8858.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8859.         if (isset($this->privates['data_collector.events'])) {
  8860.             return $this->privates['data_collector.events'];
  8861.         }
  8862.         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())));
  8863.     }
  8864.     /**
  8865.      * Gets the private 'data_collector.exception' shared service.
  8866.      *
  8867.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  8868.      */
  8869.     protected function getDataCollector_ExceptionService()
  8870.     {
  8871.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  8872.     }
  8873.     /**
  8874.      * Gets the private 'data_collector.form' shared service.
  8875.      *
  8876.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8877.      */
  8878.     protected function getDataCollector_FormService()
  8879.     {
  8880.         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())));
  8881.     }
  8882.     /**
  8883.      * Gets the private 'data_collector.form.extractor' shared service.
  8884.      *
  8885.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  8886.      */
  8887.     protected function getDataCollector_Form_ExtractorService()
  8888.     {
  8889.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  8890.     }
  8891.     /**
  8892.      * Gets the private 'data_collector.http_client' shared service.
  8893.      *
  8894.      * @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
  8895.      */
  8896.     protected function getDataCollector_HttpClientService()
  8897.     {
  8898.         $this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  8899.         $instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  8900.         return $instance;
  8901.     }
  8902.     /**
  8903.      * Gets the private 'data_collector.logger' shared service.
  8904.      *
  8905.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  8906.      */
  8907.     protected function getDataCollector_LoggerService()
  8908.     {
  8909.         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())));
  8910.     }
  8911.     /**
  8912.      * Gets the private 'data_collector.memory' shared service.
  8913.      *
  8914.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  8915.      */
  8916.     protected function getDataCollector_MemoryService()
  8917.     {
  8918.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  8919.     }
  8920.     /**
  8921.      * Gets the private 'data_collector.request' shared service.
  8922.      *
  8923.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  8924.      */
  8925.     protected function getDataCollector_RequestService()
  8926.     {
  8927.         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())));
  8928.     }
  8929.     /**
  8930.      * Gets the private 'data_collector.router' shared service.
  8931.      *
  8932.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  8933.      */
  8934.     protected function getDataCollector_RouterService()
  8935.     {
  8936.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  8937.     }
  8938.     /**
  8939.      * Gets the private 'data_collector.security' shared service.
  8940.      *
  8941.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  8942.      */
  8943.     protected function getDataCollector_SecurityService()
  8944.     {
  8945.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8946.         if (isset($this->privates['data_collector.security'])) {
  8947.             return $this->privates['data_collector.security'];
  8948.         }
  8949.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  8950.         if (isset($this->privates['data_collector.security'])) {
  8951.             return $this->privates['data_collector.security'];
  8952.         }
  8953.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  8954.         if (isset($this->privates['data_collector.security'])) {
  8955.             return $this->privates['data_collector.security'];
  8956.         }
  8957.         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);
  8958.     }
  8959.     /**
  8960.      * Gets the private 'data_collector.time' shared service.
  8961.      *
  8962.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  8963.      */
  8964.     protected function getDataCollector_TimeService()
  8965.     {
  8966.         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))));
  8967.     }
  8968.     /**
  8969.      * Gets the private 'data_collector.translation' shared service.
  8970.      *
  8971.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  8972.      */
  8973.     protected function getDataCollector_TranslationService()
  8974.     {
  8975.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  8976.     }
  8977.     /**
  8978.      * Gets the private 'data_collector.twig' shared service.
  8979.      *
  8980.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  8981.      */
  8982.     protected function getDataCollector_TwigService()
  8983.     {
  8984.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8985.         if (isset($this->privates['data_collector.twig'])) {
  8986.             return $this->privates['data_collector.twig'];
  8987.         }
  8988.         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);
  8989.     }
  8990.     /**
  8991.      * Gets the private 'data_collector.validator' shared service.
  8992.      *
  8993.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  8994.      */
  8995.     protected function getDataCollector_ValidatorService()
  8996.     {
  8997.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8998.         if (isset($this->privates['data_collector.validator'])) {
  8999.             return $this->privates['data_collector.validator'];
  9000.         }
  9001.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  9002.     }
  9003.     /**
  9004.      * Gets the private 'debug.argument_resolver' shared service.
  9005.      *
  9006.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  9007.      */
  9008.     protected function getDebug_ArgumentResolverService()
  9009.     {
  9010.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  9011.         if (isset($this->privates['debug.argument_resolver'])) {
  9012.             return $this->privates['debug.argument_resolver'];
  9013.         }
  9014.         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))));
  9015.     }
  9016.     /**
  9017.      * Gets the private 'debug.argument_resolver.default' shared service.
  9018.      *
  9019.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9020.      */
  9021.     protected function getDebug_ArgumentResolver_DefaultService()
  9022.     {
  9023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9026.         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))));
  9027.     }
  9028.     /**
  9029.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  9030.      *
  9031.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  9032.      */
  9033.     protected function getDebug_ArgumentResolver_Default_InnerService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9037.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  9038.     }
  9039.     /**
  9040.      * Gets the private 'debug.argument_resolver.inner' shared service.
  9041.      *
  9042.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  9043.      */
  9044.     protected function getDebug_ArgumentResolver_InnerService()
  9045.     {
  9046.         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 () {
  9047.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  9048.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  9049.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  9050.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  9051.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  9052.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  9053.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  9054.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  9055.         }, 8));
  9056.     }
  9057.     /**
  9058.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  9059.      *
  9060.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9061.      */
  9062.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9066.         $a = ($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService());
  9067.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  9068.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  9069.         }
  9070.         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))));
  9071.     }
  9072.     /**
  9073.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  9074.      *
  9075.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  9076.      */
  9077.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  9078.     {
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  9081.         $a = ($this->privates['.service_locator.SHOOQIy'] ?? $this->get_ServiceLocator_SHOOQIyService());
  9082.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller.inner'])) {
  9083.             return $this->privates['debug.argument_resolver.not_tagged_controller.inner'];
  9084.         }
  9085.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a);
  9086.     }
  9087.     /**
  9088.      * Gets the private 'debug.argument_resolver.request' shared service.
  9089.      *
  9090.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9091.      */
  9092.     protected function getDebug_ArgumentResolver_RequestService()
  9093.     {
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9097.         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))));
  9098.     }
  9099.     /**
  9100.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  9101.      *
  9102.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  9103.      */
  9104.     protected function getDebug_ArgumentResolver_Request_InnerService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9108.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  9109.     }
  9110.     /**
  9111.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  9112.      *
  9113.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9114.      */
  9115.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  9116.     {
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9120.         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))));
  9121.     }
  9122.     /**
  9123.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  9124.      *
  9125.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  9126.      */
  9127.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9131.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  9132.     }
  9133.     /**
  9134.      * Gets the private 'debug.argument_resolver.service' shared service.
  9135.      *
  9136.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9137.      */
  9138.     protected function getDebug_ArgumentResolver_ServiceService()
  9139.     {
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9142.         $a = ($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService());
  9143.         if (isset($this->privates['debug.argument_resolver.service'])) {
  9144.             return $this->privates['debug.argument_resolver.service'];
  9145.         }
  9146.         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))));
  9147.     }
  9148.     /**
  9149.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  9150.      *
  9151.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  9152.      */
  9153.     protected function getDebug_ArgumentResolver_Service_InnerService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  9157.         $a = ($this->privates['.service_locator.SHOOQIy'] ?? $this->get_ServiceLocator_SHOOQIyService());
  9158.         if (isset($this->privates['debug.argument_resolver.service.inner'])) {
  9159.             return $this->privates['debug.argument_resolver.service.inner'];
  9160.         }
  9161.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a);
  9162.     }
  9163.     /**
  9164.      * Gets the private 'debug.argument_resolver.session' shared service.
  9165.      *
  9166.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9167.      */
  9168.     protected function getDebug_ArgumentResolver_SessionService()
  9169.     {
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9173.         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))));
  9174.     }
  9175.     /**
  9176.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  9177.      *
  9178.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  9179.      */
  9180.     protected function getDebug_ArgumentResolver_Session_InnerService()
  9181.     {
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9184.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  9185.     }
  9186.     /**
  9187.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  9188.      *
  9189.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9190.      */
  9191.     protected function getDebug_ArgumentResolver_VariadicService()
  9192.     {
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9196.         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))));
  9197.     }
  9198.     /**
  9199.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  9200.      *
  9201.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  9202.      */
  9203.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  9204.     {
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9207.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  9208.     }
  9209.     /**
  9210.      * Gets the private 'debug.controller_resolver' shared service.
  9211.      *
  9212.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  9213.      */
  9214.     protected function getDebug_ControllerResolverService()
  9215.     {
  9216.         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))));
  9217.     }
  9218.     /**
  9219.      * Gets the private 'debug.controller_resolver.inner' shared service.
  9220.      *
  9221.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  9222.      */
  9223.     protected function getDebug_ControllerResolver_InnerService()
  9224.     {
  9225.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  9226.     }
  9227.     /**
  9228.      * Gets the private 'debug.debug_handlers_listener' shared service.
  9229.      *
  9230.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  9231.      */
  9232.     protected function getDebug_DebugHandlersListenerService()
  9233.     {
  9234.         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()));
  9235.     }
  9236.     /**
  9237.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  9238.      *
  9239.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9240.      */
  9241.     protected function getDebug_EventDispatcher_InnerService()
  9242.     {
  9243.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9244.     }
  9245.     /**
  9246.      * Gets the private 'debug.file_link_formatter' shared service.
  9247.      *
  9248.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  9249.      */
  9250.     protected function getDebug_FileLinkFormatterService()
  9251.     {
  9252.         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 () {
  9253.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  9254.         });
  9255.     }
  9256.     /**
  9257.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  9258.      *
  9259.      * @return \string
  9260.      */
  9261.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  9262.     {
  9263.         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');
  9264.     }
  9265.     /**
  9266.      * Gets the private 'debug.log_processor' shared service.
  9267.      *
  9268.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  9269.      */
  9270.     protected function getDebug_LogProcessorService()
  9271.     {
  9272.         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())));
  9273.     }
  9274.     /**
  9275.      * Gets the private 'debug.security.access.decision_manager' shared service.
  9276.      *
  9277.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  9278.      */
  9279.     protected function getDebug_Security_Access_DecisionManagerService()
  9280.     {
  9281.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  9282.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  9283.             return $this->privates['debug.security.access.decision_manager'];
  9284.         }
  9285.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  9286.     }
  9287.     /**
  9288.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  9289.      *
  9290.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  9291.      */
  9292.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  9293.     {
  9294.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  9295.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  9296.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  9297.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  9298.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  9299.     }
  9300.     /**
  9301.      * Gets the private 'debug.security.firewall' shared service.
  9302.      *
  9303.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  9304.      */
  9305.     protected function getDebug_Security_FirewallService()
  9306.     {
  9307.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  9308.         if (isset($this->privates['debug.security.firewall'])) {
  9309.             return $this->privates['debug.security.firewall'];
  9310.         }
  9311.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9312.         if (isset($this->privates['debug.security.firewall'])) {
  9313.             return $this->privates['debug.security.firewall'];
  9314.         }
  9315.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  9316.     }
  9317.     /**
  9318.      * Gets the private 'debug.security.firewall.authenticator.admin' shared service.
  9319.      *
  9320.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9321.      */
  9322.     protected function getDebug_Security_Firewall_Authenticator_AdminService()
  9323.     {
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9325.         $a = ($this->privates['debug.security.firewall.authenticator.admin.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Admin_InnerService());
  9326.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  9327.             return $this->privates['debug.security.firewall.authenticator.admin'];
  9328.         }
  9329.         return $this->privates['debug.security.firewall.authenticator.admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9330.     }
  9331.     /**
  9332.      * Gets the private 'debug.security.firewall.authenticator.admin.inner' shared service.
  9333.      *
  9334.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9335.      */
  9336.     protected function getDebug_Security_Firewall_Authenticator_Admin_InnerService()
  9337.     {
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9339.         $a = ($this->privates['security.authenticator.manager.admin'] ?? $this->getSecurity_Authenticator_Manager_AdminService());
  9340.         if (isset($this->privates['debug.security.firewall.authenticator.admin.inner'])) {
  9341.             return $this->privates['debug.security.firewall.authenticator.admin.inner'];
  9342.         }
  9343.         return $this->privates['debug.security.firewall.authenticator.admin.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9344.     }
  9345.     /**
  9346.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  9347.      *
  9348.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9349.      */
  9350.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  9351.     {
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9353.         $a = ($this->privates['debug.security.firewall.authenticator.api.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Api_InnerService());
  9354.         if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  9355.             return $this->privates['debug.security.firewall.authenticator.api'];
  9356.         }
  9357.         return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9358.     }
  9359.     /**
  9360.      * Gets the private 'debug.security.firewall.authenticator.api.inner' shared service.
  9361.      *
  9362.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9363.      */
  9364.     protected function getDebug_Security_Firewall_Authenticator_Api_InnerService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9367.         $a = ($this->privates['security.authenticator.manager.api'] ?? $this->getSecurity_Authenticator_Manager_ApiService());
  9368.         if (isset($this->privates['debug.security.firewall.authenticator.api.inner'])) {
  9369.             return $this->privates['debug.security.firewall.authenticator.api.inner'];
  9370.         }
  9371.         return $this->privates['debug.security.firewall.authenticator.api.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9372.     }
  9373.     /**
  9374.      * Gets the private 'debug.security.firewall.authenticator.api_login' shared service.
  9375.      *
  9376.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9377.      */
  9378.     protected function getDebug_Security_Firewall_Authenticator_ApiLoginService()
  9379.     {
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9381.         $a = ($this->privates['debug.security.firewall.authenticator.api_login.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService());
  9382.         if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  9383.             return $this->privates['debug.security.firewall.authenticator.api_login'];
  9384.         }
  9385.         return $this->privates['debug.security.firewall.authenticator.api_login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9386.     }
  9387.     /**
  9388.      * Gets the private 'debug.security.firewall.authenticator.api_login.inner' shared service.
  9389.      *
  9390.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9391.      */
  9392.     protected function getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService()
  9393.     {
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9395.         $a = ($this->privates['security.authenticator.manager.api_login'] ?? $this->getSecurity_Authenticator_Manager_ApiLoginService());
  9396.         if (isset($this->privates['debug.security.firewall.authenticator.api_login.inner'])) {
  9397.             return $this->privates['debug.security.firewall.authenticator.api_login.inner'];
  9398.         }
  9399.         return $this->privates['debug.security.firewall.authenticator.api_login.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9400.     }
  9401.     /**
  9402.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  9403.      *
  9404.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9405.      */
  9406.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  9407.     {
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9409.         $a = ($this->privates['debug.security.firewall.authenticator.main.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Main_InnerService());
  9410.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  9411.             return $this->privates['debug.security.firewall.authenticator.main'];
  9412.         }
  9413.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9414.     }
  9415.     /**
  9416.      * Gets the private 'debug.security.firewall.authenticator.main.inner' shared service.
  9417.      *
  9418.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9419.      */
  9420.     protected function getDebug_Security_Firewall_Authenticator_Main_InnerService()
  9421.     {
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9423.         $a = ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  9424.         if (isset($this->privates['debug.security.firewall.authenticator.main.inner'])) {
  9425.             return $this->privates['debug.security.firewall.authenticator.main.inner'];
  9426.         }
  9427.         return $this->privates['debug.security.firewall.authenticator.main.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9428.     }
  9429.     /**
  9430.      * Gets the private 'debug.security.user_value_resolver' shared service.
  9431.      *
  9432.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9433.      */
  9434.     protected function getDebug_Security_UserValueResolverService()
  9435.     {
  9436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9438.         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))));
  9439.     }
  9440.     /**
  9441.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  9442.      *
  9443.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  9444.      */
  9445.     protected function getDebug_Security_UserValueResolver_InnerService()
  9446.     {
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  9449.         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()));
  9450.     }
  9451.     /**
  9452.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  9453.      *
  9454.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9455.      */
  9456.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  9457.     {
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9461.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9462.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  9463.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  9464.         }
  9465.         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);
  9466.     }
  9467.     /**
  9468.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  9469.      *
  9470.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9471.      */
  9472.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9477.         $a = ($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService());
  9478.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9479.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9480.         }
  9481.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9482.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9483.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9484.         }
  9485.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a$b);
  9486.     }
  9487.     /**
  9488.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  9489.      *
  9490.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9491.      */
  9492.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  9493.     {
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9497.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9498.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  9499.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  9500.         }
  9501.         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);
  9502.     }
  9503.     /**
  9504.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  9505.      *
  9506.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  9507.      */
  9508.     protected function getDebug_Security_Voter_VoteListenerService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  9511.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9512.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  9513.             return $this->privates['debug.security.voter.vote_listener'];
  9514.         }
  9515.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  9516.     }
  9517.     /**
  9518.      * Gets the private 'debug.stopwatch' shared service.
  9519.      *
  9520.      * @return \Symfony\Component\Stopwatch\Stopwatch
  9521.      */
  9522.     protected function getDebug_StopwatchService()
  9523.     {
  9524.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  9525.     }
  9526.     /**
  9527.      * Gets the private 'debug.validator.inner' shared service.
  9528.      *
  9529.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  9530.      */
  9531.     protected function getDebug_Validator_InnerService()
  9532.     {
  9533.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  9534.         if (isset($this->privates['debug.validator.inner'])) {
  9535.             return $this->privates['debug.validator.inner'];
  9536.         }
  9537.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  9538.     }
  9539.     /**
  9540.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  9541.      *
  9542.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  9543.      */
  9544.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  9545.     {
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
  9548.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  9549.     }
  9550.     /**
  9551.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  9552.      *
  9553.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  9554.      */
  9555.     protected function getDisallowSearchEngineIndexResponseListenerService()
  9556.     {
  9557.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  9558.     }
  9559.     /**
  9560.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  9561.      *
  9562.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  9563.      */
  9564.     protected function getDoctrine_CacheClearMetadataCommandService()
  9565.     {
  9566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  9572.         $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()));
  9573.         $instance->setName('doctrine:cache:clear-metadata');
  9574.         return $instance;
  9575.     }
  9576.     /**
  9577.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  9578.      *
  9579.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  9580.      */
  9581.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  9582.     {
  9583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  9587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  9589.         $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()));
  9590.         $instance->setName('doctrine:cache:clear-query');
  9591.         return $instance;
  9592.     }
  9593.     /**
  9594.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  9595.      *
  9596.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  9597.      */
  9598.     protected function getDoctrine_CacheClearResultCommandService()
  9599.     {
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  9606.         $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()));
  9607.         $instance->setName('doctrine:cache:clear-result');
  9608.         return $instance;
  9609.     }
  9610.     /**
  9611.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  9612.      *
  9613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  9614.      */
  9615.     protected function getDoctrine_CacheCollectionRegionCommandService()
  9616.     {
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  9623.         $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()));
  9624.         $instance->setName('doctrine:cache:clear-collection-region');
  9625.         return $instance;
  9626.     }
  9627.     /**
  9628.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  9629.      *
  9630.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  9631.      */
  9632.     protected function getDoctrine_ClearEntityRegionCommandService()
  9633.     {
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  9638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  9640.         $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()));
  9641.         $instance->setName('doctrine:cache:clear-entity-region');
  9642.         return $instance;
  9643.     }
  9644.     /**
  9645.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  9646.      *
  9647.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  9648.      */
  9649.     protected function getDoctrine_ClearQueryRegionCommandService()
  9650.     {
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  9657.         $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()));
  9658.         $instance->setName('doctrine:cache:clear-query-region');
  9659.         return $instance;
  9660.     }
  9661.     /**
  9662.      * Gets the private 'doctrine.database_create_command' shared service.
  9663.      *
  9664.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  9665.      */
  9666.     protected function getDoctrine_DatabaseCreateCommandService()
  9667.     {
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  9671.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9672.         $instance->setName('doctrine:database:create');
  9673.         return $instance;
  9674.     }
  9675.     /**
  9676.      * Gets the private 'doctrine.database_drop_command' shared service.
  9677.      *
  9678.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9679.      */
  9680.     protected function getDoctrine_DatabaseDropCommandService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9685.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9686.         $instance->setName('doctrine:database:drop');
  9687.         return $instance;
  9688.     }
  9689.     /**
  9690.      * Gets the private 'doctrine.database_import_command' shared service.
  9691.      *
  9692.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9693.      */
  9694.     protected function getDoctrine_DatabaseImportCommandService()
  9695.     {
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9699.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9700.         $instance->setName('doctrine:database:import');
  9701.         return $instance;
  9702.     }
  9703.     /**
  9704.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  9705.      *
  9706.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  9707.      */
  9708.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  9709.     {
  9710.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  9711.     }
  9712.     /**
  9713.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  9714.      *
  9715.      * @return \Doctrine\DBAL\Configuration
  9716.      */
  9717.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  9718.     {
  9719.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  9720.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  9721.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  9722.         return $instance;
  9723.     }
  9724.     /**
  9725.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  9726.      *
  9727.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  9728.      */
  9729.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  9730.     {
  9731.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9732.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  9733.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  9734.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  9735.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  9736.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  9737.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  9738.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  9739.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  9740.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  9741.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  9742.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  9743.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  9744.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  9745.         ], [
  9746.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  9747.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  9748.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  9749.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  9750.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  9751.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  9752.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  9753.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  9754.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  9755.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  9756.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  9757.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  9758.             'fos_user.user_listener' => '?',
  9759.         ]), [=> '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']]);
  9760.     }
  9761.     /**
  9762.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  9763.      *
  9764.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  9765.      */
  9766.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  9767.     {
  9768.         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'])))]);
  9769.     }
  9770.     /**
  9771.      * Gets the private 'doctrine.dbal.logger' shared service.
  9772.      *
  9773.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  9774.      */
  9775.     protected function getDoctrine_Dbal_LoggerService()
  9776.     {
  9777.         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))));
  9778.     }
  9779.     /**
  9780.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  9781.      *
  9782.      * @return \Doctrine\DBAL\Logging\LoggerChain
  9783.      */
  9784.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  9785.     {
  9786.         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()))]);
  9787.     }
  9788.     /**
  9789.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  9790.      *
  9791.      * @return \Doctrine\DBAL\Logging\DebugStack
  9792.      */
  9793.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  9794.     {
  9795.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  9796.     }
  9797.     /**
  9798.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  9799.      *
  9800.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  9801.      */
  9802.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  9803.     {
  9804.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  9805.     }
  9806.     /**
  9807.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9808.      *
  9809.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9810.      */
  9811.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9812.     {
  9813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9814.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9819.         $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()));
  9820.         $instance->setName('doctrine:ensure-production-settings');
  9821.         return $instance;
  9822.     }
  9823.     /**
  9824.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9825.      *
  9826.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9827.      */
  9828.     protected function getDoctrine_MappingConvertCommandService()
  9829.     {
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  9834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9836.         $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()));
  9837.         $instance->setName('doctrine:mapping:convert');
  9838.         return $instance;
  9839.     }
  9840.     /**
  9841.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9842.      *
  9843.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9844.      */
  9845.     protected function getDoctrine_MappingImportCommandService()
  9846.     {
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9850.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9851.         $instance->setName('doctrine:mapping:import');
  9852.         return $instance;
  9853.     }
  9854.     /**
  9855.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9856.      *
  9857.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9858.      */
  9859.     protected function getDoctrine_MappingInfoCommandService()
  9860.     {
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9867.         $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()));
  9868.         $instance->setName('doctrine:mapping:info');
  9869.         return $instance;
  9870.     }
  9871.     /**
  9872.      * Gets the private 'doctrine.migrations.configuration' shared service.
  9873.      *
  9874.      * @return \Doctrine\Migrations\Configuration\Configuration
  9875.      */
  9876.     protected function getDoctrine_Migrations_ConfigurationService()
  9877.     {
  9878.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9881.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  9882.         $instance->addMigrationsDirectory('App\\Migrations', (\dirname(__DIR__4).'/migrations'));
  9883.         $instance->setAllOrNothing(false);
  9884.         $instance->setCheckDatabasePlatform(true);
  9885.         $instance->setTransactional(true);
  9886.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? ($this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration())));
  9887.         return $instance;
  9888.     }
  9889.     /**
  9890.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  9891.      *
  9892.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  9893.      */
  9894.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  9898.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  9899.     }
  9900.     /**
  9901.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  9902.      *
  9903.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  9904.      */
  9905.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  9906.     {
  9907.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  9909.         $a = ($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService());
  9910.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  9911.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  9912.         }
  9913.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a$this);
  9914.     }
  9915.     /**
  9916.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  9917.      *
  9918.      * @return \Doctrine\Migrations\Version\MigrationFactory
  9919.      */
  9920.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  9921.     {
  9922.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9923.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  9924.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'])) {
  9925.             return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'];
  9926.         }
  9927.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = $a->getMigrationFactory();
  9928.     }
  9929.     /**
  9930.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  9931.      *
  9932.      * @return \Doctrine\Migrations\DependencyFactory
  9933.      */
  9934.     protected function getDoctrine_Migrations_DependencyFactoryService()
  9935.     {
  9936.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  9937.         $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()));
  9938.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  9939.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  9940.         });
  9941.         return $instance;
  9942.     }
  9943.     /**
  9944.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  9945.      *
  9946.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  9947.      */
  9948.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  9949.     {
  9950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  9952.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9953.     }
  9954.     /**
  9955.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  9956.      *
  9957.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  9958.      */
  9959.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  9960.     {
  9961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9963.         return $this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  9964.     }
  9965.     /**
  9966.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  9967.      *
  9968.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  9969.      */
  9970.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  9974.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9975.     }
  9976.     /**
  9977.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  9978.      *
  9979.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  9980.      */
  9981.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  9982.     {
  9983.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9984.             'App\\Repository\\ArticleRepository' => ['services''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  9985.             'App\\Repository\\CampaignRepository' => ['services''App\\Repository\\CampaignRepository''getCampaignRepositoryService'false],
  9986.             'App\\Repository\\CartProductRepository' => ['services''App\\Repository\\CartProductRepository''getCartProductRepositoryService'false],
  9987.             'App\\Repository\\CartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  9988.             'App\\Repository\\CategoryArticleRepository' => ['services''App\\Repository\\CategoryArticleRepository''getCategoryArticleRepositoryService'false],
  9989.             'App\\Repository\\CategoryRepository' => ['services''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  9990.             'App\\Repository\\ContactRepository' => ['services''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  9991.             'App\\Repository\\EcommerceOrderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  9992.             'App\\Repository\\PictureRepository' => ['services''App\\Repository\\PictureRepository''getPictureRepositoryService'false],
  9993.             'App\\Repository\\ProductRepository' => ['services''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  9994.             'App\\Repository\\QuestionRepository' => ['services''App\\Repository\\QuestionRepository''getQuestionRepositoryService'false],
  9995.             'App\\Repository\\RecipientRepository' => ['services''App\\Repository\\RecipientRepository''getRecipientRepositoryService'false],
  9996.             'App\\Repository\\SeoRouteMetaRepository' => ['services''App\\Repository\\SeoRouteMetaRepository''getSeoRouteMetaRepositoryService'false],
  9997.             'App\\Repository\\SeoRouteRepository' => ['services''App\\Repository\\SeoRouteRepository''getSeoRouteRepositoryService'false],
  9998.             'App\\Repository\\SubscriberGroupRepository' => ['services''App\\Repository\\SubscriberGroupRepository''getSubscriberGroupRepositoryService'false],
  9999.             'App\\Repository\\SubscriberRepository' => ['services''App\\Repository\\SubscriberRepository''getSubscriberRepositoryService'false],
  10000.             'App\\Repository\\TemplateRepository' => ['services''App\\Repository\\TemplateRepository''getTemplateRepositoryService'false],
  10001.             'App\\Repository\\UserRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  10002.         ], [
  10003.             'App\\Repository\\ArticleRepository' => '?',
  10004.             'App\\Repository\\CampaignRepository' => '?',
  10005.             'App\\Repository\\CartProductRepository' => '?',
  10006.             'App\\Repository\\CartRepository' => '?',
  10007.             'App\\Repository\\CategoryArticleRepository' => '?',
  10008.             'App\\Repository\\CategoryRepository' => '?',
  10009.             'App\\Repository\\ContactRepository' => '?',
  10010.             'App\\Repository\\EcommerceOrderRepository' => '?',
  10011.             'App\\Repository\\PictureRepository' => '?',
  10012.             'App\\Repository\\ProductRepository' => '?',
  10013.             'App\\Repository\\QuestionRepository' => '?',
  10014.             'App\\Repository\\RecipientRepository' => '?',
  10015.             'App\\Repository\\SeoRouteMetaRepository' => '?',
  10016.             'App\\Repository\\SeoRouteRepository' => '?',
  10017.             'App\\Repository\\SubscriberGroupRepository' => '?',
  10018.             'App\\Repository\\SubscriberRepository' => '?',
  10019.             'App\\Repository\\TemplateRepository' => '?',
  10020.             'App\\Repository\\UserRepository' => '?',
  10021.         ]));
  10022.     }
  10023.     /**
  10024.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  10025.      *
  10026.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  10027.      */
  10028.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  10029.     {
  10030.         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')]);
  10031.     }
  10032.     /**
  10033.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  10034.      *
  10035.      * @return \Doctrine\ORM\Configuration
  10036.      */
  10037.     protected function getDoctrine_Orm_DefaultConfigurationService()
  10038.     {
  10039.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  10040.         $instance->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  10041.         $instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  10042.         $instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  10043.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  10044.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  10045.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10046.         $instance->setProxyNamespace('Proxies');
  10047.         $instance->setAutoGenerateProxyClasses(true);
  10048.         $instance->setSchemaIgnoreClasses([]);
  10049.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10050.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10051.         $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))));
  10052.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  10053.         $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))));
  10054.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10055.         return $instance;
  10056.     }
  10057.     /**
  10058.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  10059.      *
  10060.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  10061.      */
  10062.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  10063.     {
  10064.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  10065.     }
  10066.     /**
  10067.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  10068.      *
  10069.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  10070.      */
  10071.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  10072.     {
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  10074.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10075.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  10076.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  10077.         }
  10078.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  10079.     }
  10080.     /**
  10081.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  10082.      *
  10083.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  10084.      */
  10085.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  10086.     {
  10087.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10088.         if (isset($this->privates['doctrine.orm.default_entity_manager.validator_loader'])) {
  10089.             return $this->privates['doctrine.orm.default_entity_manager.validator_loader'];
  10090.         }
  10091.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader($aNULL);
  10092.     }
  10093.     /**
  10094.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  10095.      *
  10096.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  10097.      */
  10098.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  10101.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  10102.     }
  10103.     /**
  10104.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  10105.      *
  10106.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  10107.      */
  10108.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  10109.     {
  10110.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  10111.     }
  10112.     /**
  10113.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  10114.      *
  10115.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  10116.      */
  10117.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  10118.     {
  10119.         $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']);
  10120.         $instance->setGlobalBasename('mapping');
  10121.         return $instance;
  10122.     }
  10123.     /**
  10124.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  10125.      *
  10126.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  10127.      */
  10128.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  10129.     {
  10130.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  10132.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  10133.     }
  10134.     /**
  10135.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  10136.      *
  10137.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  10138.      */
  10139.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  10140.     {
  10141.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  10143.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  10144.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  10145.         }, 1));
  10146.     }
  10147.     /**
  10148.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  10149.      *
  10150.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  10151.      */
  10152.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  10153.     {
  10154.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  10156.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  10157.     }
  10158.     /**
  10159.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  10160.      *
  10161.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  10162.      */
  10163.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  10164.     {
  10165.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  10166.     }
  10167.     /**
  10168.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  10169.      *
  10170.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  10171.      */
  10172.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  10173.     {
  10174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10175.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  10176.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10177.     }
  10178.     /**
  10179.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  10180.      *
  10181.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  10182.      */
  10183.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  10184.     {
  10185.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  10186.     }
  10187.     /**
  10188.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  10189.      *
  10190.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  10191.      */
  10192.     protected function getDoctrine_Orm_Validator_UniqueService()
  10193.     {
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10195.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  10197.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10198.     }
  10199.     /**
  10200.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  10201.      *
  10202.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  10203.      */
  10204.     protected function getDoctrine_Orm_ValidatorInitializerService()
  10205.     {
  10206.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10207.     }
  10208.     /**
  10209.      * Gets the private 'doctrine.query_dql_command' shared service.
  10210.      *
  10211.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  10212.      */
  10213.     protected function getDoctrine_QueryDqlCommandService()
  10214.     {
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  10219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  10221.         $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()));
  10222.         $instance->setName('doctrine:query:dql');
  10223.         return $instance;
  10224.     }
  10225.     /**
  10226.      * Gets the private 'doctrine.query_sql_command' shared service.
  10227.      *
  10228.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  10229.      */
  10230.     protected function getDoctrine_QuerySqlCommandService()
  10231.     {
  10232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10233.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  10234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  10235.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  10236.         $instance->setName('doctrine:query:sql');
  10237.         return $instance;
  10238.     }
  10239.     /**
  10240.      * Gets the private 'doctrine.schema_create_command' shared service.
  10241.      *
  10242.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  10243.      */
  10244.     protected function getDoctrine_SchemaCreateCommandService()
  10245.     {
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10249.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10250.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  10251.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10252.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  10253.         $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()));
  10254.         $instance->setName('doctrine:schema:create');
  10255.         return $instance;
  10256.     }
  10257.     /**
  10258.      * Gets the private 'doctrine.schema_drop_command' shared service.
  10259.      *
  10260.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  10261.      */
  10262.     protected function getDoctrine_SchemaDropCommandService()
  10263.     {
  10264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  10271.         $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()));
  10272.         $instance->setName('doctrine:schema:drop');
  10273.         return $instance;
  10274.     }
  10275.     /**
  10276.      * Gets the private 'doctrine.schema_update_command' shared service.
  10277.      *
  10278.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  10279.      */
  10280.     protected function getDoctrine_SchemaUpdateCommandService()
  10281.     {
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10284.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10286.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  10287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  10289.         $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()));
  10290.         $instance->setName('doctrine:schema:update');
  10291.         return $instance;
  10292.     }
  10293.     /**
  10294.      * Gets the private 'doctrine.schema_validate_command' shared service.
  10295.      *
  10296.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  10297.      */
  10298.     protected function getDoctrine_SchemaValidateCommandService()
  10299.     {
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  10304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  10306.         $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()));
  10307.         $instance->setName('doctrine:schema:validate');
  10308.         return $instance;
  10309.     }
  10310.     /**
  10311.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  10312.      *
  10313.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  10314.      */
  10315.     protected function getDoctrine_Twig_DoctrineExtensionService()
  10316.     {
  10317.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  10318.     }
  10319.     /**
  10320.      * Gets the private 'doctrine.ulid_generator' shared service.
  10321.      *
  10322.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  10323.      */
  10324.     protected function getDoctrine_UlidGeneratorService()
  10325.     {
  10326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  10328.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  10329.     }
  10330.     /**
  10331.      * Gets the private 'doctrine.uuid_generator' shared service.
  10332.      *
  10333.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  10334.      */
  10335.     protected function getDoctrine_UuidGeneratorService()
  10336.     {
  10337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  10339.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  10340.     }
  10341.     /**
  10342.      * Gets the private 'doctrine_migrations.current_command' shared service.
  10343.      *
  10344.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  10345.      */
  10346.     protected function getDoctrineMigrations_CurrentCommandService()
  10347.     {
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  10351.         $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');
  10352.         $instance->setName('doctrine:migrations:current');
  10353.         return $instance;
  10354.     }
  10355.     /**
  10356.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  10357.      *
  10358.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  10359.      */
  10360.     protected function getDoctrineMigrations_DiffCommandService()
  10361.     {
  10362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  10365.         $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');
  10366.         $instance->setName('doctrine:migrations:diff');
  10367.         return $instance;
  10368.     }
  10369.     /**
  10370.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  10371.      *
  10372.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  10373.      */
  10374.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  10375.     {
  10376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10377.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10378.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  10379.         $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');
  10380.         $instance->setName('doctrine:migrations:dump-schema');
  10381.         return $instance;
  10382.     }
  10383.     /**
  10384.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  10385.      *
  10386.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  10387.      */
  10388.     protected function getDoctrineMigrations_ExecuteCommandService()
  10389.     {
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  10393.         $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');
  10394.         $instance->setName('doctrine:migrations:execute');
  10395.         return $instance;
  10396.     }
  10397.     /**
  10398.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  10399.      *
  10400.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  10401.      */
  10402.     protected function getDoctrineMigrations_GenerateCommandService()
  10403.     {
  10404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  10407.         $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');
  10408.         $instance->setName('doctrine:migrations:generate');
  10409.         return $instance;
  10410.     }
  10411.     /**
  10412.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  10413.      *
  10414.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  10415.      */
  10416.     protected function getDoctrineMigrations_LatestCommandService()
  10417.     {
  10418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10419.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  10421.         $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');
  10422.         $instance->setName('doctrine:migrations:latest');
  10423.         return $instance;
  10424.     }
  10425.     /**
  10426.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  10427.      *
  10428.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  10429.      */
  10430.     protected function getDoctrineMigrations_MigrateCommandService()
  10431.     {
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  10435.         $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');
  10436.         $instance->setName('doctrine:migrations:migrate');
  10437.         return $instance;
  10438.     }
  10439.     /**
  10440.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  10441.      *
  10442.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  10443.      */
  10444.     protected function getDoctrineMigrations_RollupCommandService()
  10445.     {
  10446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10447.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  10449.         $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');
  10450.         $instance->setName('doctrine:migrations:rollup');
  10451.         return $instance;
  10452.     }
  10453.     /**
  10454.      * Gets the private 'doctrine_migrations.status_command' shared service.
  10455.      *
  10456.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  10457.      */
  10458.     protected function getDoctrineMigrations_StatusCommandService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  10463.         $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');
  10464.         $instance->setName('doctrine:migrations:status');
  10465.         return $instance;
  10466.     }
  10467.     /**
  10468.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  10469.      *
  10470.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  10471.      */
  10472.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  10477.         $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');
  10478.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  10479.         return $instance;
  10480.     }
  10481.     /**
  10482.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  10483.      *
  10484.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  10485.      */
  10486.     protected function getDoctrineMigrations_UpToDateCommandService()
  10487.     {
  10488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10489.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10490.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  10491.         $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');
  10492.         $instance->setName('doctrine:migrations:up-to-date');
  10493.         return $instance;
  10494.     }
  10495.     /**
  10496.      * Gets the private 'doctrine_migrations.version_command' shared service.
  10497.      *
  10498.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  10499.      */
  10500.     protected function getDoctrineMigrations_VersionCommandService()
  10501.     {
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10503.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10504.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  10505.         $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');
  10506.         $instance->setName('doctrine:migrations:version');
  10507.         return $instance;
  10508.     }
  10509.     /**
  10510.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  10511.      *
  10512.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  10513.      */
  10514.     protected function getDoctrineMigrations_VersionsCommandService()
  10515.     {
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10518.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  10519.         $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');
  10520.         $instance->setName('doctrine:migrations:list');
  10521.         return $instance;
  10522.     }
  10523.     /**
  10524.      * Gets the private 'error_handler.error_renderer.html' shared service.
  10525.      *
  10526.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  10527.      */
  10528.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  10529.     {
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10532.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10533.         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()));
  10534.     }
  10535.     /**
  10536.      * Gets the private 'exception_listener' shared service.
  10537.      *
  10538.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  10539.      */
  10540.     protected function getExceptionListenerService()
  10541.     {
  10542.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  10543.     }
  10544.     /**
  10545.      * Gets the private 'file_locator' shared service.
  10546.      *
  10547.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  10548.      */
  10549.     protected function getFileLocatorService()
  10550.     {
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10554.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  10555.     }
  10556.     /**
  10557.      * Gets the private 'form.choice_list_factory.cached' shared service.
  10558.      *
  10559.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  10560.      */
  10561.     protected function getForm_ChoiceListFactory_CachedService()
  10562.     {
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  10565.         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()));
  10566.     }
  10567.     /**
  10568.      * Gets the private 'form.choice_list_factory.default' shared service.
  10569.      *
  10570.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  10571.      */
  10572.     protected function getForm_ChoiceListFactory_DefaultService()
  10573.     {
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10576.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  10577.     }
  10578.     /**
  10579.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  10580.      *
  10581.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  10582.      */
  10583.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10588.         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()));
  10589.     }
  10590.     /**
  10591.      * Gets the private 'form.extension' shared service.
  10592.      *
  10593.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  10594.      */
  10595.     protected function getForm_ExtensionService()
  10596.     {
  10597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  10599.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10600.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  10601.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  10602.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  10603.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  10604.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  10605.             'App\\Form\\ArticleType' => ['services''App\\Form\\ArticleType''getArticleTypeService'false],
  10606.             'App\\Form\\CampaignType' => ['services''App\\Form\\CampaignType''getCampaignTypeService'false],
  10607.             'App\\Form\\CategoryArticleType' => ['services''App\\Form\\CategoryArticleType''getCategoryArticleTypeService'false],
  10608.             'App\\Form\\CategoryType' => ['services''App\\Form\\CategoryType''getCategoryTypeService'false],
  10609.             'App\\Form\\ContactType' => ['services''App\\Form\\ContactType''getContactTypeService'false],
  10610.             'App\\Form\\LauncherType' => ['services''App\\Form\\LauncherType''getLauncherTypeService'false],
  10611.             'App\\Form\\LicenceKeyType' => ['services''App\\Form\\LicenceKeyType''getLicenceKeyTypeService'false],
  10612.             'App\\Form\\PictureType' => ['services''App\\Form\\PictureType''getPictureTypeService'false],
  10613.             'App\\Form\\ProductType' => ['services''App\\Form\\ProductType''getProductTypeService'false],
  10614.             'App\\Form\\QuestionType' => ['services''App\\Form\\QuestionType''getQuestionTypeService'false],
  10615.             'App\\Form\\RedirectionType' => ['services''App\\Form\\RedirectionType''getRedirectionTypeService'false],
  10616.             'App\\Form\\RegistrationType' => ['services''App\\Form\\RegistrationType''getRegistrationTypeService'false],
  10617.             'App\\Form\\SeoRouteMetaType' => ['services''App\\Form\\SeoRouteMetaType''getSeoRouteMetaTypeService'false],
  10618.             'App\\Form\\SeoRouteType' => ['services''App\\Form\\SeoRouteType''getSeoRouteTypeService'false],
  10619.             'App\\Form\\SubscriberGroupType' => ['services''App\\Form\\SubscriberGroupType''getSubscriberGroupTypeService'false],
  10620.             'App\\Form\\SubscriberType' => ['services''App\\Form\\SubscriberType''getSubscriberTypeService'false],
  10621.             'App\\Form\\TemplateType' => ['services''App\\Form\\TemplateType''getTemplateTypeService'false],
  10622.             'App\\Form\\UserType' => ['services''App\\Form\\UserType''getUserTypeService'false],
  10623.             'App\\Form\\YmlBlockType' => ['services''App\\Form\\YmlBlockType''getYmlBlockTypeService'false],
  10624.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  10625.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  10626.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  10627.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  10628.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  10629.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  10630.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  10631.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  10632.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  10633.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  10634.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  10635.         ], [
  10636.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  10637.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  10638.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  10639.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  10640.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  10641.             'App\\Form\\ArticleType' => '?',
  10642.             'App\\Form\\CampaignType' => '?',
  10643.             'App\\Form\\CategoryArticleType' => '?',
  10644.             'App\\Form\\CategoryType' => '?',
  10645.             'App\\Form\\ContactType' => '?',
  10646.             'App\\Form\\LauncherType' => '?',
  10647.             'App\\Form\\LicenceKeyType' => '?',
  10648.             'App\\Form\\PictureType' => '?',
  10649.             'App\\Form\\ProductType' => '?',
  10650.             'App\\Form\\QuestionType' => '?',
  10651.             'App\\Form\\RedirectionType' => '?',
  10652.             'App\\Form\\RegistrationType' => '?',
  10653.             'App\\Form\\SeoRouteMetaType' => '?',
  10654.             'App\\Form\\SeoRouteType' => '?',
  10655.             'App\\Form\\SubscriberGroupType' => '?',
  10656.             'App\\Form\\SubscriberType' => '?',
  10657.             'App\\Form\\TemplateType' => '?',
  10658.             'App\\Form\\UserType' => '?',
  10659.             'App\\Form\\YmlBlockType' => '?',
  10660.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  10661.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  10662.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  10663.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  10664.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  10665.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  10666.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  10667.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  10668.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  10669.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  10670.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  10671.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  10672.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  10673.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  10674.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  10675.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  10676.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  10677.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  10678.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  10679.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  10680.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  10681.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  10682.         }, 1)], new RewindableGenerator(function () {
  10683.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  10684.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  10685.         }, 2));
  10686.     }
  10687.     /**
  10688.      * Gets the private 'form.registry' shared service.
  10689.      *
  10690.      * @return \Symfony\Component\Form\FormRegistry
  10691.      */
  10692.     protected function getForm_RegistryService()
  10693.     {
  10694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  10695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  10696.         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()));
  10697.     }
  10698.     /**
  10699.      * Gets the private 'form.resolved_type_factory' shared service.
  10700.      *
  10701.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  10702.      */
  10703.     protected function getForm_ResolvedTypeFactoryService()
  10704.     {
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  10708.         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()));
  10709.     }
  10710.     /**
  10711.      * Gets the private 'form.server_params' shared service.
  10712.      *
  10713.      * @return \Symfony\Component\Form\Util\ServerParams
  10714.      */
  10715.     protected function getForm_ServerParamsService()
  10716.     {
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  10718.         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())));
  10719.     }
  10720.     /**
  10721.      * Gets the private 'form.type.choice' shared service.
  10722.      *
  10723.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  10724.      */
  10725.     protected function getForm_Type_ChoiceService()
  10726.     {
  10727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  10730.         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()));
  10731.     }
  10732.     /**
  10733.      * Gets the private 'form.type.color' shared service.
  10734.      *
  10735.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  10736.      */
  10737.     protected function getForm_Type_ColorService()
  10738.     {
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  10742.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  10743.     }
  10744.     /**
  10745.      * Gets the private 'form.type.entity' shared service.
  10746.      *
  10747.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  10748.      */
  10749.     protected function getForm_Type_EntityService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  10755.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10756.     }
  10757.     /**
  10758.      * Gets the private 'form.type.form' shared service.
  10759.      *
  10760.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  10761.      */
  10762.     protected function getForm_Type_FormService()
  10763.     {
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  10767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  10768.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10769.     }
  10770.     /**
  10771.      * Gets the private 'form.type_extension.csrf' shared service.
  10772.      *
  10773.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  10774.      */
  10775.     protected function getForm_TypeExtension_CsrfService()
  10776.     {
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  10780.         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()));
  10781.     }
  10782.     /**
  10783.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  10784.      *
  10785.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  10786.      */
  10787.     protected function getForm_TypeExtension_Form_DataCollectorService()
  10788.     {
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  10792.         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()));
  10793.     }
  10794.     /**
  10795.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  10796.      *
  10797.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  10798.      */
  10799.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  10800.     {
  10801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  10804.         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()));
  10805.     }
  10806.     /**
  10807.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  10808.      *
  10809.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  10810.      */
  10811.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  10812.     {
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  10815.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  10816.     }
  10817.     /**
  10818.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  10819.      *
  10820.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  10821.      */
  10822.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  10823.     {
  10824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  10827.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  10828.     }
  10829.     /**
  10830.      * Gets the private 'form.type_extension.form.validator' shared service.
  10831.      *
  10832.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  10833.      */
  10834.     protected function getForm_TypeExtension_Form_ValidatorService()
  10835.     {
  10836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  10840.         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()));
  10841.     }
  10842.     /**
  10843.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  10844.      *
  10845.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  10846.      */
  10847.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  10848.     {
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  10852.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  10853.     }
  10854.     /**
  10855.      * Gets the private 'form.type_extension.submit.validator' shared service.
  10856.      *
  10857.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  10858.      */
  10859.     protected function getForm_TypeExtension_Submit_ValidatorService()
  10860.     {
  10861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  10865.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  10866.     }
  10867.     /**
  10868.      * Gets the private 'form.type_extension.upload.validator' shared service.
  10869.      *
  10870.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  10871.      */
  10872.     protected function getForm_TypeExtension_Upload_ValidatorService()
  10873.     {
  10874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  10877.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  10878.     }
  10879.     /**
  10880.      * Gets the private 'form.type_guesser.doctrine' shared service.
  10881.      *
  10882.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  10883.      */
  10884.     protected function getForm_TypeGuesser_DoctrineService()
  10885.     {
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10887.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  10888.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10889.     }
  10890.     /**
  10891.      * Gets the private 'form.type_guesser.validator' shared service.
  10892.      *
  10893.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  10894.      */
  10895.     protected function getForm_TypeGuesser_ValidatorService()
  10896.     {
  10897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  10899.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10900.     }
  10901.     /**
  10902.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  10903.      *
  10904.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10905.      */
  10906.     protected function getFosUser_ChangePassword_Form_FactoryService()
  10907.     {
  10908.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10909.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10910.         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']);
  10911.     }
  10912.     /**
  10913.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10914.      *
  10915.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10916.      */
  10917.     protected function getFosUser_ChangePassword_Form_TypeService()
  10918.     {
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  10922.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  10923.     }
  10924.     /**
  10925.      * Gets the private 'fos_user.command.activate_user' shared service.
  10926.      *
  10927.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  10928.      */
  10929.     protected function getFosUser_Command_ActivateUserService()
  10930.     {
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  10933.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10934.         $instance->setName('fos:user:activate');
  10935.         return $instance;
  10936.     }
  10937.     /**
  10938.      * Gets the private 'fos_user.command.change_password' shared service.
  10939.      *
  10940.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  10941.      */
  10942.     protected function getFosUser_Command_ChangePasswordService()
  10943.     {
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  10946.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10947.         $instance->setName('fos:user:change-password');
  10948.         return $instance;
  10949.     }
  10950.     /**
  10951.      * Gets the private 'fos_user.command.create_user' shared service.
  10952.      *
  10953.      * @return \FOS\UserBundle\Command\CreateUserCommand
  10954.      */
  10955.     protected function getFosUser_Command_CreateUserService()
  10956.     {
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  10959.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10960.         $instance->setName('fos:user:create');
  10961.         return $instance;
  10962.     }
  10963.     /**
  10964.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  10965.      *
  10966.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  10967.      */
  10968.     protected function getFosUser_Command_DeactivateUserService()
  10969.     {
  10970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  10972.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10973.         $instance->setName('fos:user:deactivate');
  10974.         return $instance;
  10975.     }
  10976.     /**
  10977.      * Gets the private 'fos_user.command.demote_user' shared service.
  10978.      *
  10979.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  10980.      */
  10981.     protected function getFosUser_Command_DemoteUserService()
  10982.     {
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  10986.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10987.         $instance->setName('fos:user:demote');
  10988.         return $instance;
  10989.     }
  10990.     /**
  10991.      * Gets the private 'fos_user.command.promote_user' shared service.
  10992.      *
  10993.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  10994.      */
  10995.     protected function getFosUser_Command_PromoteUserService()
  10996.     {
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10998.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  10999.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  11000.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11001.         $instance->setName('fos:user:promote');
  11002.         return $instance;
  11003.     }
  11004.     /**
  11005.      * Gets the private 'fos_user.listener.authentication' shared service.
  11006.      *
  11007.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  11008.      */
  11009.     protected function getFosUser_Listener_AuthenticationService()
  11010.     {
  11011.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  11012.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  11013.     }
  11014.     /**
  11015.      * Gets the private 'fos_user.listener.flash' shared service.
  11016.      *
  11017.      * @return \FOS\UserBundle\EventListener\FlashListener
  11018.      */
  11019.     protected function getFosUser_Listener_FlashService()
  11020.     {
  11021.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  11022.         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()));
  11023.     }
  11024.     /**
  11025.      * Gets the private 'fos_user.listener.resetting' shared service.
  11026.      *
  11027.      * @return \FOS\UserBundle\EventListener\ResettingListener
  11028.      */
  11029.     protected function getFosUser_Listener_ResettingService()
  11030.     {
  11031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  11032.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  11033.     }
  11034.     /**
  11035.      * Gets the private 'fos_user.object_manager' shared service.
  11036.      *
  11037.      * @return \Doctrine\Persistence\ObjectManager
  11038.      */
  11039.     protected function getFosUser_ObjectManagerService()
  11040.     {
  11041.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  11042.     }
  11043.     /**
  11044.      * Gets the private 'fos_user.profile.form.factory' shared service.
  11045.      *
  11046.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11047.      */
  11048.     protected function getFosUser_Profile_Form_FactoryService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11052.         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']);
  11053.     }
  11054.     /**
  11055.      * Gets the private 'fos_user.profile.form.type' shared service.
  11056.      *
  11057.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  11058.      */
  11059.     protected function getFosUser_Profile_Form_TypeService()
  11060.     {
  11061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11063.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  11064.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  11065.     }
  11066.     /**
  11067.      * Gets the private 'fos_user.registration.form.factory' shared service.
  11068.      *
  11069.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11070.      */
  11071.     protected function getFosUser_Registration_Form_FactoryService()
  11072.     {
  11073.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11075.         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']);
  11076.     }
  11077.     /**
  11078.      * Gets the private 'fos_user.registration.form.type' shared service.
  11079.      *
  11080.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  11081.      */
  11082.     protected function getFosUser_Registration_Form_TypeService()
  11083.     {
  11084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  11087.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  11088.     }
  11089.     /**
  11090.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  11091.      *
  11092.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11093.      */
  11094.     protected function getFosUser_Resetting_Form_FactoryService()
  11095.     {
  11096.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11097.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11098.         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']);
  11099.     }
  11100.     /**
  11101.      * Gets the private 'fos_user.resetting.form.type' shared service.
  11102.      *
  11103.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  11104.      */
  11105.     protected function getFosUser_Resetting_Form_TypeService()
  11106.     {
  11107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11109.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  11110.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  11111.     }
  11112.     /**
  11113.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  11114.      *
  11115.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  11116.      */
  11117.     protected function getFosUser_Security_InteractiveLoginListenerService()
  11118.     {
  11119.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  11120.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11121.     }
  11122.     /**
  11123.      * Gets the private 'fos_user.security.login_manager' shared service.
  11124.      *
  11125.      * @return \FOS\UserBundle\Security\LoginManager
  11126.      */
  11127.     protected function getFosUser_Security_LoginManagerService()
  11128.     {
  11129.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  11130.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  11131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11133.         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()));
  11134.     }
  11135.     /**
  11136.      * Gets the private 'fos_user.user_listener' shared service.
  11137.      *
  11138.      * @return \FOS\UserBundle\Doctrine\UserListener
  11139.      */
  11140.     protected function getFosUser_UserListenerService()
  11141.     {
  11142.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11143.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  11144.         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()));
  11145.     }
  11146.     /**
  11147.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  11148.      *
  11149.      * @return \FOS\UserBundle\Security\EmailUserProvider
  11150.      */
  11151.     protected function getFosUser_UserProvider_UsernameEmailService()
  11152.     {
  11153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/EmailUserProvider.php';
  11156.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11157.     }
  11158.     /**
  11159.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  11160.      *
  11161.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  11162.      */
  11163.     protected function getFosUser_UserToUsernameTransformerService()
  11164.     {
  11165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  11166.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  11167.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11168.     }
  11169.     /**
  11170.      * Gets the private 'fos_user.username_form_type' shared service.
  11171.      *
  11172.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  11173.      */
  11174.     protected function getFosUser_UsernameFormTypeService()
  11175.     {
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11178.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  11179.         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()));
  11180.     }
  11181.     /**
  11182.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  11183.      *
  11184.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  11185.      */
  11186.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  11187.     {
  11188.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  11189.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  11190.     }
  11191.     /**
  11192.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  11193.      *
  11194.      * @return \FOS\UserBundle\Util\Canonicalizer
  11195.      */
  11196.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  11197.     {
  11198.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  11199.     }
  11200.     /**
  11201.      * Gets the private 'fos_user.util.password_updater' shared service.
  11202.      *
  11203.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  11204.      */
  11205.     protected function getFosUser_Util_PasswordUpdaterService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  11209.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  11210.     }
  11211.     /**
  11212.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  11213.      *
  11214.      * @return \FOS\UserBundle\Util\TokenGenerator
  11215.      */
  11216.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  11217.     {
  11218.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  11219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  11220.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  11221.     }
  11222.     /**
  11223.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  11224.      *
  11225.      * @return \FOS\UserBundle\Util\UserManipulator
  11226.      */
  11227.     protected function getFosUser_Util_UserManipulatorService()
  11228.     {
  11229.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  11230.         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())));
  11231.     }
  11232.     /**
  11233.      * Gets the private 'fos_user.validator.initializer' shared service.
  11234.      *
  11235.      * @return \FOS\UserBundle\Validator\Initializer
  11236.      */
  11237.     protected function getFosUser_Validator_InitializerService()
  11238.     {
  11239.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  11240.     }
  11241.     /**
  11242.      * Gets the private 'fragment.handler' shared service.
  11243.      *
  11244.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  11245.      */
  11246.     protected function getFragment_HandlerService()
  11247.     {
  11248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11250.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11251.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11252.         ], [
  11253.             'inline' => '?',
  11254.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  11255.     }
  11256.     /**
  11257.      * Gets the private 'fragment.renderer.inline' shared service.
  11258.      *
  11259.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  11260.      */
  11261.     protected function getFragment_Renderer_InlineService()
  11262.     {
  11263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  11264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  11265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  11266.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  11267.         if (isset($this->privates['fragment.renderer.inline'])) {
  11268.             return $this->privates['fragment.renderer.inline'];
  11269.         }
  11270.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11271.         if (isset($this->privates['fragment.renderer.inline'])) {
  11272.             return $this->privates['fragment.renderer.inline'];
  11273.         }
  11274.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  11275.         $instance->setFragmentPath('/_fragment');
  11276.         return $instance;
  11277.     }
  11278.     /**
  11279.      * Gets the private 'fragment.uri_generator' shared service.
  11280.      *
  11281.      * @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
  11282.      */
  11283.     protected function getFragment_UriGeneratorService()
  11284.     {
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  11288.         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())));
  11289.     }
  11290.     /**
  11291.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  11292.      *
  11293.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  11294.      */
  11295.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  11296.     {
  11297.         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())));
  11298.     }
  11299.     /**
  11300.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  11301.      *
  11302.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  11303.      */
  11304.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  11305.     {
  11306.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  11307.     }
  11308.     /**
  11309.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  11310.      *
  11311.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  11312.      */
  11313.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  11314.     {
  11315.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11316.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  11317.             return $this->privates['framework_extra_bundle.event.is_granted'];
  11318.         }
  11319.         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);
  11320.     }
  11321.     /**
  11322.      * Gets the private 'gesdinet.jwtrefreshtoken.authenticator' shared service.
  11323.      *
  11324.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator
  11325.      *
  11326.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.
  11327.      */
  11328.     protected function getGesdinet_Jwtrefreshtoken_AuthenticatorService()
  11329.     {
  11330.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.');
  11331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11333.         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()));
  11334.     }
  11335.     /**
  11336.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_body' shared service.
  11337.      *
  11338.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor
  11339.      */
  11340.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService()
  11341.     {
  11342.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11343.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  11344.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor();
  11345.     }
  11346.     /**
  11347.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' shared service.
  11348.      *
  11349.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor
  11350.      */
  11351.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService()
  11352.     {
  11353.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11354.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  11355.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor();
  11356.     }
  11357.     /**
  11358.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' shared service.
  11359.      *
  11360.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor
  11361.      */
  11362.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService()
  11363.     {
  11364.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11365.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  11366.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor();
  11367.     }
  11368.     /**
  11369.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  11370.      *
  11371.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  11372.      */
  11373.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  11374.     {
  11375.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  11376.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  11377.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11378.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11379.         }
  11380.         $b = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService());
  11381.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11382.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11383.         }
  11384.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener($a15552000, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'refresh_token'false$b, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), $this->parameters['gesdinet_jwt_refresh_token.cookie'], true'refresh_token_expiration');
  11385.     }
  11386.     /**
  11387.      * Gets the private 'gesdinet.jwtrefreshtoken.user_provider' shared service.
  11388.      *
  11389.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider
  11390.      *
  11391.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.
  11392.      */
  11393.     protected function getGesdinet_Jwtrefreshtoken_UserProviderService()
  11394.     {
  11395.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.');
  11396.         return $this->privates['gesdinet.jwtrefreshtoken.user_provider'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  11397.     }
  11398.     /**
  11399.      * Gets the private 'identity_translator' shared service.
  11400.      *
  11401.      * @return \Symfony\Component\Translation\IdentityTranslator
  11402.      */
  11403.     protected function getIdentityTranslatorService()
  11404.     {
  11405.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  11406.     }
  11407.     /**
  11408.      * Gets the private 'jms_i18n_routing.locale_resolver.default' shared service.
  11409.      *
  11410.      * @return \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver
  11411.      */
  11412.     protected function getJmsI18nRouting_LocaleResolver_DefaultService()
  11413.     {
  11414.         return $this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl');
  11415.     }
  11416.     /**
  11417.      * Gets the private 'jms_i18n_routing.pattern_generation_strategy.default' shared service.
  11418.      *
  11419.      * @return \JMS\I18nRoutingBundle\Router\DefaultPatternGenerationStrategy
  11420.      */
  11421.     protected function getJmsI18nRouting_PatternGenerationStrategy_DefaultService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/PatternGenerationStrategyInterface.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php';
  11425.         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');
  11426.     }
  11427.     /**
  11428.      * Gets the private 'jms_i18n_routing.route_exclusion_strategy' shared service.
  11429.      *
  11430.      * @return \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy
  11431.      */
  11432.     protected function getJmsI18nRouting_RouteExclusionStrategyService()
  11433.     {
  11434.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11435.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11436.         return $this->privates['jms_i18n_routing.route_exclusion_strategy'] = new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy();
  11437.     }
  11438.     /**
  11439.      * Gets the private 'jms_i18n_routing.route_translation_extractor' shared service.
  11440.      *
  11441.      * @return \JMS\I18nRoutingBundle\Translation\RouteTranslationExtractor
  11442.      */
  11443.     protected function getJmsI18nRouting_RouteTranslationExtractorService()
  11444.     {
  11445.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11446.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Translation/RouteTranslationExtractor.php';
  11447.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11448.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11449.         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())));
  11450.     }
  11451.     /**
  11452.      * Gets the private 'jms_translation.command.extract' shared service.
  11453.      *
  11454.      * @return \JMS\TranslationBundle\Command\ExtractTranslationCommand
  11455.      */
  11456.     protected function getJmsTranslation_Command_ExtractService()
  11457.     {
  11458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11459.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ExtractTranslationCommand.php';
  11460.         $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()), []);
  11461.         $instance->setName('translation:extract');
  11462.         return $instance;
  11463.     }
  11464.     /**
  11465.      * Gets the private 'jms_translation.command.list_resources' shared service.
  11466.      *
  11467.      * @return \JMS\TranslationBundle\Command\ResourcesListCommand
  11468.      */
  11469.     protected function getJmsTranslation_Command_ListResourcesService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ResourcesListCommand.php';
  11473.         $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)));
  11474.         $instance->setName('translation:list-resources');
  11475.         return $instance;
  11476.     }
  11477.     /**
  11478.      * Gets the private 'jms_translation.doc_parser' shared service.
  11479.      *
  11480.      * @return \Doctrine\Common\Annotations\DocParser
  11481.      */
  11482.     protected function getJmsTranslation_DocParserService()
  11483.     {
  11484.         include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php';
  11485.         $this->privates['jms_translation.doc_parser'] = $instance = new \Doctrine\Common\Annotations\DocParser();
  11486.         $instance->setImports(['desc' => 'JMS\\TranslationBundle\\Annotation\\Desc''meaning' => 'JMS\\TranslationBundle\\Annotation\\Meaning''ignore' => 'JMS\\TranslationBundle\\Annotation\\Ignore']);
  11487.         $instance->setIgnoreNotImportedAnnotations(true);
  11488.         return $instance;
  11489.     }
  11490.     /**
  11491.      * Gets the private 'jms_translation.dumper.php_dumper' shared service.
  11492.      *
  11493.      * @return \JMS\TranslationBundle\Translation\Dumper\PhpDumper
  11494.      */
  11495.     protected function getJmsTranslation_Dumper_PhpDumperService()
  11496.     {
  11497.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11498.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11500.         return $this->privates['jms_translation.dumper.php_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\PhpDumper();
  11501.     }
  11502.     /**
  11503.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.10' shared service.
  11504.      *
  11505.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11506.      */
  11507.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service()
  11508.     {
  11509.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11510.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11514.         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');
  11515.     }
  11516.     /**
  11517.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.2' shared service.
  11518.      *
  11519.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11520.      */
  11521.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service()
  11522.     {
  11523.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11524.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11528.         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');
  11529.     }
  11530.     /**
  11531.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.3' shared service.
  11532.      *
  11533.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11534.      */
  11535.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service()
  11536.     {
  11537.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11538.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11542.         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');
  11543.     }
  11544.     /**
  11545.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.5' shared service.
  11546.      *
  11547.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11548.      */
  11549.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service()
  11550.     {
  11551.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11556.         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');
  11557.     }
  11558.     /**
  11559.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.6' shared service.
  11560.      *
  11561.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11562.      */
  11563.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service()
  11564.     {
  11565.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11570.         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');
  11571.     }
  11572.     /**
  11573.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.7' shared service.
  11574.      *
  11575.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11576.      */
  11577.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service()
  11578.     {
  11579.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11584.         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');
  11585.     }
  11586.     /**
  11587.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.8' shared service.
  11588.      *
  11589.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11590.      */
  11591.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service()
  11592.     {
  11593.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11594.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11598.         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');
  11599.     }
  11600.     /**
  11601.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.9' shared service.
  11602.      *
  11603.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11604.      */
  11605.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service()
  11606.     {
  11607.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11612.         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');
  11613.     }
  11614.     /**
  11615.      * Gets the private 'jms_translation.dumper.xlf_dumper' shared service.
  11616.      *
  11617.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11618.      */
  11619.     protected function getJmsTranslation_Dumper_XlfDumperService()
  11620.     {
  11621.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11622.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11623.         $this->privates['jms_translation.dumper.xlf_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11624.         $instance->setSourceLanguage('en');
  11625.         $instance->setAddDate(true);
  11626.         $instance->setAddReference(true);
  11627.         return $instance;
  11628.     }
  11629.     /**
  11630.      * Gets the private 'jms_translation.dumper.xliff_dumper' shared service.
  11631.      *
  11632.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11633.      */
  11634.     protected function getJmsTranslation_Dumper_XliffDumperService()
  11635.     {
  11636.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11638.         $this->privates['jms_translation.dumper.xliff_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11639.         $instance->setSourceLanguage('en');
  11640.         $instance->setAddDate(true);
  11641.         $instance->setAddReference(true);
  11642.         return $instance;
  11643.     }
  11644.     /**
  11645.      * Gets the private 'jms_translation.dumper.yaml_dumper' shared service.
  11646.      *
  11647.      * @return \JMS\TranslationBundle\Translation\Dumper\YamlDumper
  11648.      */
  11649.     protected function getJmsTranslation_Dumper_YamlDumperService()
  11650.     {
  11651.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11652.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11653.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11654.         return $this->privates['jms_translation.dumper.yaml_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\YamlDumper();
  11655.     }
  11656.     /**
  11657.      * Gets the private 'jms_translation.extractor.file.authentication_message_extractor' shared service.
  11658.      *
  11659.      * @return \JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor
  11660.      */
  11661.     protected function getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService()
  11662.     {
  11663.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11664.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11666.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/AuthenticationMessagesExtractor.php';
  11667.         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()));
  11668.     }
  11669.     /**
  11670.      * Gets the private 'jms_translation.extractor.file.default_php_extractor' shared service.
  11671.      *
  11672.      * @return \JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor
  11673.      */
  11674.     protected function getJmsTranslation_Extractor_File_DefaultPhpExtractorService()
  11675.     {
  11676.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11679.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/DefaultPhpFileExtractor.php';
  11680.         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()));
  11681.     }
  11682.     /**
  11683.      * Gets the private 'jms_translation.extractor.file.form_extractor' shared service.
  11684.      *
  11685.      * @return \JMS\TranslationBundle\Translation\Extractor\File\FormExtractor
  11686.      */
  11687.     protected function getJmsTranslation_Extractor_File_FormExtractorService()
  11688.     {
  11689.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php';
  11693.         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()));
  11694.     }
  11695.     /**
  11696.      * Gets the private 'jms_translation.extractor.file.translation_container_extractor' shared service.
  11697.      *
  11698.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor
  11699.      */
  11700.     protected function getJmsTranslation_Extractor_File_TranslationContainerExtractorService()
  11701.     {
  11702.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11703.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11705.         return $this->privates['jms_translation.extractor.file.translation_container_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor();
  11706.     }
  11707.     /**
  11708.      * Gets the private 'jms_translation.extractor.file.twig_extractor' shared service.
  11709.      *
  11710.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor
  11711.      */
  11712.     protected function getJmsTranslation_Extractor_File_TwigExtractorService()
  11713.     {
  11714.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  11715.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php';
  11716.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11717.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TwigFileExtractor.php';
  11718.         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()));
  11719.     }
  11720.     /**
  11721.      * Gets the private 'jms_translation.extractor.file.validation_extractor' shared service.
  11722.      *
  11723.      * @return \JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor
  11724.      */
  11725.     protected function getJmsTranslation_Extractor_File_ValidationExtractorService()
  11726.     {
  11727.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11729.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/ValidationExtractor.php';
  11730.         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()));
  11731.     }
  11732.     /**
  11733.      * Gets the private 'jms_translation.extractor.file_extractor' shared service.
  11734.      *
  11735.      * @return \JMS\TranslationBundle\Translation\Extractor\FileExtractor
  11736.      */
  11737.     protected function getJmsTranslation_Extractor_FileExtractorService()
  11738.     {
  11739.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11740.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11741.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileExtractor.php';
  11742.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11743.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11745.         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())]);
  11746.     }
  11747.     /**
  11748.      * Gets the private 'jms_translation.extractor_manager' shared service.
  11749.      *
  11750.      * @return \JMS\TranslationBundle\Translation\ExtractorManager
  11751.      */
  11752.     protected function getJmsTranslation_ExtractorManagerService()
  11753.     {
  11754.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11755.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorManager.php';
  11756.         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())]);
  11757.     }
  11758.     /**
  11759.      * Gets the private 'jms_translation.file_source_factory' shared service.
  11760.      *
  11761.      * @return \JMS\TranslationBundle\Translation\FileSourceFactory
  11762.      */
  11763.     protected function getJmsTranslation_FileSourceFactoryService()
  11764.     {
  11765.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileSourceFactory.php';
  11766.         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));
  11767.     }
  11768.     /**
  11769.      * Gets the private 'jms_translation.file_writer' shared service.
  11770.      *
  11771.      * @return \JMS\TranslationBundle\Translation\FileWriter
  11772.      */
  11773.     protected function getJmsTranslation_FileWriterService()
  11774.     {
  11775.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileWriter.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11780.         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())]);
  11781.     }
  11782.     /**
  11783.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.0' shared service.
  11784.      *
  11785.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11786.      */
  11787.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_0Service()
  11788.     {
  11789.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11795.         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())));
  11796.     }
  11797.     /**
  11798.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.1' shared service.
  11799.      *
  11800.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11801.      */
  11802.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_1Service()
  11803.     {
  11804.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11805.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11810.         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())));
  11811.     }
  11812.     /**
  11813.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.10' shared service.
  11814.      *
  11815.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11816.      */
  11817.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_10Service()
  11818.     {
  11819.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11820.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11825.         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())));
  11826.     }
  11827.     /**
  11828.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.2' shared service.
  11829.      *
  11830.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11831.      */
  11832.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_2Service()
  11833.     {
  11834.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11835.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  11838.         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())));
  11839.     }
  11840.     /**
  11841.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.3' shared service.
  11842.      *
  11843.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11844.      */
  11845.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_3Service()
  11846.     {
  11847.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11848.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11851.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11853.         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())));
  11854.     }
  11855.     /**
  11856.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.4' shared service.
  11857.      *
  11858.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11859.      */
  11860.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_4Service()
  11861.     {
  11862.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11863.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11868.         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())));
  11869.     }
  11870.     /**
  11871.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.5' shared service.
  11872.      *
  11873.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11874.      */
  11875.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_5Service()
  11876.     {
  11877.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11881.         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())));
  11882.     }
  11883.     /**
  11884.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.6' shared service.
  11885.      *
  11886.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11887.      */
  11888.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_6Service()
  11889.     {
  11890.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11891.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11896.         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())));
  11897.     }
  11898.     /**
  11899.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.7' shared service.
  11900.      *
  11901.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11902.      */
  11903.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_7Service()
  11904.     {
  11905.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11909.         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())));
  11910.     }
  11911.     /**
  11912.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.8' shared service.
  11913.      *
  11914.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11915.      */
  11916.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_8Service()
  11917.     {
  11918.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11923.         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())));
  11924.     }
  11925.     /**
  11926.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.9' shared service.
  11927.      *
  11928.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11929.      */
  11930.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_9Service()
  11931.     {
  11932.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11938.         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())));
  11939.     }
  11940.     /**
  11941.      * Gets the private 'jms_translation.loader.xliff_loader' shared service.
  11942.      *
  11943.      * @return \JMS\TranslationBundle\Translation\Loader\XliffLoader
  11944.      */
  11945.     protected function getJmsTranslation_Loader_XliffLoaderService()
  11946.     {
  11947.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  11949.         return $this->privates['jms_translation.loader.xliff_loader'] = new \JMS\TranslationBundle\Translation\Loader\XliffLoader();
  11950.     }
  11951.     /**
  11952.      * Gets the private 'jms_translation.loader_manager' shared service.
  11953.      *
  11954.      * @return \JMS\TranslationBundle\Translation\LoaderManager
  11955.      */
  11956.     protected function getJmsTranslation_LoaderManagerService()
  11957.     {
  11958.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/LoaderManager.php';
  11959.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11960.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  11961.         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()))]);
  11962.     }
  11963.     /**
  11964.      * Gets the private 'knp_paginator.helper.processor' shared service.
  11965.      *
  11966.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  11967.      */
  11968.     protected function getKnpPaginator_Helper_ProcessorService()
  11969.     {
  11970.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  11971.     }
  11972.     /**
  11973.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  11974.      *
  11975.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  11976.      */
  11977.     protected function getKnpPaginator_Subscriber_FiltrationService()
  11978.     {
  11979.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  11980.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  11981.     }
  11982.     /**
  11983.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  11984.      *
  11985.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  11986.      */
  11987.     protected function getKnpPaginator_Subscriber_PaginateService()
  11988.     {
  11989.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  11990.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  11991.     }
  11992.     /**
  11993.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  11994.      *
  11995.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  11996.      */
  11997.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  11998.     {
  11999.         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]);
  12000.     }
  12001.     /**
  12002.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  12003.      *
  12004.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  12005.      */
  12006.     protected function getKnpPaginator_Subscriber_SortableService()
  12007.     {
  12008.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  12009.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  12010.     }
  12011.     /**
  12012.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  12013.      *
  12014.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  12015.      */
  12016.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  12017.     {
  12018.         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()));
  12019.     }
  12020.     /**
  12021.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  12022.      *
  12023.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  12024.      */
  12025.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  12026.     {
  12027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12028.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  12029.         $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');
  12030.         $instance->setName('lexik:jwt:check-config');
  12031.         return $instance;
  12032.     }
  12033.     /**
  12034.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  12035.      *
  12036.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  12037.      */
  12038.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  12039.     {
  12040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  12045.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  12046.         $instance->setName('lexik:jwt:enable-encryption');
  12047.         return $instance;
  12048.     }
  12049.     /**
  12050.      * Gets the private 'lexik_jwt_authentication.extractor.authorization_header_extractor' shared service.
  12051.      *
  12052.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor
  12053.      */
  12054.     protected function getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService()
  12055.     {
  12056.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  12057.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  12058.         return $this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization');
  12059.     }
  12060.     /**
  12061.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  12062.      *
  12063.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  12064.      */
  12065.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  12066.     {
  12067.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  12068.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  12069.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  12070.         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')))]);
  12071.     }
  12072.     /**
  12073.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  12074.      *
  12075.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  12076.      */
  12077.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  12078.     {
  12079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12080.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  12081.         $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');
  12082.         $instance->setName('lexik:jwt:generate-keypair');
  12083.         return $instance;
  12084.     }
  12085.     /**
  12086.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  12087.      *
  12088.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  12089.      */
  12090.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  12091.     {
  12092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  12093.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  12094.         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()));
  12095.     }
  12096.     /**
  12097.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  12098.      *
  12099.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  12100.      */
  12101.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  12102.     {
  12103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  12104.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  12105.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  12106.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  12107.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  12108.         }
  12109.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12110.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  12111.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  12112.         }
  12113.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  12114.     }
  12115.     /**
  12116.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  12117.      *
  12118.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  12119.      */
  12120.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  12121.     {
  12122.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  12123.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  12124.         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);
  12125.     }
  12126.     /**
  12127.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  12128.      *
  12129.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  12130.      */
  12131.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  12132.     {
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12137.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  12138.         $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');
  12139.         $instance->setName('lexik:jwt:migrate-config');
  12140.         return $instance;
  12141.     }
  12142.     /**
  12143.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  12144.      *
  12145.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  12146.      */
  12147.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  12148.     {
  12149.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  12150.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  12151.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  12152.     }
  12153.     /**
  12154.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  12155.      *
  12156.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  12157.      */
  12158.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  12159.     {
  12160.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  12161.     }
  12162.     /**
  12163.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  12164.      *
  12165.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  12166.      */
  12167.     protected function getLiipImagine_Command_CacheRemoveService()
  12168.     {
  12169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12170.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12171.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  12172.         $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()));
  12173.         $instance->setName('liip:imagine:cache:remove');
  12174.         return $instance;
  12175.     }
  12176.     /**
  12177.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  12178.      *
  12179.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  12180.      */
  12181.     protected function getLiipImagine_Command_CacheResolveService()
  12182.     {
  12183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12184.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12185.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  12186.         $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()));
  12187.         $instance->setName('liip:imagine:cache:resolve');
  12188.         return $instance;
  12189.     }
  12190.     /**
  12191.      * Gets the private 'liip_imagine.config.filter_factory_collection' shared service.
  12192.      *
  12193.      * @return \Liip\ImagineBundle\Config\FilterFactoryCollection
  12194.      */
  12195.     protected function getLiipImagine_Config_FilterFactoryCollectionService()
  12196.     {
  12197.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  12198.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12199.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12200.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12201.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12202.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12203.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12206.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12207.         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())));
  12208.     }
  12209.     /**
  12210.      * Gets the private 'liip_imagine.config.stack_builder' shared service.
  12211.      *
  12212.      * @return \Liip\ImagineBundle\Config\StackBuilder
  12213.      */
  12214.     protected function getLiipImagine_Config_StackBuilderService()
  12215.     {
  12216.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  12218.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12219.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12220.         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()));
  12221.     }
  12222.     /**
  12223.      * Gets the private 'liip_imagine.controller.config' shared service.
  12224.      *
  12225.      * @return \Liip\ImagineBundle\Config\Controller\ControllerConfig
  12226.      */
  12227.     protected function getLiipImagine_Controller_ConfigService()
  12228.     {
  12229.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  12230.         return $this->privates['liip_imagine.controller.config'] = new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302);
  12231.     }
  12232.     /**
  12233.      * Gets the private 'liip_imagine.factory.config.filter.argument.point' shared service.
  12234.      *
  12235.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory
  12236.      */
  12237.     protected function getLiipImagine_Factory_Config_Filter_Argument_PointService()
  12238.     {
  12239.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12240.         return $this->privates['liip_imagine.factory.config.filter.argument.point'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  12241.     }
  12242.     /**
  12243.      * Gets the private 'liip_imagine.factory.config.filter.argument.size' shared service.
  12244.      *
  12245.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory
  12246.      */
  12247.     protected function getLiipImagine_Factory_Config_Filter_Argument_SizeService()
  12248.     {
  12249.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12250.         return $this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  12251.     }
  12252.     /**
  12253.      * Gets the private 'liip_imagine.factory.config.filter.auto_rotate' shared service.
  12254.      *
  12255.      * @return \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory
  12256.      */
  12257.     protected function getLiipImagine_Factory_Config_Filter_AutoRotateService()
  12258.     {
  12259.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12261.         return $this->privates['liip_imagine.factory.config.filter.auto_rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory();
  12262.     }
  12263.     /**
  12264.      * Gets the private 'liip_imagine.factory.config.filter.background' shared service.
  12265.      *
  12266.      * @return \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory
  12267.      */
  12268.     protected function getLiipImagine_Factory_Config_Filter_BackgroundService()
  12269.     {
  12270.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12271.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  12272.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12273.         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())));
  12274.     }
  12275.     /**
  12276.      * Gets the private 'liip_imagine.factory.config.filter.crop' shared service.
  12277.      *
  12278.      * @return \Liip\ImagineBundle\Factory\Config\Filter\CropFactory
  12279.      */
  12280.     protected function getLiipImagine_Factory_Config_Filter_CropService()
  12281.     {
  12282.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12283.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  12284.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12285.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12286.         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())));
  12287.     }
  12288.     /**
  12289.      * Gets the private 'liip_imagine.factory.config.filter.downscale' shared service.
  12290.      *
  12291.      * @return \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory
  12292.      */
  12293.     protected function getLiipImagine_Factory_Config_Filter_DownscaleService()
  12294.     {
  12295.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12296.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  12297.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12298.         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())));
  12299.     }
  12300.     /**
  12301.      * Gets the private 'liip_imagine.factory.config.filter.flip' shared service.
  12302.      *
  12303.      * @return \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory
  12304.      */
  12305.     protected function getLiipImagine_Factory_Config_Filter_FlipService()
  12306.     {
  12307.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12308.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12309.         return $this->privates['liip_imagine.factory.config.filter.flip'] = new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory();
  12310.     }
  12311.     /**
  12312.      * Gets the private 'liip_imagine.factory.config.filter.grayscale' shared service.
  12313.      *
  12314.      * @return \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory
  12315.      */
  12316.     protected function getLiipImagine_Factory_Config_Filter_GrayscaleService()
  12317.     {
  12318.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12319.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12320.         return $this->privates['liip_imagine.factory.config.filter.grayscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory();
  12321.     }
  12322.     /**
  12323.      * Gets the private 'liip_imagine.factory.config.filter.interlace' shared service.
  12324.      *
  12325.      * @return \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory
  12326.      */
  12327.     protected function getLiipImagine_Factory_Config_Filter_InterlaceService()
  12328.     {
  12329.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12330.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12331.         return $this->privates['liip_imagine.factory.config.filter.interlace'] = new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory();
  12332.     }
  12333.     /**
  12334.      * Gets the private 'liip_imagine.factory.config.filter.paste' shared service.
  12335.      *
  12336.      * @return \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory
  12337.      */
  12338.     protected function getLiipImagine_Factory_Config_Filter_PasteService()
  12339.     {
  12340.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12341.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  12342.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12343.         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())));
  12344.     }
  12345.     /**
  12346.      * Gets the private 'liip_imagine.factory.config.filter.relative_resize' shared service.
  12347.      *
  12348.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory
  12349.      */
  12350.     protected function getLiipImagine_Factory_Config_Filter_RelativeResizeService()
  12351.     {
  12352.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12354.         return $this->privates['liip_imagine.factory.config.filter.relative_resize'] = new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory();
  12355.     }
  12356.     /**
  12357.      * Gets the private 'liip_imagine.factory.config.filter.resize' shared service.
  12358.      *
  12359.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory
  12360.      */
  12361.     protected function getLiipImagine_Factory_Config_Filter_ResizeService()
  12362.     {
  12363.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12364.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  12365.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12366.         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())));
  12367.     }
  12368.     /**
  12369.      * Gets the private 'liip_imagine.factory.config.filter.rotate' shared service.
  12370.      *
  12371.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory
  12372.      */
  12373.     protected function getLiipImagine_Factory_Config_Filter_RotateService()
  12374.     {
  12375.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12377.         return $this->privates['liip_imagine.factory.config.filter.rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory();
  12378.     }
  12379.     /**
  12380.      * Gets the private 'liip_imagine.factory.config.filter.scale' shared service.
  12381.      *
  12382.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory
  12383.      */
  12384.     protected function getLiipImagine_Factory_Config_Filter_ScaleService()
  12385.     {
  12386.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12387.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  12388.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12389.         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())));
  12390.     }
  12391.     /**
  12392.      * Gets the private 'liip_imagine.factory.config.filter.strip' shared service.
  12393.      *
  12394.      * @return \Liip\ImagineBundle\Factory\Config\Filter\StripFactory
  12395.      */
  12396.     protected function getLiipImagine_Factory_Config_Filter_StripService()
  12397.     {
  12398.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12399.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12400.         return $this->privates['liip_imagine.factory.config.filter.strip'] = new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory();
  12401.     }
  12402.     /**
  12403.      * Gets the private 'liip_imagine.factory.config.filter.thumbnail' shared service.
  12404.      *
  12405.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory
  12406.      */
  12407.     protected function getLiipImagine_Factory_Config_Filter_ThumbnailService()
  12408.     {
  12409.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12410.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  12411.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12412.         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())));
  12413.     }
  12414.     /**
  12415.      * Gets the private 'liip_imagine.factory.config.filter.upscale' shared service.
  12416.      *
  12417.      * @return \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory
  12418.      */
  12419.     protected function getLiipImagine_Factory_Config_Filter_UpscaleService()
  12420.     {
  12421.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12422.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  12423.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12424.         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())));
  12425.     }
  12426.     /**
  12427.      * Gets the private 'liip_imagine.factory.config.filter.watermark' shared service.
  12428.      *
  12429.      * @return \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory
  12430.      */
  12431.     protected function getLiipImagine_Factory_Config_Filter_WatermarkService()
  12432.     {
  12433.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12435.         return $this->privates['liip_imagine.factory.config.filter.watermark'] = new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory();
  12436.     }
  12437.     /**
  12438.      * Gets the private 'liip_imagine.factory.config.stack' shared service.
  12439.      *
  12440.      * @return \Liip\ImagineBundle\Factory\Config\StackFactory
  12441.      */
  12442.     protected function getLiipImagine_Factory_Config_StackService()
  12443.     {
  12444.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12446.         return $this->privates['liip_imagine.factory.config.stack'] = new \Liip\ImagineBundle\Factory\Config\StackFactory();
  12447.     }
  12448.     /**
  12449.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  12450.      *
  12451.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  12452.      */
  12453.     protected function getLiipImagine_Filter_ConfigurationService()
  12454.     {
  12455.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  12456.     }
  12457.     /**
  12458.      * Gets the private 'liip_imagine.filter.loader.auto_rotate' shared service.
  12459.      *
  12460.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader
  12461.      */
  12462.     protected function getLiipImagine_Filter_Loader_AutoRotateService()
  12463.     {
  12464.         return $this->privates['liip_imagine.filter.loader.auto_rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader();
  12465.     }
  12466.     /**
  12467.      * Gets the private 'liip_imagine.filter.loader.background' shared service.
  12468.      *
  12469.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader
  12470.      */
  12471.     protected function getLiipImagine_Filter_Loader_BackgroundService()
  12472.     {
  12473.         return $this->privates['liip_imagine.filter.loader.background'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  12474.     }
  12475.     /**
  12476.      * Gets the private 'liip_imagine.filter.loader.crop' shared service.
  12477.      *
  12478.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader
  12479.      */
  12480.     protected function getLiipImagine_Filter_Loader_CropService()
  12481.     {
  12482.         return $this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader();
  12483.     }
  12484.     /**
  12485.      * Gets the private 'liip_imagine.filter.loader.paste_image' shared service.
  12486.      *
  12487.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader
  12488.      */
  12489.     protected function getLiipImagine_Filter_Loader_PasteImageService()
  12490.     {
  12491.         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));
  12492.     }
  12493.     /**
  12494.      * Gets the private 'liip_imagine.filter.loader.relative_resize' shared service.
  12495.      *
  12496.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader
  12497.      */
  12498.     protected function getLiipImagine_Filter_Loader_RelativeResizeService()
  12499.     {
  12500.         return $this->privates['liip_imagine.filter.loader.relative_resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader();
  12501.     }
  12502.     /**
  12503.      * Gets the private 'liip_imagine.filter.loader.resize' shared service.
  12504.      *
  12505.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader
  12506.      */
  12507.     protected function getLiipImagine_Filter_Loader_ResizeService()
  12508.     {
  12509.         return $this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader();
  12510.     }
  12511.     /**
  12512.      * Gets the private 'liip_imagine.filter.loader.scale' shared service.
  12513.      *
  12514.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader
  12515.      */
  12516.     protected function getLiipImagine_Filter_Loader_ScaleService()
  12517.     {
  12518.         return $this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader();
  12519.     }
  12520.     /**
  12521.      * Gets the private 'liip_imagine.filter.loader.strip' shared service.
  12522.      *
  12523.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader
  12524.      */
  12525.     protected function getLiipImagine_Filter_Loader_StripService()
  12526.     {
  12527.         return $this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader();
  12528.     }
  12529.     /**
  12530.      * Gets the private 'liip_imagine.filter.loader.thumbnail' shared service.
  12531.      *
  12532.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader
  12533.      */
  12534.     protected function getLiipImagine_Filter_Loader_ThumbnailService()
  12535.     {
  12536.         return $this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader();
  12537.     }
  12538.     /**
  12539.      * Gets the private 'liip_imagine.filter.loader.upscale' shared service.
  12540.      *
  12541.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader
  12542.      */
  12543.     protected function getLiipImagine_Filter_Loader_UpscaleService()
  12544.     {
  12545.         return $this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader();
  12546.     }
  12547.     /**
  12548.      * Gets the private 'liip_imagine.filter.loader.watermark_image' shared service.
  12549.      *
  12550.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader
  12551.      */
  12552.     protected function getLiipImagine_Filter_Loader_WatermarkImageService()
  12553.     {
  12554.         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));
  12555.     }
  12556.     /**
  12557.      * Gets the private 'liip_imagine.filter.post_processor.cwebp' shared service.
  12558.      *
  12559.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor
  12560.      */
  12561.     protected function getLiipImagine_Filter_PostProcessor_CwebpService()
  12562.     {
  12563.         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']);
  12564.     }
  12565.     /**
  12566.      * Gets the private 'liip_imagine.filter.post_processor.jpegoptim' shared service.
  12567.      *
  12568.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor
  12569.      */
  12570.     protected function getLiipImagine_Filter_PostProcessor_JpegoptimService()
  12571.     {
  12572.         return $this->privates['liip_imagine.filter.post_processor.jpegoptim'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL);
  12573.     }
  12574.     /**
  12575.      * Gets the private 'liip_imagine.filter.post_processor.mozjpeg' shared service.
  12576.      *
  12577.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor
  12578.      */
  12579.     protected function getLiipImagine_Filter_PostProcessor_MozjpegService()
  12580.     {
  12581.         return $this->privates['liip_imagine.filter.post_processor.mozjpeg'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg');
  12582.     }
  12583.     /**
  12584.      * Gets the private 'liip_imagine.filter.post_processor.optipng' shared service.
  12585.      *
  12586.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor
  12587.      */
  12588.     protected function getLiipImagine_Filter_PostProcessor_OptipngService()
  12589.     {
  12590.         return $this->privates['liip_imagine.filter.post_processor.optipng'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL);
  12591.     }
  12592.     /**
  12593.      * Gets the private 'liip_imagine.filter.post_processor.pngquant' shared service.
  12594.      *
  12595.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor
  12596.      */
  12597.     protected function getLiipImagine_Filter_PostProcessor_PngquantService()
  12598.     {
  12599.         return $this->privates['liip_imagine.filter.post_processor.pngquant'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant');
  12600.     }
  12601.     /**
  12602.      * Gets the private 'liip_imagine.form.type.image' shared service.
  12603.      *
  12604.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  12605.      */
  12606.     protected function getLiipImagine_Form_Type_ImageService()
  12607.     {
  12608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12610.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  12611.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  12612.     }
  12613.     /**
  12614.      * Gets the private 'liip_imagine.gd' shared service.
  12615.      *
  12616.      * @return \Imagine\Gd\Imagine
  12617.      */
  12618.     protected function getLiipImagine_GdService()
  12619.     {
  12620.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  12621.         $instance->setMetadataReader(($this->privates['liip_imagine.meta_data.reader'] ?? ($this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader())));
  12622.         return $instance;
  12623.     }
  12624.     /**
  12625.      * Gets the private 'liip_imagine.meta_data.reader' shared service.
  12626.      *
  12627.      * @return \Imagine\Image\Metadata\ExifMetadataReader
  12628.      */
  12629.     protected function getLiipImagine_MetaData_ReaderService()
  12630.     {
  12631.         return $this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader();
  12632.     }
  12633.     /**
  12634.      * Gets the private 'liip_imagine.service.filter' shared service.
  12635.      *
  12636.      * @return \Liip\ImagineBundle\Service\FilterService
  12637.      */
  12638.     protected function getLiipImagine_Service_FilterService()
  12639.     {
  12640.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  12641.         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()));
  12642.     }
  12643.     /**
  12644.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  12645.      *
  12646.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  12647.      */
  12648.     protected function getLiipImagine_Templating_FilterExtensionService()
  12649.     {
  12650.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  12651.         if (isset($this->privates['liip_imagine.templating.filter_extension'])) {
  12652.             return $this->privates['liip_imagine.templating.filter_extension'];
  12653.         }
  12654.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension($a);
  12655.     }
  12656.     /**
  12657.      * Gets the private 'locale_aware_listener' shared service.
  12658.      *
  12659.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12660.      */
  12661.     protected function getLocaleAwareListenerService()
  12662.     {
  12663.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12664.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  12665.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12666.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12667.     }
  12668.     /**
  12669.      * Gets the private 'locale_listener' shared service.
  12670.      *
  12671.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12672.      */
  12673.     protected function getLocaleListenerService()
  12674.     {
  12675.         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, []);
  12676.     }
  12677.     /**
  12678.      * Gets the private 'mailer.data_collector' shared service.
  12679.      *
  12680.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  12681.      */
  12682.     protected function getMailer_DataCollectorService()
  12683.     {
  12684.         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())));
  12685.     }
  12686.     /**
  12687.      * Gets the private 'mailer.envelope_listener' shared service.
  12688.      *
  12689.      * @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
  12690.      */
  12691.     protected function getMailer_EnvelopeListenerService()
  12692.     {
  12693.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
  12694.         return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL);
  12695.     }
  12696.     /**
  12697.      * Gets the private 'mailer.mailer' shared service.
  12698.      *
  12699.      * @return \Symfony\Component\Mailer\Mailer
  12700.      */
  12701.     protected function getMailer_MailerService()
  12702.     {
  12703.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  12704.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  12705.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  12706.         if (isset($this->privates['mailer.mailer'])) {
  12707.             return $this->privates['mailer.mailer'];
  12708.         }
  12709.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12710.         if (isset($this->privates['mailer.mailer'])) {
  12711.             return $this->privates['mailer.mailer'];
  12712.         }
  12713.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  12714.     }
  12715.     /**
  12716.      * Gets the private 'mailer.message_logger_listener' shared service.
  12717.      *
  12718.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  12719.      */
  12720.     protected function getMailer_MessageLoggerListenerService()
  12721.     {
  12722.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  12723.     }
  12724.     /**
  12725.      * Gets the private 'mailer.transport_factory' shared service.
  12726.      *
  12727.      * @return \Symfony\Component\Mailer\Transport
  12728.      */
  12729.     protected function getMailer_TransportFactoryService()
  12730.     {
  12731.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  12732.         return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  12733.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  12734.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  12735.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  12736.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  12737.         }, 4));
  12738.     }
  12739.     /**
  12740.      * Gets the private 'mailer.transport_factory.native' shared service.
  12741.      *
  12742.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  12743.      */
  12744.     protected function getMailer_TransportFactory_NativeService()
  12745.     {
  12746.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12747.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  12749.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12750.         if (isset($this->privates['mailer.transport_factory.native'])) {
  12751.             return $this->privates['mailer.transport_factory.native'];
  12752.         }
  12753.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12754.     }
  12755.     /**
  12756.      * Gets the private 'mailer.transport_factory.null' shared service.
  12757.      *
  12758.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  12759.      */
  12760.     protected function getMailer_TransportFactory_NullService()
  12761.     {
  12762.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12763.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12764.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  12765.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12766.         if (isset($this->privates['mailer.transport_factory.null'])) {
  12767.             return $this->privates['mailer.transport_factory.null'];
  12768.         }
  12769.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12770.     }
  12771.     /**
  12772.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  12773.      *
  12774.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  12775.      */
  12776.     protected function getMailer_TransportFactory_SendmailService()
  12777.     {
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12779.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12780.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  12781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12782.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  12783.             return $this->privates['mailer.transport_factory.sendmail'];
  12784.         }
  12785.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12786.     }
  12787.     /**
  12788.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  12789.      *
  12790.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  12791.      */
  12792.     protected function getMailer_TransportFactory_SmtpService()
  12793.     {
  12794.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12795.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12796.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  12797.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12798.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  12799.             return $this->privates['mailer.transport_factory.smtp'];
  12800.         }
  12801.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12802.     }
  12803.     /**
  12804.      * Gets the private 'mailer.transports' shared service.
  12805.      *
  12806.      * @return \Symfony\Component\Mailer\Transport\Transports
  12807.      */
  12808.     protected function getMailer_TransportsService()
  12809.     {
  12810.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  12811.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  12812.         $a = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService());
  12813.         if (isset($this->privates['mailer.transports'])) {
  12814.             return $this->privates['mailer.transports'];
  12815.         }
  12816.         return $this->privates['mailer.transports'] = $a->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  12817.     }
  12818.     /**
  12819.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12820.      *
  12821.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12822.      */
  12823.     protected function getMaker_AutoCommand_MakeAuthService()
  12824.     {
  12825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12827.         $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()));
  12828.         $instance->setName('make:auth');
  12829.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  12830.         return $instance;
  12831.     }
  12832.     /**
  12833.      * Gets the private 'maker.auto_command.make_command' shared service.
  12834.      *
  12835.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12836.      */
  12837.     protected function getMaker_AutoCommand_MakeCommandService()
  12838.     {
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12841.         $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()));
  12842.         $instance->setName('make:command');
  12843.         $instance->setDescription('Creates a new console command class');
  12844.         return $instance;
  12845.     }
  12846.     /**
  12847.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12848.      *
  12849.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12850.      */
  12851.     protected function getMaker_AutoCommand_MakeControllerService()
  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.         $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()));
  12856.         $instance->setName('make:controller');
  12857.         $instance->setDescription('Creates a new controller class');
  12858.         return $instance;
  12859.     }
  12860.     /**
  12861.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12862.      *
  12863.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12864.      */
  12865.     protected function getMaker_AutoCommand_MakeCrudService()
  12866.     {
  12867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12869.         $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()));
  12870.         $instance->setName('make:crud');
  12871.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  12872.         return $instance;
  12873.     }
  12874.     /**
  12875.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  12876.      *
  12877.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12878.      */
  12879.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  12880.     {
  12881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12883.         $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()));
  12884.         $instance->setName('make:docker:database');
  12885.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  12886.         return $instance;
  12887.     }
  12888.     /**
  12889.      * Gets the private 'maker.auto_command.make_entity' shared service.
  12890.      *
  12891.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12892.      */
  12893.     protected function getMaker_AutoCommand_MakeEntityService()
  12894.     {
  12895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12897.         $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()));
  12898.         $instance->setName('make:entity');
  12899.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  12900.         return $instance;
  12901.     }
  12902.     /**
  12903.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12904.      *
  12905.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12906.      */
  12907.     protected function getMaker_AutoCommand_MakeFixturesService()
  12908.     {
  12909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  12914.         $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()));
  12915.         $instance->setName('make:fixtures');
  12916.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  12917.         return $instance;
  12918.     }
  12919.     /**
  12920.      * Gets the private 'maker.auto_command.make_form' shared service.
  12921.      *
  12922.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12923.      */
  12924.     protected function getMaker_AutoCommand_MakeFormService()
  12925.     {
  12926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12928.         $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()));
  12929.         $instance->setName('make:form');
  12930.         $instance->setDescription('Creates a new form class');
  12931.         return $instance;
  12932.     }
  12933.     /**
  12934.      * Gets the private 'maker.auto_command.make_message' shared service.
  12935.      *
  12936.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12937.      */
  12938.     protected function getMaker_AutoCommand_MakeMessageService()
  12939.     {
  12940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12942.         $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()));
  12943.         $instance->setName('make:message');
  12944.         $instance->setDescription('Creates a new message and handler');
  12945.         return $instance;
  12946.     }
  12947.     /**
  12948.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  12949.      *
  12950.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12951.      */
  12952.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  12953.     {
  12954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  12959.         $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()));
  12960.         $instance->setName('make:messenger-middleware');
  12961.         $instance->setDescription('Creates a new messenger middleware');
  12962.         return $instance;
  12963.     }
  12964.     /**
  12965.      * Gets the private 'maker.auto_command.make_migration' shared service.
  12966.      *
  12967.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12968.      */
  12969.     protected function getMaker_AutoCommand_MakeMigrationService()
  12970.     {
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  12976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  12977.         $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()));
  12978.         $instance->setName('make:migration');
  12979.         $instance->setDescription('Creates a new migration based on database changes');
  12980.         return $instance;
  12981.     }
  12982.     /**
  12983.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  12984.      *
  12985.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12986.      */
  12987.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  12988.     {
  12989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12991.         $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()));
  12992.         $instance->setName('make:registration-form');
  12993.         $instance->setDescription('Creates a new registration form system');
  12994.         return $instance;
  12995.     }
  12996.     /**
  12997.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  12998.      *
  12999.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13000.      */
  13001.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  13002.     {
  13003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13005.         $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()));
  13006.         $instance->setName('make:reset-password');
  13007.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13008.         return $instance;
  13009.     }
  13010.     /**
  13011.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13012.      *
  13013.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13014.      */
  13015.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13016.     {
  13017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13022.         $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()));
  13023.         $instance->setName('make:serializer:encoder');
  13024.         $instance->setDescription('Creates a new serializer encoder class');
  13025.         return $instance;
  13026.     }
  13027.     /**
  13028.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13029.      *
  13030.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13031.      */
  13032.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13033.     {
  13034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13039.         $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()));
  13040.         $instance->setName('make:serializer:normalizer');
  13041.         $instance->setDescription('Creates a new serializer normalizer class');
  13042.         return $instance;
  13043.     }
  13044.     /**
  13045.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13046.      *
  13047.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13048.      */
  13049.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13050.     {
  13051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13056.         $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()));
  13057.         $instance->setName('make:stimulus-controller');
  13058.         $instance->setDescription('Creates a new Stimulus controller');
  13059.         return $instance;
  13060.     }
  13061.     /**
  13062.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13063.      *
  13064.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13065.      */
  13066.     protected function getMaker_AutoCommand_MakeSubscriberService()
  13067.     {
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13070.         $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()));
  13071.         $instance->setName('make:subscriber');
  13072.         $instance->setDescription('Creates a new event subscriber class');
  13073.         return $instance;
  13074.     }
  13075.     /**
  13076.      * Gets the private 'maker.auto_command.make_test' shared service.
  13077.      *
  13078.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13079.      */
  13080.     protected function getMaker_AutoCommand_MakeTestService()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  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/InputAwareMakerInterface.php';
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13088.         $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()));
  13089.         $instance->setName('make:test');
  13090.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  13091.         $instance->setDescription('Creates a new test class');
  13092.         return $instance;
  13093.     }
  13094.     /**
  13095.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13096.      *
  13097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13098.      */
  13099.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13100.     {
  13101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13106.         $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()));
  13107.         $instance->setName('make:twig-extension');
  13108.         $instance->setDescription('Creates a new Twig extension class');
  13109.         return $instance;
  13110.     }
  13111.     /**
  13112.      * Gets the private 'maker.auto_command.make_user' shared service.
  13113.      *
  13114.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13115.      */
  13116.     protected function getMaker_AutoCommand_MakeUserService()
  13117.     {
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13120.         $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()));
  13121.         $instance->setName('make:user');
  13122.         $instance->setDescription('Creates a new security user class');
  13123.         return $instance;
  13124.     }
  13125.     /**
  13126.      * Gets the private 'maker.auto_command.make_validator' shared service.
  13127.      *
  13128.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13129.      */
  13130.     protected function getMaker_AutoCommand_MakeValidatorService()
  13131.     {
  13132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13137.         $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()));
  13138.         $instance->setName('make:validator');
  13139.         $instance->setDescription('Creates a new validator and constraint class');
  13140.         return $instance;
  13141.     }
  13142.     /**
  13143.      * Gets the private 'maker.auto_command.make_voter' shared service.
  13144.      *
  13145.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13146.      */
  13147.     protected function getMaker_AutoCommand_MakeVoterService()
  13148.     {
  13149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13154.         $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()));
  13155.         $instance->setName('make:voter');
  13156.         $instance->setDescription('Creates a new security voter class');
  13157.         return $instance;
  13158.     }
  13159.     /**
  13160.      * Gets the private 'maker.autoloader_finder' shared service.
  13161.      *
  13162.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  13163.      */
  13164.     protected function getMaker_AutoloaderFinderService()
  13165.     {
  13166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13167.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  13168.     }
  13169.     /**
  13170.      * Gets the private 'maker.autoloader_util' shared service.
  13171.      *
  13172.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  13173.      */
  13174.     protected function getMaker_AutoloaderUtilService()
  13175.     {
  13176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13178.         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'))));
  13179.     }
  13180.     /**
  13181.      * Gets the private 'maker.console_error_listener' shared service.
  13182.      *
  13183.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  13184.      */
  13185.     protected function getMaker_ConsoleErrorListenerService()
  13186.     {
  13187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  13188.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  13189.     }
  13190.     /**
  13191.      * Gets the private 'maker.doctrine_helper' shared service.
  13192.      *
  13193.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13194.      */
  13195.     protected function getMaker_DoctrineHelperService()
  13196.     {
  13197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13198.         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())]]]);
  13199.     }
  13200.     /**
  13201.      * Gets the private 'maker.entity_class_generator' shared service.
  13202.      *
  13203.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13204.      */
  13205.     protected function getMaker_EntityClassGeneratorService()
  13206.     {
  13207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13208.         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()));
  13209.     }
  13210.     /**
  13211.      * Gets the private 'maker.event_registry' shared service.
  13212.      *
  13213.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  13214.      */
  13215.     protected function getMaker_EventRegistryService()
  13216.     {
  13217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13218.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13219.     }
  13220.     /**
  13221.      * Gets the private 'maker.file_link_formatter' shared service.
  13222.      *
  13223.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13224.      */
  13225.     protected function getMaker_FileLinkFormatterService()
  13226.     {
  13227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13228.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13229.     }
  13230.     /**
  13231.      * Gets the private 'maker.file_manager' shared service.
  13232.      *
  13233.      * @return \Symfony\Bundle\MakerBundle\FileManager
  13234.      */
  13235.     protected function getMaker_FileManagerService()
  13236.     {
  13237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13238.         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'));
  13239.     }
  13240.     /**
  13241.      * Gets the private 'maker.generator' shared service.
  13242.      *
  13243.      * @return \Symfony\Bundle\MakerBundle\Generator
  13244.      */
  13245.     protected function getMaker_GeneratorService()
  13246.     {
  13247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13248.         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()));
  13249.     }
  13250.     /**
  13251.      * Gets the private 'maker.maker.make_authenticator' shared service.
  13252.      *
  13253.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  13254.      */
  13255.     protected function getMaker_Maker_MakeAuthenticatorService()
  13256.     {
  13257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  13260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13261.         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()));
  13262.     }
  13263.     /**
  13264.      * Gets the private 'maker.maker.make_command' shared service.
  13265.      *
  13266.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  13267.      */
  13268.     protected function getMaker_Maker_MakeCommandService()
  13269.     {
  13270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  13273.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13274.     }
  13275.     /**
  13276.      * Gets the private 'maker.maker.make_controller' shared service.
  13277.      *
  13278.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  13279.      */
  13280.     protected function getMaker_Maker_MakeControllerService()
  13281.     {
  13282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  13285.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13286.     }
  13287.     /**
  13288.      * Gets the private 'maker.maker.make_crud' shared service.
  13289.      *
  13290.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  13291.      */
  13292.     protected function getMaker_Maker_MakeCrudService()
  13293.     {
  13294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  13297.         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()));
  13298.     }
  13299.     /**
  13300.      * Gets the private 'maker.maker.make_docker_database' shared service.
  13301.      *
  13302.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  13303.      */
  13304.     protected function getMaker_Maker_MakeDockerDatabaseService()
  13305.     {
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13309.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13310.     }
  13311.     /**
  13312.      * Gets the private 'maker.maker.make_entity' shared service.
  13313.      *
  13314.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  13315.      */
  13316.     protected function getMaker_Maker_MakeEntityService()
  13317.     {
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13322.         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()));
  13323.     }
  13324.     /**
  13325.      * Gets the private 'maker.maker.make_fixtures' shared service.
  13326.      *
  13327.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  13328.      */
  13329.     protected function getMaker_Maker_MakeFixturesService()
  13330.     {
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13334.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  13335.     }
  13336.     /**
  13337.      * Gets the private 'maker.maker.make_form' shared service.
  13338.      *
  13339.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  13340.      */
  13341.     protected function getMaker_Maker_MakeFormService()
  13342.     {
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13346.         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()));
  13347.     }
  13348.     /**
  13349.      * Gets the private 'maker.maker.make_message' shared service.
  13350.      *
  13351.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  13352.      */
  13353.     protected function getMaker_Maker_MakeMessageService()
  13354.     {
  13355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13358.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13359.     }
  13360.     /**
  13361.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  13362.      *
  13363.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  13364.      */
  13365.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  13366.     {
  13367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13370.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  13371.     }
  13372.     /**
  13373.      * Gets the private 'maker.maker.make_migration' shared service.
  13374.      *
  13375.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  13376.      */
  13377.     protected function getMaker_Maker_MakeMigrationService()
  13378.     {
  13379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13383.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  13384.     }
  13385.     /**
  13386.      * Gets the private 'maker.maker.make_registration_form' shared service.
  13387.      *
  13388.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  13389.      */
  13390.     protected function getMaker_Maker_MakeRegistrationFormService()
  13391.     {
  13392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13395.         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()));
  13396.     }
  13397.     /**
  13398.      * Gets the private 'maker.maker.make_reset_password' shared service.
  13399.      *
  13400.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  13401.      */
  13402.     protected function getMaker_Maker_MakeResetPasswordService()
  13403.     {
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13407.         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()));
  13408.     }
  13409.     /**
  13410.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  13411.      *
  13412.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  13413.      */
  13414.     protected function getMaker_Maker_MakeSerializerEncoderService()
  13415.     {
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13419.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  13420.     }
  13421.     /**
  13422.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  13423.      *
  13424.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  13425.      */
  13426.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  13427.     {
  13428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13431.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  13432.     }
  13433.     /**
  13434.      * Gets the private 'maker.maker.make_stimulus_controller' shared service.
  13435.      *
  13436.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController
  13437.      */
  13438.     protected function getMaker_Maker_MakeStimulusControllerService()
  13439.     {
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13443.         return $this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController();
  13444.     }
  13445.     /**
  13446.      * Gets the private 'maker.maker.make_subscriber' shared service.
  13447.      *
  13448.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  13449.      */
  13450.     protected function getMaker_Maker_MakeSubscriberService()
  13451.     {
  13452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13455.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  13456.     }
  13457.     /**
  13458.      * Gets the private 'maker.maker.make_test' shared service.
  13459.      *
  13460.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  13461.      */
  13462.     protected function getMaker_Maker_MakeTestService()
  13463.     {
  13464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13468.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  13469.     }
  13470.     /**
  13471.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  13472.      *
  13473.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  13474.      */
  13475.     protected function getMaker_Maker_MakeTwigExtensionService()
  13476.     {
  13477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13480.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  13481.     }
  13482.     /**
  13483.      * Gets the private 'maker.maker.make_user' shared service.
  13484.      *
  13485.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  13486.      */
  13487.     protected function getMaker_Maker_MakeUserService()
  13488.     {
  13489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13494.         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()));
  13495.     }
  13496.     /**
  13497.      * Gets the private 'maker.maker.make_validator' shared service.
  13498.      *
  13499.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  13500.      */
  13501.     protected function getMaker_Maker_MakeValidatorService()
  13502.     {
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13506.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  13507.     }
  13508.     /**
  13509.      * Gets the private 'maker.maker.make_voter' shared service.
  13510.      *
  13511.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  13512.      */
  13513.     protected function getMaker_Maker_MakeVoterService()
  13514.     {
  13515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13518.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  13519.     }
  13520.     /**
  13521.      * Gets the private 'maker.php_compat_util' shared service.
  13522.      *
  13523.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13524.      */
  13525.     protected function getMaker_PhpCompatUtilService()
  13526.     {
  13527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13528.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13529.     }
  13530.     /**
  13531.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13532.      *
  13533.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13534.      */
  13535.     protected function getMaker_Renderer_FormTypeRendererService()
  13536.     {
  13537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13538.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13539.     }
  13540.     /**
  13541.      * Gets the private 'maker.security_config_updater' shared service.
  13542.      *
  13543.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  13544.      */
  13545.     protected function getMaker_SecurityConfigUpdaterService()
  13546.     {
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13548.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  13549.     }
  13550.     /**
  13551.      * Gets the private 'maker.security_controller_builder' shared service.
  13552.      *
  13553.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  13554.      */
  13555.     protected function getMaker_SecurityControllerBuilderService()
  13556.     {
  13557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13558.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13559.     }
  13560.     /**
  13561.      * Gets the private 'maker.template_component_generator' shared service.
  13562.      *
  13563.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  13564.      */
  13565.     protected function getMaker_TemplateComponentGeneratorService()
  13566.     {
  13567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13568.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13569.     }
  13570.     /**
  13571.      * Gets the private 'maker.user_class_builder' shared service.
  13572.      *
  13573.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  13574.      */
  13575.     protected function getMaker_UserClassBuilderService()
  13576.     {
  13577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13578.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  13579.     }
  13580.     /**
  13581.      * Gets the private 'monolog.handler.null_internal' shared service.
  13582.      *
  13583.      * @return \Monolog\Handler\NullHandler
  13584.      */
  13585.     protected function getMonolog_Handler_NullInternalService()
  13586.     {
  13587.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  13588.     }
  13589.     /**
  13590.      * Gets the private 'monolog.logger' shared service.
  13591.      *
  13592.      * @return \Symfony\Bridge\Monolog\Logger
  13593.      */
  13594.     protected function getMonolog_LoggerService()
  13595.     {
  13596.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13597.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13598.         $instance->useMicrosecondTimestamps(true);
  13599.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13600.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13601.         return $instance;
  13602.     }
  13603.     /**
  13604.      * Gets the private 'monolog.logger.cache' shared service.
  13605.      *
  13606.      * @return \Symfony\Bridge\Monolog\Logger
  13607.      */
  13608.     protected function getMonolog_Logger_CacheService()
  13609.     {
  13610.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13611.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13612.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13614.         return $instance;
  13615.     }
  13616.     /**
  13617.      * Gets the private 'monolog.logger.console' shared service.
  13618.      *
  13619.      * @return \Symfony\Bridge\Monolog\Logger
  13620.      */
  13621.     protected function getMonolog_Logger_ConsoleService()
  13622.     {
  13623.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  13624.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13625.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13626.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13627.         return $instance;
  13628.     }
  13629.     /**
  13630.      * Gets the private 'monolog.logger.doctrine' shared service.
  13631.      *
  13632.      * @return \Symfony\Bridge\Monolog\Logger
  13633.      */
  13634.     protected function getMonolog_Logger_DoctrineService()
  13635.     {
  13636.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  13637.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13638.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13639.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13640.         return $instance;
  13641.     }
  13642.     /**
  13643.      * Gets the private 'monolog.logger.event' shared service.
  13644.      *
  13645.      * @return \Symfony\Bridge\Monolog\Logger
  13646.      */
  13647.     protected function getMonolog_Logger_EventService()
  13648.     {
  13649.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  13650.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13651.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13652.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13653.         return $instance;
  13654.     }
  13655.     /**
  13656.      * Gets the private 'monolog.logger.http_client' shared service.
  13657.      *
  13658.      * @return \Symfony\Bridge\Monolog\Logger
  13659.      */
  13660.     protected function getMonolog_Logger_HttpClientService()
  13661.     {
  13662.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  13663.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13664.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13666.         return $instance;
  13667.     }
  13668.     /**
  13669.      * Gets the private 'monolog.logger.mailer' shared service.
  13670.      *
  13671.      * @return \Symfony\Bridge\Monolog\Logger
  13672.      */
  13673.     protected function getMonolog_Logger_MailerService()
  13674.     {
  13675.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  13676.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13677.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13679.         return $instance;
  13680.     }
  13681.     /**
  13682.      * Gets the private 'monolog.logger.php' shared service.
  13683.      *
  13684.      * @return \Symfony\Bridge\Monolog\Logger
  13685.      */
  13686.     protected function getMonolog_Logger_PhpService()
  13687.     {
  13688.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  13689.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13690.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13692.         return $instance;
  13693.     }
  13694.     /**
  13695.      * Gets the private 'monolog.logger.profiler' shared service.
  13696.      *
  13697.      * @return \Symfony\Bridge\Monolog\Logger
  13698.      */
  13699.     protected function getMonolog_Logger_ProfilerService()
  13700.     {
  13701.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  13702.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13703.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13704.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13705.         return $instance;
  13706.     }
  13707.     /**
  13708.      * Gets the private 'monolog.logger.request' shared service.
  13709.      *
  13710.      * @return \Symfony\Bridge\Monolog\Logger
  13711.      */
  13712.     protected function getMonolog_Logger_RequestService()
  13713.     {
  13714.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13715.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13716.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13717.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13718.         return $instance;
  13719.     }
  13720.     /**
  13721.      * Gets the private 'monolog.logger.router' shared service.
  13722.      *
  13723.      * @return \Symfony\Bridge\Monolog\Logger
  13724.      */
  13725.     protected function getMonolog_Logger_RouterService()
  13726.     {
  13727.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  13728.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13729.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13731.         return $instance;
  13732.     }
  13733.     /**
  13734.      * Gets the private 'monolog.logger.security' shared service.
  13735.      *
  13736.      * @return \Symfony\Bridge\Monolog\Logger
  13737.      */
  13738.     protected function getMonolog_Logger_SecurityService()
  13739.     {
  13740.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13741.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13742.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13744.         return $instance;
  13745.     }
  13746.     /**
  13747.      * Gets the private 'parameter_bag' shared service.
  13748.      *
  13749.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13750.      */
  13751.     protected function getParameterBagService()
  13752.     {
  13753.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13754.     }
  13755.     /**
  13756.      * Gets the private 'profiler.storage' shared service.
  13757.      *
  13758.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  13759.      */
  13760.     protected function getProfiler_StorageService()
  13761.     {
  13762.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  13763.     }
  13764.     /**
  13765.      * Gets the private 'profiler_listener' shared service.
  13766.      *
  13767.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13768.      */
  13769.     protected function getProfilerListenerService()
  13770.     {
  13771.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13772.         if (isset($this->privates['profiler_listener'])) {
  13773.             return $this->privates['profiler_listener'];
  13774.         }
  13775.         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);
  13776.     }
  13777.     /**
  13778.      * Gets the private 'property_accessor' shared service.
  13779.      *
  13780.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13781.      */
  13782.     protected function getPropertyAccessorService()
  13783.     {
  13784.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  13785.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  13786.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13787.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13788.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13789.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13790.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13791.         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);
  13792.     }
  13793.     /**
  13794.      * Gets the private 'property_info' shared service.
  13795.      *
  13796.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13797.      */
  13798.     protected function getPropertyInfoService()
  13799.     {
  13800.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13801.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13802.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13803.         }, 2), new RewindableGenerator(function () {
  13804.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13805.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13806.         }, 2), new RewindableGenerator(function () {
  13807.             return new \EmptyIterator();
  13808.         }, 0), new RewindableGenerator(function () {
  13809.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13810.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13811.         }, 2), new RewindableGenerator(function () {
  13812.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13813.         }, 1));
  13814.     }
  13815.     /**
  13816.      * Gets the private 'property_info.reflection_extractor' shared service.
  13817.      *
  13818.      * @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
  13819.      */
  13820.     protected function getPropertyInfo_ReflectionExtractorService()
  13821.     {
  13822.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13823.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13824.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13825.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13826.         return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
  13827.     }
  13828.     /**
  13829.      * Gets the private 'response_listener' shared service.
  13830.      *
  13831.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  13832.      */
  13833.     protected function getResponseListenerService()
  13834.     {
  13835.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  13836.     }
  13837.     /**
  13838.      * Gets the private 'router.cache_warmer' shared service.
  13839.      *
  13840.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13841.      */
  13842.     protected function getRouter_CacheWarmerService()
  13843.     {
  13844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13846.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13847.             'router' => ['services''router''getRouterService'false],
  13848.         ], [
  13849.             'router' => '?',
  13850.         ]))->withContext('router.cache_warmer'$this));
  13851.     }
  13852.     /**
  13853.      * Gets the private 'router.expression_language_provider' shared service.
  13854.      *
  13855.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13856.      */
  13857.     protected function getRouter_ExpressionLanguageProviderService()
  13858.     {
  13859.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13860.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13861.         ], [
  13862.             'env' => 'Closure',
  13863.         ]));
  13864.     }
  13865.     /**
  13866.      * Gets the private 'router.request_context' shared service.
  13867.      *
  13868.      * @return \Symfony\Component\Routing\RequestContext
  13869.      */
  13870.     protected function getRouter_RequestContextService()
  13871.     {
  13872.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13873.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13874.         return $instance;
  13875.     }
  13876.     /**
  13877.      * Gets the private 'router_listener' shared service.
  13878.      *
  13879.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13880.      */
  13881.     protected function getRouterListenerService()
  13882.     {
  13883.         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);
  13884.     }
  13885.     /**
  13886.      * Gets the private 'routing.loader.annotation' shared service.
  13887.      *
  13888.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  13889.      */
  13890.     protected function getRouting_Loader_AnnotationService()
  13891.     {
  13892.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13893.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  13894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  13895.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  13896.     }
  13897.     /**
  13898.      * Gets the private 'routing.loader.annotation.directory' shared service.
  13899.      *
  13900.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  13901.      */
  13902.     protected function getRouting_Loader_Annotation_DirectoryService()
  13903.     {
  13904.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13905.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13906.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13907.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13908.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  13909.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13910.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13912.         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()));
  13913.     }
  13914.     /**
  13915.      * Gets the private 'routing.loader.annotation.file' shared service.
  13916.      *
  13917.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  13918.      */
  13919.     protected function getRouting_Loader_Annotation_FileService()
  13920.     {
  13921.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13922.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13923.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13924.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13925.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13926.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13927.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13928.         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()));
  13929.     }
  13930.     /**
  13931.      * Gets the private 'routing.loader.container' shared service.
  13932.      *
  13933.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  13934.      */
  13935.     protected function getRouting_Loader_ContainerService()
  13936.     {
  13937.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  13940.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  13941.         return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13942.             'kernel' => ['services''kernel''getKernelService'false],
  13943.         ], [
  13944.             'kernel' => 'App\\Kernel',
  13945.         ]), 'dev');
  13946.     }
  13947.     /**
  13948.      * Gets the private 'routing.loader.directory' shared service.
  13949.      *
  13950.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  13951.      */
  13952.     protected function getRouting_Loader_DirectoryService()
  13953.     {
  13954.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13955.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13956.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  13958.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13961.         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');
  13962.     }
  13963.     /**
  13964.      * Gets the private 'routing.loader.glob' shared service.
  13965.      *
  13966.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  13967.      */
  13968.     protected function getRouting_Loader_GlobService()
  13969.     {
  13970.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13971.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13972.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13973.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  13974.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13975.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13977.         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');
  13978.     }
  13979.     /**
  13980.      * Gets the private 'routing.loader.php' shared service.
  13981.      *
  13982.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  13983.      */
  13984.     protected function getRouting_Loader_PhpService()
  13985.     {
  13986.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13987.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13988.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13989.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  13990.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13991.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13993.         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');
  13994.     }
  13995.     /**
  13996.      * Gets the private 'routing.loader.xml' shared service.
  13997.      *
  13998.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  13999.      */
  14000.     protected function getRouting_Loader_XmlService()
  14001.     {
  14002.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14003.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14004.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14006.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14007.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14008.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  14009.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14010.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14012.         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');
  14013.     }
  14014.     /**
  14015.      * Gets the private 'routing.loader.yml' shared service.
  14016.      *
  14017.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  14018.      */
  14019.     protected function getRouting_Loader_YmlService()
  14020.     {
  14021.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14022.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14026.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14027.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  14028.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14031.         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');
  14032.     }
  14033.     /**
  14034.      * Gets the private 'routing.resolver' shared service.
  14035.      *
  14036.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  14037.      */
  14038.     protected function getRouting_ResolverService()
  14039.     {
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  14041.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  14042.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  14043.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  14044.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  14045.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  14046.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  14047.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  14048.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  14049.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  14050.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  14051.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  14052.         return $instance;
  14053.     }
  14054.     /**
  14055.      * Gets the private 'secrets.decryption_key' shared service.
  14056.      *
  14057.      * @return \Symfony\Component\String\LazyString
  14058.      */
  14059.     protected function getSecrets_DecryptionKeyService()
  14060.     {
  14061.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  14062.         return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
  14063.     }
  14064.     /**
  14065.      * Gets the private 'secrets.local_vault' shared service.
  14066.      *
  14067.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  14068.      */
  14069.     protected function getSecrets_LocalVaultService()
  14070.     {
  14071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14073.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  14074.     }
  14075.     /**
  14076.      * Gets the private 'secrets.vault' shared service.
  14077.      *
  14078.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  14079.      */
  14080.     protected function getSecrets_VaultService()
  14081.     {
  14082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14083.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  14084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  14085.         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()));
  14086.     }
  14087.     /**
  14088.      * Gets the private 'security.access.authenticated_voter' shared service.
  14089.      *
  14090.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  14091.      */
  14092.     protected function getSecurity_Access_AuthenticatedVoterService()
  14093.     {
  14094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  14097.         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())));
  14098.     }
  14099.     /**
  14100.      * Gets the private 'security.access.expression_voter' shared service.
  14101.      *
  14102.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  14103.      */
  14104.     protected function getSecurity_Access_ExpressionVoterService()
  14105.     {
  14106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  14109.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14110.         if (isset($this->privates['security.access.expression_voter'])) {
  14111.             return $this->privates['security.access.expression_voter'];
  14112.         }
  14113.         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()));
  14114.     }
  14115.     /**
  14116.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  14117.      *
  14118.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  14119.      */
  14120.     protected function getSecurity_Access_RoleHierarchyVoterService()
  14121.     {
  14122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  14125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  14126.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  14127.     }
  14128.     /**
  14129.      * Gets the private 'security.access_listener' shared service.
  14130.      *
  14131.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  14132.      */
  14133.     protected function getSecurity_AccessListenerService()
  14134.     {
  14135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  14136.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14137.         if (isset($this->privates['security.access_listener'])) {
  14138.             return $this->privates['security.access_listener'];
  14139.         }
  14140.         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);
  14141.     }
  14142.     /**
  14143.      * Gets the private 'security.access_map' shared service.
  14144.      *
  14145.      * @return \Symfony\Component\Security\Http\AccessMap
  14146.      */
  14147.     protected function getSecurity_AccessMapService()
  14148.     {
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  14151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  14152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  14153.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  14154.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14155.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14156.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14157.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'PUBLIC_ACCESS'], NULL);
  14158.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'PUBLIC_ACCESS'], NULL);
  14159.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/articles'), [=> 'PUBLIC_ACCESS'], NULL);
  14160.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/article-categories'), [=> 'PUBLIC_ACCESS'], NULL);
  14161.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  14162.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14163.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14164.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14165.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14166.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14167.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14168.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_CONTENT'], NULL);
  14169.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/'), [=> 'ROLE_CONTENT'], NULL);
  14170.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/profile'), [=> 'ROLE_USER'], NULL);
  14171.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  14172.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart$'), [=> 'ROLE_USER'], NULL);
  14173.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  14174.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/checkout'), [=> 'ROLE_USER'], NULL);
  14175.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart$'), [=> 'ROLE_USER'], NULL);
  14176.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  14177.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/checkout'), [=> 'ROLE_USER'], NULL);
  14178.         return $instance;
  14179.     }
  14180.     /**
  14181.      * Gets the private 'security.authentication.failure_handler.admin.form_login' shared service.
  14182.      *
  14183.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  14184.      */
  14185.     protected function getSecurity_Authentication_FailureHandler_Admin_FormLoginService()
  14186.     {
  14187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14189.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14190.         if (isset($this->privates['security.authentication.failure_handler.admin.form_login'])) {
  14191.             return $this->privates['security.authentication.failure_handler.admin.form_login'];
  14192.         }
  14193.         $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()));
  14194.         $instance->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14195.         return $instance;
  14196.     }
  14197.     /**
  14198.      * Gets the private 'security.authentication.failure_handler.api_login.json_login' shared service.
  14199.      *
  14200.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler
  14201.      */
  14202.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService()
  14203.     {
  14204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  14206.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14207.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14208.         if (isset($this->privates['security.authentication.failure_handler.api_login.json_login'])) {
  14209.             return $this->privates['security.authentication.failure_handler.api_login.json_login'];
  14210.         }
  14211.         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())), []);
  14212.     }
  14213.     /**
  14214.      * Gets the private 'security.authentication.failure_handler.api_login.refresh_jwt' shared service.
  14215.      *
  14216.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler
  14217.      */
  14218.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService()
  14219.     {
  14220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14221.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14222.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14223.         if (isset($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'])) {
  14224.             return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'];
  14225.         }
  14226.         return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler($a);
  14227.     }
  14228.     /**
  14229.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  14230.      *
  14231.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  14232.      */
  14233.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  14234.     {
  14235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14237.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14238.         if (isset($this->privates['security.authentication.failure_handler.main.form_login'])) {
  14239.             return $this->privates['security.authentication.failure_handler.main.form_login'];
  14240.         }
  14241.         $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()));
  14242.         $instance->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14243.         return $instance;
  14244.     }
  14245.     /**
  14246.      * Gets the private 'security.authentication.session_strategy' shared service.
  14247.      *
  14248.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  14249.      */
  14250.     protected function getSecurity_Authentication_SessionStrategyService()
  14251.     {
  14252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14254.         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()));
  14255.     }
  14256.     /**
  14257.      * Gets the private 'security.authentication.success_handler.admin.form_login' shared service.
  14258.      *
  14259.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14260.      */
  14261.     protected function getSecurity_Authentication_SuccessHandler_Admin_FormLoginService()
  14262.     {
  14263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14266.         $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()));
  14267.         $instance->setOptions(['login_path' => '/admin/login''default_target_path' => '/admin/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  14268.         $instance->setFirewallName('admin');
  14269.         return $instance;
  14270.     }
  14271.     /**
  14272.      * Gets the private 'security.authentication.success_handler.api_login.json_login' shared service.
  14273.      *
  14274.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler
  14275.      */
  14276.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService()
  14277.     {
  14278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14280.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14281.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14282.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14283.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14284.         }
  14285.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14286.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14287.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14288.         }
  14289.         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');
  14290.     }
  14291.     /**
  14292.      * Gets the private 'security.authentication.success_handler.api_login.refresh_jwt' shared service.
  14293.      *
  14294.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  14295.      */
  14296.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService()
  14297.     {
  14298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14299.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14300.         $a = ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService());
  14301.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14302.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14303.         }
  14304.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14305.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14306.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14307.         }
  14308.         $this->privates['security.authentication.success_handler.api_login.refresh_jwt'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b);
  14309.         $instance->setFirewallName('api_login');
  14310.         return $instance;
  14311.     }
  14312.     /**
  14313.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  14314.      *
  14315.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14316.      */
  14317.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  14318.     {
  14319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14322.         $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()));
  14323.         $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]);
  14324.         $instance->setFirewallName('main');
  14325.         return $instance;
  14326.     }
  14327.     /**
  14328.      * Gets the private 'security.authentication.trust_resolver' shared service.
  14329.      *
  14330.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  14331.      */
  14332.     protected function getSecurity_Authentication_TrustResolverService()
  14333.     {
  14334.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  14335.     }
  14336.     /**
  14337.      * Gets the private 'security.authentication_utils' shared service.
  14338.      *
  14339.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  14340.      */
  14341.     protected function getSecurity_AuthenticationUtilsService()
  14342.     {
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  14344.         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())));
  14345.     }
  14346.     /**
  14347.      * Gets the private 'security.authenticator.form_login.admin' shared service.
  14348.      *
  14349.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14350.      */
  14351.     protected function getSecurity_Authenticator_FormLogin_AdminService()
  14352.     {
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14359.         $a = ($this->privates['security.authentication.failure_handler.admin.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Admin_FormLoginService());
  14360.         if (isset($this->privates['security.authenticator.form_login.admin'])) {
  14361.             return $this->privates['security.authenticator.form_login.admin'];
  14362.         }
  14363.         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]);
  14364.     }
  14365.     /**
  14366.      * Gets the private 'security.authenticator.form_login.main' shared service.
  14367.      *
  14368.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14369.      */
  14370.     protected function getSecurity_Authenticator_FormLogin_MainService()
  14371.     {
  14372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14378.         $a = ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService());
  14379.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  14380.             return $this->privates['security.authenticator.form_login.main'];
  14381.         }
  14382.         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]);
  14383.     }
  14384.     /**
  14385.      * Gets the private 'security.authenticator.json_login.api_login' shared service.
  14386.      *
  14387.      * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  14388.      */
  14389.     protected function getSecurity_Authenticator_JsonLogin_ApiLoginService()
  14390.     {
  14391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  14394.         $a = ($this->privates['security.authentication.success_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService());
  14395.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14396.             return $this->privates['security.authenticator.json_login.api_login'];
  14397.         }
  14398.         $b = ($this->privates['security.authentication.failure_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService());
  14399.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14400.             return $this->privates['security.authenticator.json_login.api_login'];
  14401.         }
  14402.         $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()));
  14403.         if ($this->has('translator')) {
  14404.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  14405.         }
  14406.         return $instance;
  14407.     }
  14408.     /**
  14409.      * Gets the private 'security.authenticator.jwt.api' shared service.
  14410.      *
  14411.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator
  14412.      */
  14413.     protected function getSecurity_Authenticator_Jwt_ApiService()
  14414.     {
  14415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14418.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php';
  14420.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14421.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14422.             return $this->privates['security.authenticator.jwt.api'];
  14423.         }
  14424.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14425.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14426.             return $this->privates['security.authenticator.jwt.api'];
  14427.         }
  14428.         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()));
  14429.     }
  14430.     /**
  14431.      * Gets the private 'security.authenticator.manager.admin' shared service.
  14432.      *
  14433.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14434.      */
  14435.     protected function getSecurity_Authenticator_Manager_AdminService()
  14436.     {
  14437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14440.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14441.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14442.             return $this->privates['security.authenticator.manager.admin'];
  14443.         }
  14444.         $b = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14445.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14446.             return $this->privates['security.authenticator.manager.admin'];
  14447.         }
  14448.         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, []);
  14449.     }
  14450.     /**
  14451.      * Gets the private 'security.authenticator.manager.api' shared service.
  14452.      *
  14453.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14454.      */
  14455.     protected function getSecurity_Authenticator_Manager_ApiService()
  14456.     {
  14457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14460.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  14461.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14462.             return $this->privates['security.authenticator.manager.api'];
  14463.         }
  14464.         $b = ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService());
  14465.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14466.             return $this->privates['security.authenticator.manager.api'];
  14467.         }
  14468.         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, []);
  14469.     }
  14470.     /**
  14471.      * Gets the private 'security.authenticator.manager.api_login' shared service.
  14472.      *
  14473.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14474.      */
  14475.     protected function getSecurity_Authenticator_Manager_ApiLoginService()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14480.         $a = ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService());
  14481.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14482.             return $this->privates['security.authenticator.manager.api_login'];
  14483.         }
  14484.         $b = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  14485.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14486.             return $this->privates['security.authenticator.manager.api_login'];
  14487.         }
  14488.         $c = ($this->privates['security.event_dispatcher.api_login'] ?? $this->getSecurity_EventDispatcher_ApiLoginService());
  14489.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14490.             return $this->privates['security.authenticator.manager.api_login'];
  14491.         }
  14492.         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, []);
  14493.     }
  14494.     /**
  14495.      * Gets the private 'security.authenticator.manager.main' shared service.
  14496.      *
  14497.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14498.      */
  14499.     protected function getSecurity_Authenticator_Manager_MainService()
  14500.     {
  14501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14504.         $a = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  14505.         if (isset($this->privates['security.authenticator.manager.main'])) {
  14506.             return $this->privates['security.authenticator.manager.main'];
  14507.         }
  14508.         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, []);
  14509.     }
  14510.     /**
  14511.      * Gets the private 'security.authenticator.refresh_jwt.api_login' shared service.
  14512.      *
  14513.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator
  14514.      */
  14515.     protected function getSecurity_Authenticator_RefreshJwt_ApiLoginService()
  14516.     {
  14517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14520.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authenticator/RefreshTokenAuthenticator.php';
  14521.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  14522.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14523.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14524.         }
  14525.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14526.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14527.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14528.         }
  14529.         $c = ($this->privates['security.authentication.success_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService());
  14530.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14531.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14532.         }
  14533.         $d = ($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService());
  14534.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14535.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14536.         }
  14537.         return $this->privates['security.authenticator.refresh_jwt.api_login'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator($a$b, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), $c$d, ['check_path' => '/api/token/refresh''ttl' => 15552000'ttl_update' => false'token_parameter_name' => 'refresh_token'], ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));
  14538.     }
  14539.     /**
  14540.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  14541.      *
  14542.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  14543.      */
  14544.     protected function getSecurity_Authenticator_RememberMe_MainService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  14549.         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()));
  14550.     }
  14551.     /**
  14552.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  14553.      *
  14554.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  14555.      */
  14556.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  14557.     {
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  14560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  14561.         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()));
  14562.     }
  14563.     /**
  14564.      * Gets the private 'security.authenticator.remember_me_signature_hasher.main' shared service.
  14565.      *
  14566.      * @return \Symfony\Component\Security\Core\Signature\SignatureHasher
  14567.      */
  14568.     protected function getSecurity_Authenticator_RememberMeSignatureHasher_MainService()
  14569.     {
  14570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  14571.         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);
  14572.     }
  14573.     /**
  14574.      * Gets the private 'security.channel_listener' shared service.
  14575.      *
  14576.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14577.      */
  14578.     protected function getSecurity_ChannelListenerService()
  14579.     {
  14580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14581.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14582.         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());
  14583.     }
  14584.     /**
  14585.      * Gets the private 'security.command.debug_firewall' shared service.
  14586.      *
  14587.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14588.      */
  14589.     protected function getSecurity_Command_DebugFirewallService()
  14590.     {
  14591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14593.         $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);
  14594.         $instance->setName('debug:firewall');
  14595.         $instance->setDescription('Display information about your security firewall(s)');
  14596.         return $instance;
  14597.     }
  14598.     /**
  14599.      * Gets the private 'security.command.user_password_encoder' shared service.
  14600.      *
  14601.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14602.      *
  14603.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14604.      */
  14605.     protected function getSecurity_Command_UserPasswordEncoderService()
  14606.     {
  14607.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14608.         $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']);
  14609.         $instance->setName('security:encode-password');
  14610.         $instance->setDescription('Encode a password');
  14611.         return $instance;
  14612.     }
  14613.     /**
  14614.      * Gets the private 'security.command.user_password_hash' shared service.
  14615.      *
  14616.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14617.      */
  14618.     protected function getSecurity_Command_UserPasswordHashService()
  14619.     {
  14620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14621.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14622.         $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']);
  14623.         $instance->setName('security:hash-password');
  14624.         $instance->setDescription('Hash a user password');
  14625.         return $instance;
  14626.     }
  14627.     /**
  14628.      * Gets the private 'security.context_listener.0' shared service.
  14629.      *
  14630.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14631.      */
  14632.     protected function getSecurity_ContextListener_0Service()
  14633.     {
  14634.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14635.         if (isset($this->privates['security.context_listener.0'])) {
  14636.             return $this->privates['security.context_listener.0'];
  14637.         }
  14638.         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 () {
  14639.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14640.         }, 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']);
  14641.     }
  14642.     /**
  14643.      * Gets the private 'security.context_listener.1' shared service.
  14644.      *
  14645.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14646.      */
  14647.     protected function getSecurity_ContextListener_1Service()
  14648.     {
  14649.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  14650.         if (isset($this->privates['security.context_listener.1'])) {
  14651.             return $this->privates['security.context_listener.1'];
  14652.         }
  14653.         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 () {
  14654.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14655.         }, 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']);
  14656.     }
  14657.     /**
  14658.      * Gets the private 'security.csrf.token_generator' shared service.
  14659.      *
  14660.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  14661.      */
  14662.     protected function getSecurity_Csrf_TokenGeneratorService()
  14663.     {
  14664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  14665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  14666.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  14667.     }
  14668.     /**
  14669.      * Gets the private 'security.csrf.token_storage' shared service.
  14670.      *
  14671.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14672.      */
  14673.     protected function getSecurity_Csrf_TokenStorageService()
  14674.     {
  14675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  14676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  14677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  14678.         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())));
  14679.     }
  14680.     /**
  14681.      * Gets the private 'security.encoder_factory.generic' shared service.
  14682.      *
  14683.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14684.      *
  14685.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14686.      */
  14687.     protected function getSecurity_EncoderFactory_GenericService()
  14688.     {
  14689.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14690.         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']]]);
  14691.     }
  14692.     /**
  14693.      * Gets the private 'security.event_dispatcher.admin' shared service.
  14694.      *
  14695.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14696.      */
  14697.     protected function getSecurity_EventDispatcher_AdminService()
  14698.     {
  14699.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14700.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14701.             return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
  14702.         }, => 'onSuccessfulLogin'], 0);
  14703.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14704.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  14705.         }, => 'onLogout'], 64);
  14706.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14707.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14708.         }, => 'onLogout'], 0);
  14709.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14710.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14711.         }, => 'preCheckCredentials'], 256);
  14712.         $instance->addListener('security.authentication.success', [=> function () {
  14713.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14714.         }, => 'postCheckCredentials'], 256);
  14715.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14716.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14717.         }, => 'checkPassport'], 1024);
  14718.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14719.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14720.         }, => 'onLogout'], 0);
  14721.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14722.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14723.         }, => 'checkPassport'], 0);
  14724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14725.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14726.         }, => 'onLoginSuccess'], 0);
  14727.         $instance->addListener('security.interactive_login', [=> function () {
  14728.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14729.         }, => 'onSecurityInteractiveLogin'], 0);
  14730.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14731.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14732.         }, => 'checkPassport'], 512);
  14733.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14734.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14735.         }, => 'onLogout'], 0);
  14736.         return $instance;
  14737.     }
  14738.     /**
  14739.      * Gets the private 'security.event_dispatcher.api' shared service.
  14740.      *
  14741.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14742.      */
  14743.     protected function getSecurity_EventDispatcher_ApiService()
  14744.     {
  14745.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14747.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14748.         }, => 'preCheckCredentials'], 256);
  14749.         $instance->addListener('security.authentication.success', [=> function () {
  14750.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14751.         }, => 'postCheckCredentials'], 256);
  14752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14753.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14754.         }, => 'checkPassport'], 1024);
  14755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14756.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14757.         }, => 'onLogout'], 0);
  14758.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14759.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14760.         }, => 'checkPassport'], 0);
  14761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14762.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14763.         }, => 'onLoginSuccess'], 0);
  14764.         $instance->addListener('security.interactive_login', [=> function () {
  14765.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14766.         }, => 'onSecurityInteractiveLogin'], 0);
  14767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14768.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14769.         }, => 'checkPassport'], 512);
  14770.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14771.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14772.         }, => 'onLogout'], 0);
  14773.         return $instance;
  14774.     }
  14775.     /**
  14776.      * Gets the private 'security.event_dispatcher.api_login' shared service.
  14777.      *
  14778.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14779.      */
  14780.     protected function getSecurity_EventDispatcher_ApiLoginService()
  14781.     {
  14782.         $this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14783.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14784.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14785.         }, => 'preCheckCredentials'], 256);
  14786.         $instance->addListener('security.authentication.success', [=> function () {
  14787.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14788.         }, => 'postCheckCredentials'], 256);
  14789.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14790.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14791.         }, => 'checkPassport'], 1024);
  14792.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14793.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14794.         }, => 'onLogout'], 0);
  14795.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14796.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14797.         }, => 'checkPassport'], 0);
  14798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14799.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14800.         }, => 'onLoginSuccess'], 0);
  14801.         $instance->addListener('security.interactive_login', [=> function () {
  14802.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14803.         }, => 'onSecurityInteractiveLogin'], 0);
  14804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14805.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14806.         }, => 'checkPassport'], 512);
  14807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14808.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14809.         }, => 'onLogout'], 0);
  14810.         return $instance;
  14811.     }
  14812.     /**
  14813.      * Gets the private 'security.event_dispatcher.main' shared service.
  14814.      *
  14815.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14816.      */
  14817.     protected function getSecurity_EventDispatcher_MainService()
  14818.     {
  14819.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14820.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14821.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  14822.         }, => 'onSuccessfulLogin'], 0);
  14823.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14824.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14825.         }, => 'onLogout'], 64);
  14826.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14827.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14828.         }, => 'onLogout'], 0);
  14829.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14830.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  14831.         }, => 'onSuccessfulLogin'], -32);
  14832.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14833.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14834.         }, => 'onSuccessfulLogin'], -64);
  14835.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  14836.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14837.         }, => 'clearCookie'], 0);
  14838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14839.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14840.         }, => 'clearCookie'], 0);
  14841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  14842.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14843.         }, => 'clearCookie'], 0);
  14844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14845.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14846.         }, => 'preCheckCredentials'], 256);
  14847.         $instance->addListener('security.authentication.success', [=> function () {
  14848.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14849.         }, => 'postCheckCredentials'], 256);
  14850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14851.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14852.         }, => 'checkPassport'], 1024);
  14853.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14854.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14855.         }, => 'onLogout'], 0);
  14856.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14857.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14858.         }, => 'checkPassport'], 0);
  14859.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14860.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14861.         }, => 'onLoginSuccess'], 0);
  14862.         $instance->addListener('security.interactive_login', [=> function () {
  14863.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14864.         }, => 'onSecurityInteractiveLogin'], 0);
  14865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14866.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14867.         }, => 'checkPassport'], 512);
  14868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14869.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14870.         }, => 'onLogout'], 0);
  14871.         return $instance;
  14872.     }
  14873.     /**
  14874.      * Gets the private 'security.exception_listener.admin' shared service.
  14875.      *
  14876.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14877.      */
  14878.     protected function getSecurity_ExceptionListener_AdminService()
  14879.     {
  14880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14882.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14883.         if (isset($this->privates['security.exception_listener.admin'])) {
  14884.             return $this->privates['security.exception_listener.admin'];
  14885.         }
  14886.         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);
  14887.     }
  14888.     /**
  14889.      * Gets the private 'security.exception_listener.api' shared service.
  14890.      *
  14891.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14892.      */
  14893.     protected function getSecurity_ExceptionListener_ApiService()
  14894.     {
  14895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14897.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  14898.         if (isset($this->privates['security.exception_listener.api'])) {
  14899.             return $this->privates['security.exception_listener.api'];
  14900.         }
  14901.         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);
  14902.     }
  14903.     /**
  14904.      * Gets the private 'security.exception_listener.api_login' shared service.
  14905.      *
  14906.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14907.      */
  14908.     protected function getSecurity_ExceptionListener_ApiLoginService()
  14909.     {
  14910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14912.         $a = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  14913.         if (isset($this->privates['security.exception_listener.api_login'])) {
  14914.             return $this->privates['security.exception_listener.api_login'];
  14915.         }
  14916.         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);
  14917.     }
  14918.     /**
  14919.      * Gets the private 'security.exception_listener.main' shared service.
  14920.      *
  14921.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14922.      */
  14923.     protected function getSecurity_ExceptionListener_MainService()
  14924.     {
  14925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14927.         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);
  14928.     }
  14929.     /**
  14930.      * Gets the private 'security.expression_language' shared service.
  14931.      *
  14932.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  14933.      */
  14934.     protected function getSecurity_ExpressionLanguageService()
  14935.     {
  14936.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  14937.     }
  14938.     /**
  14939.      * Gets the private 'security.firewall.map' shared service.
  14940.      *
  14941.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14942.      */
  14943.     protected function getSecurity_Firewall_MapService()
  14944.     {
  14945.         $a = ($this->privates['.service_locator.icRJycQ'] ?? $this->get_ServiceLocator_IcRJycQService());
  14946.         if (isset($this->privates['security.firewall.map'])) {
  14947.             return $this->privates['security.firewall.map'];
  14948.         }
  14949.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14950.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.LwsjuhT'] ?? ($this->privates['.security.request_matcher.LwsjuhT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/')));
  14951.             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')));
  14952.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  14953.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  14954.         }, 4));
  14955.     }
  14956.     /**
  14957.      * Gets the private 'security.firewall.map.config.admin' shared service.
  14958.      *
  14959.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14960.      */
  14961.     protected function getSecurity_Firewall_Map_Config_AdminService()
  14962.     {
  14963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14964.         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);
  14965.     }
  14966.     /**
  14967.      * Gets the private 'security.firewall.map.config.api' shared service.
  14968.      *
  14969.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14970.      */
  14971.     protected function getSecurity_Firewall_Map_Config_ApiService()
  14972.     {
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14974.         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);
  14975.     }
  14976.     /**
  14977.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  14978.      *
  14979.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14980.      */
  14981.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  14982.     {
  14983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14984.         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);
  14985.     }
  14986.     /**
  14987.      * Gets the private 'security.firewall.map.config.main' shared service.
  14988.      *
  14989.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14990.      */
  14991.     protected function getSecurity_Firewall_Map_Config_MainService()
  14992.     {
  14993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14994.         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);
  14995.     }
  14996.     /**
  14997.      * Gets the private 'security.firewall.map.context.admin' shared service.
  14998.      *
  14999.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15000.      */
  15001.     protected function getSecurity_Firewall_Map_Context_AdminService()
  15002.     {
  15003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15004.         $a = ($this->privates['security.exception_listener.admin'] ?? $this->getSecurity_ExceptionListener_AdminService());
  15005.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  15006.             return $this->privates['security.firewall.map.context.admin'];
  15007.         }
  15008.         $b = ($this->privates['security.logout_listener.admin'] ?? $this->getSecurity_LogoutListener_AdminService());
  15009.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  15010.             return $this->privates['security.firewall.map.context.admin'];
  15011.         }
  15012.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15013.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15014.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  15015.             yield => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
  15016.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15017.         }, 4), $a$b, ($this->privates['security.firewall.map.config.admin'] ?? $this->getSecurity_Firewall_Map_Config_AdminService()));
  15018.     }
  15019.     /**
  15020.      * Gets the private 'security.firewall.map.context.api' shared service.
  15021.      *
  15022.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15023.      */
  15024.     protected function getSecurity_Firewall_Map_Context_ApiService()
  15025.     {
  15026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15027.         $a = ($this->privates['security.exception_listener.api'] ?? $this->getSecurity_ExceptionListener_ApiService());
  15028.         if (isset($this->privates['security.firewall.map.context.api'])) {
  15029.             return $this->privates['security.firewall.map.context.api'];
  15030.         }
  15031.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15032.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15033.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  15034.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15035.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api'] ?? $this->getSecurity_Firewall_Map_Config_ApiService()));
  15036.     }
  15037.     /**
  15038.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  15039.      *
  15040.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15041.      */
  15042.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  15043.     {
  15044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15045.         $a = ($this->privates['security.exception_listener.api_login'] ?? $this->getSecurity_ExceptionListener_ApiLoginService());
  15046.         if (isset($this->privates['security.firewall.map.context.api_login'])) {
  15047.             return $this->privates['security.firewall.map.context.api_login'];
  15048.         }
  15049.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15050.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15051.             yield => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLoginService());
  15052.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15053.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api_login'] ?? $this->getSecurity_Firewall_Map_Config_ApiLoginService()));
  15054.     }
  15055.     /**
  15056.      * Gets the private 'security.firewall.map.context.main' shared service.
  15057.      *
  15058.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  15059.      */
  15060.     protected function getSecurity_Firewall_Map_Context_MainService()
  15061.     {
  15062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  15064.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  15065.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15066.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  15067.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  15068.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15069.         }, 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())));
  15070.     }
  15071.     /**
  15072.      * Gets the private 'security.helper' shared service.
  15073.      *
  15074.      * @return \Symfony\Component\Security\Core\Security
  15075.      */
  15076.     protected function getSecurity_HelperService()
  15077.     {
  15078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  15079.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15080.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  15081.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  15082.         ], [
  15083.             'security.authorization_checker' => '?',
  15084.             'security.token_storage' => '?',
  15085.         ]));
  15086.     }
  15087.     /**
  15088.      * Gets the private 'security.http_utils' shared service.
  15089.      *
  15090.      * @return \Symfony\Component\Security\Http\HttpUtils
  15091.      */
  15092.     protected function getSecurity_HttpUtilsService()
  15093.     {
  15094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  15095.         $a = ($this->services['router'] ?? $this->getRouterService());
  15096.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  15097.     }
  15098.     /**
  15099.      * Gets the private 'security.impersonate_url_generator' shared service.
  15100.      *
  15101.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  15102.      */
  15103.     protected function getSecurity_ImpersonateUrlGeneratorService()
  15104.     {
  15105.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  15106.         if (isset($this->privates['security.impersonate_url_generator'])) {
  15107.             return $this->privates['security.impersonate_url_generator'];
  15108.         }
  15109.         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()));
  15110.     }
  15111.     /**
  15112.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  15113.      *
  15114.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  15115.      */
  15116.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  15117.     {
  15118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  15119.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15120.     }
  15121.     /**
  15122.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  15123.      *
  15124.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  15125.      */
  15126.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  15127.     {
  15128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  15129.         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()));
  15130.     }
  15131.     /**
  15132.      * Gets the private 'security.listener.csrf_protection' shared service.
  15133.      *
  15134.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  15135.      */
  15136.     protected function getSecurity_Listener_CsrfProtectionService()
  15137.     {
  15138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  15139.         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()));
  15140.     }
  15141.     /**
  15142.      * Gets the private 'security.listener.password_migrating' shared service.
  15143.      *
  15144.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  15145.      */
  15146.     protected function getSecurity_Listener_PasswordMigratingService()
  15147.     {
  15148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  15149.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15150.     }
  15151.     /**
  15152.      * Gets the private 'security.listener.remember_me.main' shared service.
  15153.      *
  15154.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  15155.      */
  15156.     protected function getSecurity_Listener_RememberMe_MainService()
  15157.     {
  15158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  15159.         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()));
  15160.     }
  15161.     /**
  15162.      * Gets the private 'security.listener.session.admin' shared service.
  15163.      *
  15164.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  15165.      */
  15166.     protected function getSecurity_Listener_Session_AdminService()
  15167.     {
  15168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  15169.         return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  15170.     }
  15171.     /**
  15172.      * Gets the private 'security.listener.session.main' shared service.
  15173.      *
  15174.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  15175.      */
  15176.     protected function getSecurity_Listener_Session_MainService()
  15177.     {
  15178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  15179.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  15180.     }
  15181.     /**
  15182.      * Gets the private 'security.listener.user_checker.admin' shared service.
  15183.      *
  15184.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15185.      */
  15186.     protected function getSecurity_Listener_UserChecker_AdminService()
  15187.     {
  15188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15191.         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())));
  15192.     }
  15193.     /**
  15194.      * Gets the private 'security.listener.user_checker.api' shared service.
  15195.      *
  15196.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15197.      */
  15198.     protected function getSecurity_Listener_UserChecker_ApiService()
  15199.     {
  15200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15203.         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())));
  15204.     }
  15205.     /**
  15206.      * Gets the private 'security.listener.user_checker.api_login' shared service.
  15207.      *
  15208.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15209.      */
  15210.     protected function getSecurity_Listener_UserChecker_ApiLoginService()
  15211.     {
  15212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15215.         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())));
  15216.     }
  15217.     /**
  15218.      * Gets the private 'security.listener.user_checker.main' shared service.
  15219.      *
  15220.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15221.      */
  15222.     protected function getSecurity_Listener_UserChecker_MainService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15227.         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())));
  15228.     }
  15229.     /**
  15230.      * Gets the private 'security.listener.user_provider' shared service.
  15231.      *
  15232.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  15233.      */
  15234.     protected function getSecurity_Listener_UserProviderService()
  15235.     {
  15236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  15237.         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()));
  15238.     }
  15239.     /**
  15240.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  15241.      *
  15242.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  15243.      */
  15244.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  15245.     {
  15246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  15247.         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()));
  15248.     }
  15249.     /**
  15250.      * Gets the private 'security.logout.listener.default.admin' shared service.
  15251.      *
  15252.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15253.      */
  15254.     protected function getSecurity_Logout_Listener_Default_AdminService()
  15255.     {
  15256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15257.         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');
  15258.     }
  15259.     /**
  15260.      * Gets the private 'security.logout.listener.default.main' shared service.
  15261.      *
  15262.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15263.      */
  15264.     protected function getSecurity_Logout_Listener_Default_MainService()
  15265.     {
  15266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15267.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  15268.     }
  15269.     /**
  15270.      * Gets the private 'security.logout.listener.session.admin' shared service.
  15271.      *
  15272.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15273.      */
  15274.     protected function getSecurity_Logout_Listener_Session_AdminService()
  15275.     {
  15276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15277.         return $this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15278.     }
  15279.     /**
  15280.      * Gets the private 'security.logout.listener.session.main' shared service.
  15281.      *
  15282.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15283.      */
  15284.     protected function getSecurity_Logout_Listener_Session_MainService()
  15285.     {
  15286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15287.         return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15288.     }
  15289.     /**
  15290.      * Gets the private 'security.logout_listener.admin' shared service.
  15291.      *
  15292.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15293.      */
  15294.     protected function getSecurity_LogoutListener_AdminService()
  15295.     {
  15296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15297.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  15298.         if (isset($this->privates['security.logout_listener.admin'])) {
  15299.             return $this->privates['security.logout_listener.admin'];
  15300.         }
  15301.         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']);
  15302.     }
  15303.     /**
  15304.      * Gets the private 'security.logout_listener.main' shared service.
  15305.      *
  15306.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15307.      */
  15308.     protected function getSecurity_LogoutListener_MainService()
  15309.     {
  15310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15311.         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']);
  15312.     }
  15313.     /**
  15314.      * Gets the private 'security.logout_url_generator' shared service.
  15315.      *
  15316.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  15317.      */
  15318.     protected function getSecurity_LogoutUrlGeneratorService()
  15319.     {
  15320.         $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()));
  15321.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  15322.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  15323.         return $instance;
  15324.     }
  15325.     /**
  15326.      * Gets the private 'security.password_hasher_factory' shared service.
  15327.      *
  15328.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  15329.      */
  15330.     protected function getSecurity_PasswordHasherFactoryService()
  15331.     {
  15332.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  15333.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  15334.         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']]]);
  15335.     }
  15336.     /**
  15337.      * Gets the private 'security.rememberme.response_listener' shared service.
  15338.      *
  15339.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  15340.      */
  15341.     protected function getSecurity_Rememberme_ResponseListenerService()
  15342.     {
  15343.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  15344.     }
  15345.     /**
  15346.      * Gets the private 'security.role_hierarchy' shared service.
  15347.      *
  15348.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  15349.      */
  15350.     protected function getSecurity_RoleHierarchyService()
  15351.     {
  15352.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  15353.     }
  15354.     /**
  15355.      * Gets the private 'security.untracked_token_storage' shared service.
  15356.      *
  15357.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  15358.      */
  15359.     protected function getSecurity_UntrackedTokenStorageService()
  15360.     {
  15361.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  15362.     }
  15363.     /**
  15364.      * Gets the private 'security.user_checker' shared service.
  15365.      *
  15366.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  15367.      */
  15368.     protected function getSecurity_UserCheckerService()
  15369.     {
  15370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15372.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  15373.     }
  15374.     /**
  15375.      * Gets the private 'security.validator.user_password' shared service.
  15376.      *
  15377.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  15378.      */
  15379.     protected function getSecurity_Validator_UserPasswordService()
  15380.     {
  15381.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15382.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  15384.         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()));
  15385.     }
  15386.     /**
  15387.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  15388.      *
  15389.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  15390.      */
  15391.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  15392.     {
  15393.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  15394.     }
  15395.     /**
  15396.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  15397.      *
  15398.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  15399.      */
  15400.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  15401.     {
  15402.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15403.     }
  15404.     /**
  15405.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  15406.      *
  15407.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  15408.      */
  15409.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  15410.     {
  15411.         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())));
  15412.     }
  15413.     /**
  15414.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  15415.      *
  15416.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  15417.      */
  15418.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  15419.     {
  15420.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  15421.     }
  15422.     /**
  15423.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  15424.      *
  15425.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  15426.      */
  15427.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  15428.     {
  15429.         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);
  15430.     }
  15431.     /**
  15432.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  15433.      *
  15434.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  15435.      */
  15436.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  15437.     {
  15438.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  15439.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  15440.         $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');
  15441.         return $instance;
  15442.     }
  15443.     /**
  15444.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  15445.      *
  15446.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  15447.      */
  15448.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  15449.     {
  15450.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  15451.     }
  15452.     /**
  15453.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  15454.      *
  15455.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  15456.      */
  15457.     protected function getSensioFrameworkExtra_Security_ListenerService()
  15458.     {
  15459.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15460.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  15461.             return $this->privates['sensio_framework_extra.security.listener'];
  15462.         }
  15463.         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()));
  15464.     }
  15465.     /**
  15466.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  15467.      *
  15468.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  15469.      */
  15470.     protected function getSensioFrameworkExtra_View_GuesserService()
  15471.     {
  15472.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  15473.     }
  15474.     /**
  15475.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  15476.      *
  15477.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  15478.      */
  15479.     protected function getSensioFrameworkExtra_View_ListenerService()
  15480.     {
  15481.         $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))))));
  15482.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15483.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15484.         ], [
  15485.             'twig' => '?',
  15486.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  15487.         return $instance;
  15488.     }
  15489.     /**
  15490.      * Gets the private 'session.factory' shared service.
  15491.      *
  15492.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  15493.      */
  15494.     protected function getSession_FactoryService()
  15495.     {
  15496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  15497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  15498.         $a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  15499.         if (isset($this->privates['session.factory'])) {
  15500.             return $this->privates['session.factory'];
  15501.         }
  15502.         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']);
  15503.     }
  15504.     /**
  15505.      * Gets the private 'session.storage.factory.native' shared service.
  15506.      *
  15507.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  15508.      */
  15509.     protected function getSession_Storage_Factory_NativeService()
  15510.     {
  15511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  15512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  15513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  15514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  15515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  15516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  15517.         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);
  15518.     }
  15519.     /**
  15520.      * Gets the private 'slugger' shared service.
  15521.      *
  15522.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  15523.      */
  15524.     protected function getSluggerService()
  15525.     {
  15526.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  15527.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  15528.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  15529.     }
  15530.     /**
  15531.      * Gets the private 'streamed_response_listener' shared service.
  15532.      *
  15533.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  15534.      */
  15535.     protected function getStreamedResponseListenerService()
  15536.     {
  15537.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  15538.     }
  15539.     /**
  15540.      * Gets the private 'test.client.cookiejar' service.
  15541.      *
  15542.      * @return \Symfony\Component\BrowserKit\CookieJar
  15543.      */
  15544.     protected function getTest_Client_CookiejarService()
  15545.     {
  15546.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  15547.         $this->factories['service_container']['test.client.cookiejar'] = function () {
  15548.             return new \Symfony\Component\BrowserKit\CookieJar();
  15549.         };
  15550.         return $this->factories['service_container']['test.client.cookiejar']();
  15551.     }
  15552.     /**
  15553.      * Gets the private 'test.client.history' service.
  15554.      *
  15555.      * @return \Symfony\Component\BrowserKit\History
  15556.      */
  15557.     protected function getTest_Client_HistoryService()
  15558.     {
  15559.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  15560.         $this->factories['service_container']['test.client.history'] = function () {
  15561.             return new \Symfony\Component\BrowserKit\History();
  15562.         };
  15563.         return $this->factories['service_container']['test.client.history']();
  15564.     }
  15565.     /**
  15566.      * Gets the private 'test.session.listener' shared service.
  15567.      *
  15568.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  15569.      */
  15570.     protected function getTest_Session_ListenerService()
  15571.     {
  15572.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15573.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  15574.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  15575.         ], [
  15576.             'session' => '?',
  15577.             'session_factory' => '?',
  15578.         ]), true$this->parameters['session.storage.options']);
  15579.     }
  15580.     /**
  15581.      * Gets the private 'translation.dumper.csv' shared service.
  15582.      *
  15583.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  15584.      */
  15585.     protected function getTranslation_Dumper_CsvService()
  15586.     {
  15587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15590.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  15591.     }
  15592.     /**
  15593.      * Gets the private 'translation.dumper.ini' shared service.
  15594.      *
  15595.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  15596.      */
  15597.     protected function getTranslation_Dumper_IniService()
  15598.     {
  15599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15602.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  15603.     }
  15604.     /**
  15605.      * Gets the private 'translation.dumper.json' shared service.
  15606.      *
  15607.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  15608.      */
  15609.     protected function getTranslation_Dumper_JsonService()
  15610.     {
  15611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15614.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  15615.     }
  15616.     /**
  15617.      * Gets the private 'translation.dumper.mo' shared service.
  15618.      *
  15619.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  15620.      */
  15621.     protected function getTranslation_Dumper_MoService()
  15622.     {
  15623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15626.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  15627.     }
  15628.     /**
  15629.      * Gets the private 'translation.dumper.php' shared service.
  15630.      *
  15631.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  15632.      */
  15633.     protected function getTranslation_Dumper_PhpService()
  15634.     {
  15635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15638.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  15639.     }
  15640.     /**
  15641.      * Gets the private 'translation.dumper.po' shared service.
  15642.      *
  15643.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  15644.      */
  15645.     protected function getTranslation_Dumper_PoService()
  15646.     {
  15647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15650.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  15651.     }
  15652.     /**
  15653.      * Gets the private 'translation.dumper.qt' shared service.
  15654.      *
  15655.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  15656.      */
  15657.     protected function getTranslation_Dumper_QtService()
  15658.     {
  15659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15662.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  15663.     }
  15664.     /**
  15665.      * Gets the private 'translation.dumper.res' shared service.
  15666.      *
  15667.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  15668.      */
  15669.     protected function getTranslation_Dumper_ResService()
  15670.     {
  15671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15674.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  15675.     }
  15676.     /**
  15677.      * Gets the private 'translation.dumper.xliff' shared service.
  15678.      *
  15679.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  15680.      */
  15681.     protected function getTranslation_Dumper_XliffService()
  15682.     {
  15683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15685.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15686.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  15687.     }
  15688.     /**
  15689.      * Gets the private 'translation.dumper.yaml' shared service.
  15690.      *
  15691.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15692.      */
  15693.     protected function getTranslation_Dumper_YamlService()
  15694.     {
  15695.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15698.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  15699.     }
  15700.     /**
  15701.      * Gets the private 'translation.dumper.yml' shared service.
  15702.      *
  15703.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15704.      */
  15705.     protected function getTranslation_Dumper_YmlService()
  15706.     {
  15707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15710.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  15711.     }
  15712.     /**
  15713.      * Gets the private 'translation.extractor' shared service.
  15714.      *
  15715.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  15716.      */
  15717.     protected function getTranslation_ExtractorService()
  15718.     {
  15719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  15721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15723.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  15724.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  15725.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  15726.         return $instance;
  15727.     }
  15728.     /**
  15729.      * Gets the private 'translation.extractor.php' shared service.
  15730.      *
  15731.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  15732.      */
  15733.     protected function getTranslation_Extractor_PhpService()
  15734.     {
  15735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15738.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  15739.     }
  15740.     /**
  15741.      * Gets the private 'translation.loader.csv' shared service.
  15742.      *
  15743.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  15744.      */
  15745.     protected function getTranslation_Loader_CsvService()
  15746.     {
  15747.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15751.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  15752.     }
  15753.     /**
  15754.      * Gets the private 'translation.loader.dat' shared service.
  15755.      *
  15756.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  15757.      */
  15758.     protected function getTranslation_Loader_DatService()
  15759.     {
  15760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15763.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  15764.     }
  15765.     /**
  15766.      * Gets the private 'translation.loader.ini' shared service.
  15767.      *
  15768.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  15769.      */
  15770.     protected function getTranslation_Loader_IniService()
  15771.     {
  15772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15776.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  15777.     }
  15778.     /**
  15779.      * Gets the private 'translation.loader.json' shared service.
  15780.      *
  15781.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  15782.      */
  15783.     protected function getTranslation_Loader_JsonService()
  15784.     {
  15785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15789.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  15790.     }
  15791.     /**
  15792.      * Gets the private 'translation.loader.mo' shared service.
  15793.      *
  15794.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15795.      */
  15796.     protected function getTranslation_Loader_MoService()
  15797.     {
  15798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15802.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15803.     }
  15804.     /**
  15805.      * Gets the private 'translation.loader.php' shared service.
  15806.      *
  15807.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15808.      */
  15809.     protected function getTranslation_Loader_PhpService()
  15810.     {
  15811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15815.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15816.     }
  15817.     /**
  15818.      * Gets the private 'translation.loader.po' shared service.
  15819.      *
  15820.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15821.      */
  15822.     protected function getTranslation_Loader_PoService()
  15823.     {
  15824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15828.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15829.     }
  15830.     /**
  15831.      * Gets the private 'translation.loader.qt' shared service.
  15832.      *
  15833.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15834.      */
  15835.     protected function getTranslation_Loader_QtService()
  15836.     {
  15837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15839.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15840.     }
  15841.     /**
  15842.      * Gets the private 'translation.loader.res' shared service.
  15843.      *
  15844.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15845.      */
  15846.     protected function getTranslation_Loader_ResService()
  15847.     {
  15848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15850.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15851.     }
  15852.     /**
  15853.      * Gets the private 'translation.loader.xliff' shared service.
  15854.      *
  15855.      * @return \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader
  15856.      */
  15857.     protected function getTranslation_Loader_XliffService()
  15858.     {
  15859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15860.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  15861.         return $this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader();
  15862.     }
  15863.     /**
  15864.      * Gets the private 'translation.loader.yml' shared service.
  15865.      *
  15866.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15867.      */
  15868.     protected function getTranslation_Loader_YmlService()
  15869.     {
  15870.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15874.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15875.     }
  15876.     /**
  15877.      * Gets the private 'translation.provider_collection' shared service.
  15878.      *
  15879.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15880.      */
  15881.     protected function getTranslation_ProviderCollectionService()
  15882.     {
  15883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15884.         return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
  15885.     }
  15886.     /**
  15887.      * Gets the private 'translation.provider_collection_factory' shared service.
  15888.      *
  15889.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
  15890.      */
  15891.     protected function getTranslation_ProviderCollectionFactoryService()
  15892.     {
  15893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  15894.         return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  15895.             yield => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
  15896.         }, 1), []);
  15897.     }
  15898.     /**
  15899.      * Gets the private 'translation.provider_factory.null' shared service.
  15900.      *
  15901.      * @return \Symfony\Component\Translation\Provider\NullProviderFactory
  15902.      */
  15903.     protected function getTranslation_ProviderFactory_NullService()
  15904.     {
  15905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
  15906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
  15908.         return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
  15909.     }
  15910.     /**
  15911.      * Gets the private 'translation.reader' shared service.
  15912.      *
  15913.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  15914.      */
  15915.     protected function getTranslation_ReaderService()
  15916.     {
  15917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  15918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  15919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15924.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  15925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15933.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  15934.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  15935.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  15936.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  15937.         $instance->addLoader('yaml'$a);
  15938.         $instance->addLoader('yml'$a);
  15939.         $instance->addLoader('xlf'$b);
  15940.         $instance->addLoader('xliff'$b);
  15941.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  15942.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  15943.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  15944.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  15945.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  15946.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  15947.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  15948.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  15949.         return $instance;
  15950.     }
  15951.     /**
  15952.      * Gets the private 'translation.warmer' shared service.
  15953.      *
  15954.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  15955.      */
  15956.     protected function getTranslation_WarmerService()
  15957.     {
  15958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  15960.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15961.             'translator' => ['services''translator''getTranslatorService'false],
  15962.         ], [
  15963.             'translator' => '?',
  15964.         ]))->withContext('translation.warmer'$this));
  15965.     }
  15966.     /**
  15967.      * Gets the private 'translation.writer' shared service.
  15968.      *
  15969.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  15970.      */
  15971.     protected function getTranslation_WriterService()
  15972.     {
  15973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  15974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  15975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15987.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  15988.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  15989.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  15990.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  15991.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  15992.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  15993.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  15994.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  15995.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  15996.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  15997.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  15998.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  15999.         return $instance;
  16000.     }
  16001.     /**
  16002.      * Gets the private 'translator.default' shared service.
  16003.      *
  16004.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  16005.      */
  16006.     protected function getTranslator_DefaultService()
  16007.     {
  16008.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16009.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  16010.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  16011.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  16012.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  16013.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  16014.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  16015.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  16016.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  16017.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  16018.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  16019.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  16020.         ], [
  16021.             'translation.loader.csv' => '?',
  16022.             'translation.loader.dat' => '?',
  16023.             'translation.loader.ini' => '?',
  16024.             'translation.loader.json' => '?',
  16025.             'translation.loader.mo' => '?',
  16026.             'translation.loader.php' => '?',
  16027.             'translation.loader.po' => '?',
  16028.             'translation.loader.qt' => '?',
  16029.             'translation.loader.res' => '?',
  16030.             'translation.loader.xliff' => '?',
  16031.             'translation.loader.yml' => '?',
  16032.         ]), ($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']]], []);
  16033.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  16034.         $instance->setFallbackLocales($this->parameters['a2lix_translation_form.required_locales']);
  16035.         return $instance;
  16036.     }
  16037.     /**
  16038.      * Gets the private 'translator.formatter.default' shared service.
  16039.      *
  16040.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  16041.      */
  16042.     protected function getTranslator_Formatter_DefaultService()
  16043.     {
  16044.         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())));
  16045.     }
  16046.     /**
  16047.      * Gets the private 'twig.app_variable' shared service.
  16048.      *
  16049.      * @return \Symfony\Bridge\Twig\AppVariable
  16050.      */
  16051.     protected function getTwig_AppVariableService()
  16052.     {
  16053.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  16054.         $instance->setEnvironment('dev');
  16055.         $instance->setDebug(true);
  16056.         if ($this->has('.container.private.security.token_storage')) {
  16057.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  16058.         }
  16059.         if ($this->has('request_stack')) {
  16060.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16061.         }
  16062.         return $instance;
  16063.     }
  16064.     /**
  16065.      * Gets the private 'twig.command.debug' shared service.
  16066.      *
  16067.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  16068.      */
  16069.     protected function getTwig_Command_DebugService()
  16070.     {
  16071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16072.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  16073.         $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()));
  16074.         $instance->setName('debug:twig');
  16075.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  16076.         return $instance;
  16077.     }
  16078.     /**
  16079.      * Gets the private 'twig.command.lint' shared service.
  16080.      *
  16081.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  16082.      */
  16083.     protected function getTwig_Command_LintService()
  16084.     {
  16085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16086.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  16087.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  16088.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16089.         $instance->setName('lint:twig');
  16090.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  16091.         return $instance;
  16092.     }
  16093.     /**
  16094.      * Gets the private 'twig.configurator.environment' shared service.
  16095.      *
  16096.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  16097.      */
  16098.     protected function getTwig_Configurator_EnvironmentService()
  16099.     {
  16100.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  16101.     }
  16102.     /**
  16103.      * Gets the private 'twig.error_renderer.html' shared service.
  16104.      *
  16105.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  16106.      */
  16107.     protected function getTwig_ErrorRenderer_HtmlService()
  16108.     {
  16109.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16110.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  16111.         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));
  16112.     }
  16113.     /**
  16114.      * Gets the private 'twig.extension.assets' shared service.
  16115.      *
  16116.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  16117.      */
  16118.     protected function getTwig_Extension_AssetsService()
  16119.     {
  16120.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  16121.     }
  16122.     /**
  16123.      * Gets the private 'twig.extension.code' shared service.
  16124.      *
  16125.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  16126.      */
  16127.     protected function getTwig_Extension_CodeService()
  16128.     {
  16129.         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');
  16130.     }
  16131.     /**
  16132.      * Gets the private 'twig.extension.debug' shared service.
  16133.      *
  16134.      * @return \Twig\Extension\DebugExtension
  16135.      */
  16136.     protected function getTwig_Extension_DebugService()
  16137.     {
  16138.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  16139.     }
  16140.     /**
  16141.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  16142.      *
  16143.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  16144.      */
  16145.     protected function getTwig_Extension_Debug_StopwatchService()
  16146.     {
  16147.         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);
  16148.     }
  16149.     /**
  16150.      * Gets the private 'twig.extension.expression' shared service.
  16151.      *
  16152.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  16153.      */
  16154.     protected function getTwig_Extension_ExpressionService()
  16155.     {
  16156.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  16157.     }
  16158.     /**
  16159.      * Gets the private 'twig.extension.form' shared service.
  16160.      *
  16161.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  16162.      */
  16163.     protected function getTwig_Extension_FormService()
  16164.     {
  16165.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16166.     }
  16167.     /**
  16168.      * Gets the private 'twig.extension.httpfoundation' shared service.
  16169.      *
  16170.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  16171.      */
  16172.     protected function getTwig_Extension_HttpfoundationService()
  16173.     {
  16174.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  16175.     }
  16176.     /**
  16177.      * Gets the private 'twig.extension.httpkernel' shared service.
  16178.      *
  16179.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  16180.      */
  16181.     protected function getTwig_Extension_HttpkernelService()
  16182.     {
  16183.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  16184.     }
  16185.     /**
  16186.      * Gets the private 'twig.extension.logout_url' shared service.
  16187.      *
  16188.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  16189.      */
  16190.     protected function getTwig_Extension_LogoutUrlService()
  16191.     {
  16192.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  16193.     }
  16194.     /**
  16195.      * Gets the private 'twig.extension.profiler' shared service.
  16196.      *
  16197.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  16198.      */
  16199.     protected function getTwig_Extension_ProfilerService()
  16200.     {
  16201.         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))));
  16202.     }
  16203.     /**
  16204.      * Gets the private 'twig.extension.routing' shared service.
  16205.      *
  16206.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  16207.      */
  16208.     protected function getTwig_Extension_RoutingService()
  16209.     {
  16210.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  16211.     }
  16212.     /**
  16213.      * Gets the private 'twig.extension.security' shared service.
  16214.      *
  16215.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  16216.      */
  16217.     protected function getTwig_Extension_SecurityService()
  16218.     {
  16219.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16220.         if (isset($this->privates['twig.extension.security'])) {
  16221.             return $this->privates['twig.extension.security'];
  16222.         }
  16223.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  16224.         if (isset($this->privates['twig.extension.security'])) {
  16225.             return $this->privates['twig.extension.security'];
  16226.         }
  16227.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  16228.     }
  16229.     /**
  16230.      * Gets the private 'twig.extension.security_csrf' shared service.
  16231.      *
  16232.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  16233.      */
  16234.     protected function getTwig_Extension_SecurityCsrfService()
  16235.     {
  16236.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  16237.     }
  16238.     /**
  16239.      * Gets the private 'twig.extension.trans' shared service.
  16240.      *
  16241.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  16242.      */
  16243.     protected function getTwig_Extension_TransService()
  16244.     {
  16245.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16246.     }
  16247.     /**
  16248.      * Gets the private 'twig.extension.weblink' shared service.
  16249.      *
  16250.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  16251.      */
  16252.     protected function getTwig_Extension_WeblinkService()
  16253.     {
  16254.         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())));
  16255.     }
  16256.     /**
  16257.      * Gets the private 'twig.extension.webprofiler' shared service.
  16258.      *
  16259.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  16260.      */
  16261.     protected function getTwig_Extension_WebprofilerService()
  16262.     {
  16263.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  16264.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16265.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  16266.     }
  16267.     /**
  16268.      * Gets the private 'twig.extension.yaml' shared service.
  16269.      *
  16270.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  16271.      */
  16272.     protected function getTwig_Extension_YamlService()
  16273.     {
  16274.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  16275.     }
  16276.     /**
  16277.      * Gets the private 'twig.form.engine' shared service.
  16278.      *
  16279.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  16280.      */
  16281.     protected function getTwig_Form_EngineService()
  16282.     {
  16283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  16284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  16285.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  16286.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16287.         if (isset($this->privates['twig.form.engine'])) {
  16288.             return $this->privates['twig.form.engine'];
  16289.         }
  16290.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  16291.     }
  16292.     /**
  16293.      * Gets the private 'twig.form.renderer' shared service.
  16294.      *
  16295.      * @return \Symfony\Component\Form\FormRenderer
  16296.      */
  16297.     protected function getTwig_Form_RendererService()
  16298.     {
  16299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  16300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  16301.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  16302.         if (isset($this->privates['twig.form.renderer'])) {
  16303.             return $this->privates['twig.form.renderer'];
  16304.         }
  16305.         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()));
  16306.     }
  16307.     /**
  16308.      * Gets the private 'twig.loader.native_filesystem' shared service.
  16309.      *
  16310.      * @return \Twig\Loader\FilesystemLoader
  16311.      */
  16312.     protected function getTwig_Loader_NativeFilesystemService()
  16313.     {
  16314.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  16315.         $instance->addPath((\dirname(__DIR__4).'/public'), 'public_path');
  16316.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  16317.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  16318.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  16319.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  16320.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  16321.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  16322.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  16323.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  16324.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  16325.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  16326.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  16327.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  16328.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  16329.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  16330.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  16331.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  16332.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  16333.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/JMSTranslationBundle'), 'JMSTranslation');
  16334.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), 'JMSTranslation');
  16335.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), '!JMSTranslation');
  16336.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  16337.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  16338.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  16339.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  16340.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  16341.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  16342.         return $instance;
  16343.     }
  16344.     /**
  16345.      * Gets the private 'twig.mailer.message_listener' shared service.
  16346.      *
  16347.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  16348.      */
  16349.     protected function getTwig_Mailer_MessageListenerService()
  16350.     {
  16351.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  16352.         $a = ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService());
  16353.         if (isset($this->privates['twig.mailer.message_listener'])) {
  16354.             return $this->privates['twig.mailer.message_listener'];
  16355.         }
  16356.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL$a);
  16357.     }
  16358.     /**
  16359.      * Gets the private 'twig.mime_body_renderer' shared service.
  16360.      *
  16361.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  16362.      */
  16363.     protected function getTwig_MimeBodyRendererService()
  16364.     {
  16365.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  16366.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  16367.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16368.         if (isset($this->privates['twig.mime_body_renderer'])) {
  16369.             return $this->privates['twig.mime_body_renderer'];
  16370.         }
  16371.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer($a);
  16372.     }
  16373.     /**
  16374.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  16375.      *
  16376.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  16377.      */
  16378.     protected function getTwig_MissingExtensionSuggestorService()
  16379.     {
  16380.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  16381.     }
  16382.     /**
  16383.      * Gets the private 'twig.mobile_detect_extension' shared autowired service.
  16384.      *
  16385.      * @return \Bes\Twig\Extension\MobileDetectExtension
  16386.      */
  16387.     protected function getTwig_MobileDetectExtensionService()
  16388.     {
  16389.         return $this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension();
  16390.     }
  16391.     /**
  16392.      * Gets the private 'twig.profile' shared service.
  16393.      *
  16394.      * @return \Twig\Profiler\Profile
  16395.      */
  16396.     protected function getTwig_ProfileService()
  16397.     {
  16398.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  16399.     }
  16400.     /**
  16401.      * Gets the private 'twig.runtime.httpkernel' shared service.
  16402.      *
  16403.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  16404.      */
  16405.     protected function getTwig_Runtime_HttpkernelService()
  16406.     {
  16407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  16408.         $a = ($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService());
  16409.         if (isset($this->privates['twig.runtime.httpkernel'])) {
  16410.             return $this->privates['twig.runtime.httpkernel'];
  16411.         }
  16412.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime($a, ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
  16413.     }
  16414.     /**
  16415.      * Gets the private 'twig.runtime.security_csrf' shared service.
  16416.      *
  16417.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  16418.      */
  16419.     protected function getTwig_Runtime_SecurityCsrfService()
  16420.     {
  16421.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  16422.         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()));
  16423.     }
  16424.     /**
  16425.      * Gets the private 'twig.runtime_loader' shared service.
  16426.      *
  16427.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  16428.      */
  16429.     protected function getTwig_RuntimeLoaderService()
  16430.     {
  16431.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16432.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  16433.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  16434.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  16435.         ], [
  16436.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  16437.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  16438.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  16439.         ]));
  16440.     }
  16441.     /**
  16442.      * Gets the private 'twig.translation.extractor' shared service.
  16443.      *
  16444.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  16445.      */
  16446.     protected function getTwig_Translation_ExtractorService()
  16447.     {
  16448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  16449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  16450.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  16451.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16452.     }
  16453.     /**
  16454.      * Gets the private 'uri_signer' shared service.
  16455.      *
  16456.      * @return \Symfony\Component\HttpKernel\UriSigner
  16457.      */
  16458.     protected function getUriSignerService()
  16459.     {
  16460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  16461.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  16462.     }
  16463.     /**
  16464.      * Gets the private 'url_helper' shared service.
  16465.      *
  16466.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  16467.      */
  16468.     protected function getUrlHelperService()
  16469.     {
  16470.         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()));
  16471.     }
  16472.     /**
  16473.      * Gets the private 'validate_request_listener' shared service.
  16474.      *
  16475.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  16476.      */
  16477.     protected function getValidateRequestListenerService()
  16478.     {
  16479.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  16480.     }
  16481.     /**
  16482.      * Gets the private 'validator.builder' shared service.
  16483.      *
  16484.      * @return \Symfony\Component\Validator\ValidatorBuilder
  16485.      */
  16486.     protected function getValidator_BuilderService()
  16487.     {
  16488.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  16489.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  16490.         if ($this->has('translator')) {
  16491.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  16492.         }
  16493.         $instance->setTranslationDomain('validators');
  16494.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  16495.         $instance->enableAnnotationMapping(true);
  16496.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16497.         $instance->addMethodMapping('loadValidatorMetadata');
  16498.         $instance->addObjectInitializers([=> ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService()), => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  16499.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  16500.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  16501.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  16502.         return $instance;
  16503.     }
  16504.     /**
  16505.      * Gets the private 'validator.email' shared service.
  16506.      *
  16507.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  16508.      */
  16509.     protected function getValidator_EmailService()
  16510.     {
  16511.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16512.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16513.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  16514.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  16515.     }
  16516.     /**
  16517.      * Gets the private 'validator.expression' shared service.
  16518.      *
  16519.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  16520.      */
  16521.     protected function getValidator_ExpressionService()
  16522.     {
  16523.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16524.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16525.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  16526.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
  16527.     }
  16528.     /**
  16529.      * Gets the private 'validator.expression_language' shared service.
  16530.      *
  16531.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  16532.      */
  16533.     protected function getValidator_ExpressionLanguageService()
  16534.     {
  16535.         return $this->privates['validator.expression_language'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  16536.     }
  16537.     /**
  16538.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  16539.      *
  16540.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  16541.      */
  16542.     protected function getValidator_Mapping_CacheWarmerService()
  16543.     {
  16544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  16547.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  16548.     }
  16549.     /**
  16550.      * Gets the private 'validator.not_compromised_password' shared service.
  16551.      *
  16552.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  16553.      */
  16554.     protected function getValidator_NotCompromisedPasswordService()
  16555.     {
  16556.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  16559.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  16560.     }
  16561.     /**
  16562.      * Gets the private 'validator.property_info_loader' shared service.
  16563.      *
  16564.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  16565.      */
  16566.     protected function getValidator_PropertyInfoLoaderService()
  16567.     {
  16568.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  16569.         if (isset($this->privates['validator.property_info_loader'])) {
  16570.             return $this->privates['validator.property_info_loader'];
  16571.         }
  16572.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  16573.     }
  16574.     /**
  16575.      * Gets the private 'validator.validator_factory' shared service.
  16576.      *
  16577.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  16578.      */
  16579.     protected function getValidator_ValidatorFactoryService()
  16580.     {
  16581.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16582.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16583.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16584.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  16585.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16586.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  16587.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16588.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16589.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16590.         ], [
  16591.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  16592.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  16593.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  16594.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  16595.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  16596.             'doctrine.orm.validator.unique' => '?',
  16597.             'security.validator.user_password' => '?',
  16598.             'validator.expression' => '?',
  16599.         ]));
  16600.     }
  16601.     /**
  16602.      * Gets the private 'web_link.add_link_header_listener' shared service.
  16603.      *
  16604.      * @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
  16605.      */
  16606.     protected function getWebLink_AddLinkHeaderListenerService()
  16607.     {
  16608.         return $this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
  16609.     }
  16610.     /**
  16611.      * Gets the private 'web_profiler.csp.handler' shared service.
  16612.      *
  16613.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  16614.      */
  16615.     protected function getWebProfiler_Csp_HandlerService()
  16616.     {
  16617.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  16618.     }
  16619.     /**
  16620.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  16621.      *
  16622.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  16623.      */
  16624.     protected function getWebProfiler_DebugToolbarService()
  16625.     {
  16626.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16627.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  16628.             return $this->privates['web_profiler.debug_toolbar'];
  16629.         }
  16630.         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);
  16631.     }
  16632.     /**
  16633.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  16634.      *
  16635.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  16636.      */
  16637.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  16638.     {
  16639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16641.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  16642.         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'));
  16643.     }
  16644.     /**
  16645.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  16646.      *
  16647.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  16648.      */
  16649.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  16650.     {
  16651.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  16652.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  16653.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  16654.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  16655.     }
  16656.     /**
  16657.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  16658.      *
  16659.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  16660.      */
  16661.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  16662.     {
  16663.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16664.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  16665.         ], [
  16666.             '_default' => '?',
  16667.         ]), '_default');
  16668.     }
  16669.     /**
  16670.      * Gets the private 'webpack_encore.exception_listener' shared service.
  16671.      *
  16672.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  16673.      */
  16674.     protected function getWebpackEncore_ExceptionListenerService()
  16675.     {
  16676.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  16677.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  16678.     }
  16679.     /**
  16680.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  16681.      *
  16682.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  16683.      */
  16684.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  16685.     {
  16686.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  16687.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  16688.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  16689.         }
  16690.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  16691.     }
  16692.     /**
  16693.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  16694.      *
  16695.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  16696.      */
  16697.     protected function getWebpackEncore_TagRendererService()
  16698.     {
  16699.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16700.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  16701.             return $this->privates['webpack_encore.tag_renderer'];
  16702.         }
  16703.         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);
  16704.     }
  16705.     /**
  16706.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  16707.      *
  16708.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  16709.      */
  16710.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  16711.     {
  16712.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16713.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  16714.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  16715.         ], [
  16716.             'webpack_encore.entrypoint_lookup_collection' => '?',
  16717.             'webpack_encore.tag_renderer' => '?',
  16718.         ]));
  16719.     }
  16720.     /**
  16721.      * Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
  16722.      *
  16723.      * @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
  16724.      */
  16725.     protected function getWebpackEncore_TwigStimulusExtensionService()
  16726.     {
  16727.         return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  16728.     }
  16729.     /**
  16730.      * Gets the public 'cache_clearer' alias.
  16731.      *
  16732.      * @return object The ".container.private.cache_clearer" service.
  16733.      */
  16734.     protected function getCacheClearerService()
  16735.     {
  16736.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  16737.         return $this->get('.container.private.cache_clearer');
  16738.     }
  16739.     /**
  16740.      * Gets the public 'filesystem' alias.
  16741.      *
  16742.      * @return object The ".container.private.filesystem" service.
  16743.      */
  16744.     protected function getFilesystemService()
  16745.     {
  16746.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  16747.         return $this->get('.container.private.filesystem');
  16748.     }
  16749.     /**
  16750.      * Gets the public 'security.csrf.token_manager' alias.
  16751.      *
  16752.      * @return object The ".container.private.security.csrf.token_manager" service.
  16753.      */
  16754.     protected function getSecurity_Csrf_TokenManagerService()
  16755.     {
  16756.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  16757.         return $this->get('.container.private.security.csrf.token_manager');
  16758.     }
  16759.     /**
  16760.      * Gets the public 'form.factory' alias.
  16761.      *
  16762.      * @return object The ".container.private.form.factory" service.
  16763.      */
  16764.     protected function getForm_FactoryService()
  16765.     {
  16766.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  16767.         return $this->get('.container.private.form.factory');
  16768.     }
  16769.     /**
  16770.      * Gets the public 'form.type.file' alias.
  16771.      *
  16772.      * @return object The ".container.private.form.type.file" service.
  16773.      */
  16774.     protected function getForm_Type_FileService()
  16775.     {
  16776.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  16777.         return $this->get('.container.private.form.type.file');
  16778.     }
  16779.     /**
  16780.      * Gets the public 'profiler' alias.
  16781.      *
  16782.      * @return object The ".container.private.profiler" service.
  16783.      */
  16784.     protected function getProfilerService()
  16785.     {
  16786.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  16787.         return $this->get('.container.private.profiler');
  16788.     }
  16789.     /**
  16790.      * Gets the public 'twig' alias.
  16791.      *
  16792.      * @return object The ".container.private.twig" service.
  16793.      */
  16794.     protected function getTwigService()
  16795.     {
  16796.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  16797.         return $this->get('.container.private.twig');
  16798.     }
  16799.     /**
  16800.      * Gets the public 'security.authorization_checker' alias.
  16801.      *
  16802.      * @return object The ".container.private.security.authorization_checker" service.
  16803.      */
  16804.     protected function getSecurity_AuthorizationCheckerService()
  16805.     {
  16806.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  16807.         return $this->get('.container.private.security.authorization_checker');
  16808.     }
  16809.     /**
  16810.      * Gets the public 'security.token_storage' alias.
  16811.      *
  16812.      * @return object The ".container.private.security.token_storage" service.
  16813.      */
  16814.     protected function getSecurity_TokenStorageService()
  16815.     {
  16816.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  16817.         return $this->get('.container.private.security.token_storage');
  16818.     }
  16819.     /**
  16820.      * Gets the public 'security.password_encoder' alias.
  16821.      *
  16822.      * @return object The ".container.private.security.password_encoder" service.
  16823.      */
  16824.     protected function getSecurity_PasswordEncoderService()
  16825.     {
  16826.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  16827.         return $this->get('.container.private.security.password_encoder');
  16828.     }
  16829.     /**
  16830.      * Gets the public 'session' alias.
  16831.      *
  16832.      * @return object The ".container.private.session" service.
  16833.      */
  16834.     protected function getSessionService()
  16835.     {
  16836.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  16837.         return $this->get('.container.private.session');
  16838.     }
  16839.     /**
  16840.      * Gets the public 'validator' alias.
  16841.      *
  16842.      * @return object The ".container.private.validator" service.
  16843.      */
  16844.     protected function getValidatorService()
  16845.     {
  16846.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  16847.         return $this->get('.container.private.validator');
  16848.     }
  16849.     /**
  16850.      * @return array|bool|float|int|string|\UnitEnum|null
  16851.      */
  16852.     public function getParameter(string $name)
  16853.     {
  16854.         if (isset($this->buildParameters[$name])) {
  16855.             return $this->buildParameters[$name];
  16856.         }
  16857.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  16858.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  16859.         }
  16860.         if (isset($this->loadedDynamicParameters[$name])) {
  16861.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16862.         }
  16863.         return $this->parameters[$name];
  16864.     }
  16865.     public function hasParameter(string $name): bool
  16866.     {
  16867.         if (isset($this->buildParameters[$name])) {
  16868.             return true;
  16869.         }
  16870.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  16871.     }
  16872.     public function setParameter(string $name$value): void
  16873.     {
  16874.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  16875.     }
  16876.     public function getParameterBag(): ParameterBagInterface
  16877.     {
  16878.         if (null === $this->parameterBag) {
  16879.             $parameters $this->parameters;
  16880.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  16881.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16882.             }
  16883.             foreach ($this->buildParameters as $name => $value) {
  16884.                 $parameters[$name] = $value;
  16885.             }
  16886.             $this->parameterBag = new FrozenParameterBag($parameters);
  16887.         }
  16888.         return $this->parameterBag;
  16889.     }
  16890.     private $loadedDynamicParameters = [
  16891.         'kernel.runtime_environment' => false,
  16892.         'kernel.build_dir' => false,
  16893.         'kernel.cache_dir' => false,
  16894.         'mailjet_apikey' => false,
  16895.         'mailjet_secret' => false,
  16896.         'kernel.secret' => false,
  16897.         'debug.container.dump' => false,
  16898.         'session.save_path' => false,
  16899.         'validator.mapping.cache.file' => false,
  16900.         'profiler.storage.dsn' => false,
  16901.         'doctrine.orm.proxy_dir' => false,
  16902.         'lexik_jwt_authentication.pass_phrase' => false,
  16903.     ];
  16904.     private $dynamicParameters = [];
  16905.     private function getDynamicParameter(string $name)
  16906.     {
  16907.         switch ($name) {
  16908.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  16909.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  16910.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  16911.             case 'mailjet_apikey'$value $this->getEnv('string:MAILJET_APIKEY_PUBLIC'); break;
  16912.             case 'mailjet_secret'$value $this->getEnv('string:MAILJET_APIKEY_PRIVATE'); break;
  16913.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  16914.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  16915.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  16916.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  16917.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  16918.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  16919.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  16920.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  16921.         }
  16922.         $this->loadedDynamicParameters[$name] = true;
  16923.         return $this->dynamicParameters[$name] = $value;
  16924.     }
  16925.     protected function getDefaultParameters(): array
  16926.     {
  16927.         return [
  16928.             'kernel.project_dir' => \dirname(__DIR__4),
  16929.             'kernel.environment' => 'dev',
  16930.             'kernel.debug' => true,
  16931.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  16932.             'kernel.bundles' => [
  16933.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  16934.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  16935.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  16936.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  16937.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  16938.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  16939.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  16940.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  16941.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  16942.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  16943.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  16944.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  16945.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  16946.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  16947.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  16948.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  16949.                 'MinishlinkWebPushBundle' => 'Minishlink\\Bundle\\WebPushBundle\\MinishlinkWebPushBundle',
  16950.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  16951.                 'JMSTranslationBundle' => 'JMS\\TranslationBundle\\JMSTranslationBundle',
  16952.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  16953.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  16954.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  16955.             ],
  16956.             'kernel.bundles_metadata' => [
  16957.                 'A2lixTranslationFormBundle' => [
  16958.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  16959.                     'namespace' => 'A2lix\\TranslationFormBundle',
  16960.                 ],
  16961.                 'LiipImagineBundle' => [
  16962.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  16963.                     'namespace' => 'Liip\\ImagineBundle',
  16964.                 ],
  16965.                 'SensioFrameworkExtraBundle' => [
  16966.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  16967.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  16968.                 ],
  16969.                 'MakerBundle' => [
  16970.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  16971.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  16972.                 ],
  16973.                 'MonologBundle' => [
  16974.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  16975.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  16976.                 ],
  16977.                 'WebpackEncoreBundle' => [
  16978.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  16979.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  16980.                 ],
  16981.                 'FrameworkBundle' => [
  16982.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  16983.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  16984.                 ],
  16985.                 'A2lixAutoFormBundle' => [
  16986.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  16987.                     'namespace' => 'A2lix\\AutoFormBundle',
  16988.                 ],
  16989.                 'TwigBundle' => [
  16990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  16991.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  16992.                 ],
  16993.                 'TwigExtraBundle' => [
  16994.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  16995.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  16996.                 ],
  16997.                 'WebProfilerBundle' => [
  16998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  16999.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  17000.                 ],
  17001.                 'SecurityBundle' => [
  17002.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  17003.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  17004.                 ],
  17005.                 'FOSUserBundle' => [
  17006.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  17007.                     'namespace' => 'FOS\\UserBundle',
  17008.                 ],
  17009.                 'KnpPaginatorBundle' => [
  17010.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  17011.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  17012.                 ],
  17013.                 'DoctrineBehaviorsBundle' => [
  17014.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  17015.                     'namespace' => 'Knp\\DoctrineBehaviors',
  17016.                 ],
  17017.                 'DoctrineBundle' => [
  17018.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  17019.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  17020.                 ],
  17021.                 'MinishlinkWebPushBundle' => [
  17022.                     'path' => (\dirname(__DIR__4).'/vendor/minishlink/web-push-bundle/Minishlink/Bundle/WebPushBundle'),
  17023.                     'namespace' => 'Minishlink\\Bundle\\WebPushBundle',
  17024.                 ],
  17025.                 'JMSI18nRoutingBundle' => [
  17026.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  17027.                     'namespace' => 'JMS\\I18nRoutingBundle',
  17028.                 ],
  17029.                 'JMSTranslationBundle' => [
  17030.                     'path' => (\dirname(__DIR__4).'/vendor/jms/translation-bundle'),
  17031.                     'namespace' => 'JMS\\TranslationBundle',
  17032.                 ],
  17033.                 'DoctrineMigrationsBundle' => [
  17034.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  17035.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  17036.                 ],
  17037.                 'LexikJWTAuthenticationBundle' => [
  17038.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  17039.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  17040.                 ],
  17041.                 'GesdinetJWTRefreshTokenBundle' => [
  17042.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  17043.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  17044.                 ],
  17045.             ],
  17046.             'kernel.charset' => 'UTF-8',
  17047.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  17048.             'container.dumper.inline_class_loader' => true,
  17049.             'container.dumper.inline_factories' => true,
  17050.             'langs' => [
  17051.                 => 'en',
  17052.                 => 'fr',
  17053.             ],
  17054.             'security_langs' => '(en|fr)',
  17055.             'default_lang' => 'en',
  17056.             'mail_to' => '[email protected]',
  17057.             'mail_from' => '[email protected]',
  17058.             'mail_from_name' => 'Amsel Suite',
  17059.             'website_name' => 'Amsel Suite',
  17060.             'spw_api_key' => 'hZ$5gdP57Mm9f,%<<JX4&H9g',
  17061.             'captcha_site_key' => '6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf',
  17062.             'captcha_secret_key' => '6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1',
  17063.             'phone' => '04 82 53 72 22',
  17064.             'address' => NULL,
  17065.             'facebook' => 'http://',
  17066.             'twitter' => 'http://',
  17067.             'instagram' => 'http://',
  17068.             'linkedin' => 'http://',
  17069.             'pinterest' => 'http://',
  17070.             'color' => '#171717',
  17071.             'darkTheme' => false,
  17072.             'matomo_site_id' => '745',
  17073.             'google_analytics_id' => 'G-X1PM3GEV0S',
  17074.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  17075.             'mailchimp_key' => '173874dcd67ff428e8cfc3c1873a5ba2-us9',
  17076.             'mailchimp_prefix_server' => 'us9',
  17077.             'klaviyo_private_key' => 'pk_e2643ddc6cb85b8616d69bab1788bdfb2a',
  17078.             'stripe_public_key' => 'pk_test_51NTOqpDbSwGDXFsO94PSf5vxIZPOrNhfDUmzPYT4yypuhIwy6OfjOREg1r39TONc0lC2fjRNZxL7SBzCIfpLl5nP00Mqr5aHvw',
  17079.             'stripe_secret_key' => 'sk_test_51NTOqpDbSwGDXFsOzMZK04UXfzZWdewtdVY4B8loIjfrygVo1Ju9G3GulQZ8Qivo8nuY93j90wHrTymYzVmclEH700bwJyNQKA',
  17080.             'ipinfo_token' => 'd20a4435e8c84d',
  17081.             'facebook_pixel_id' => 927712669184361,
  17082.             'facebook_conversions_token' => 'EAAPwRp0OBrABPNAR9QyoZCYk8wMD9z2dEYuWwj37XZCjLEZBkI5ZCSAZBvVBcJoMUXY8BXEBe8ADi7MsVZBZCLbD0cfyc4t4ZC9lEnOMr0YCQ9n4yeyzEoY9BDeHwIvHOusMvRZC7w3XHitbUZB5cjI5ZALuwUDufbiWZAXdoX02rw8AGvS4Y0ITqZAgxiprDE7Y7ZAifmqwZDZD',
  17083.             'reddit_pixel_id' => 't2_890e07gob',
  17084.             'reddit_conversions_token' => 'eyJhbGciOiJSUzI1NiIsImtpZCI6IlNIQTI1NjpzS3dsMnlsV0VtMjVmcXhwTU40cWY4MXE2OWFFdWFyMnpLMUdhVGxjdWNZIiwidHlwIjoiSldUIn0.eyJzdWIiOiJ1c2VyIiwiZXhwIjo0OTA5NzI0ODA4Ljg1NzA1NywiaWF0IjoxNzUzOTY0ODA4Ljg1NzA1NiwianRpIjoiRV9SSFJEM0lhTy1MOGY5RE9pSndsaFh1Y28wbmtRIiwiY2lkIjoiMVExRU96VFBXbll2ZXJocHR2Z1dzUSIsImxpZCI6InQyXzF1cDFjaWZwaXYiLCJhaWQiOiJ0Ml8xdXAxY2lmcGl2IiwibGNhIjoxNzUzOTY0ODA3MjE1LCJzY3AiOiJlSnlLVmtwTUtVN096eXRMTFNyT3pNOHJWb29GQkFBQV9fOUJGZ2J1IiwiZmxvIjoxMCwibGwiOnRydWV9.EXB7Zxk9Cs6R5AaPSCvc8JVkHQscUeNnSiO-ltWeqhEEYdiKXzQrLE7m7cPUEeJCS0YO_u2dfuCwH5yJer6Iuced4EwNj5NDW4qeUmK15WdR6fjw0eAbFOWM0HnaEKiZbqK7Lc7ZH3kQ4mNQPsjDOEvySw1Nd7e5iaCoc_30ZUuSYEXBTsmcHcSqIA6Pmkg2QYXBrutnh8icE9XAFisnzITi-17kFUb83VJPcUqdygtDphEgltMSg_t60l-lofSwdUyYrOBuXKLOAZyEK-nfgl25PjCEmzTWq11fuup3FIKs46omTaLn33o1dfrJaia0p-y5RZD_86P73jeNq0IG1g',
  17085.             'a2lix_translation_form.locale_provider' => 'default',
  17086.             'a2lix_translation_form.locales' => [
  17087.                 => 'en',
  17088.                 => 'fr',
  17089.             ],
  17090.             'a2lix_translation_form.required_locales' => [
  17091.                 => 'en',
  17092.             ],
  17093.             'a2lix_translation_form.default_locale' => 'en',
  17094.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  17095.             'liip_imagine.resolvers' => [
  17096.                 'default' => [
  17097.                     'web_path' => [
  17098.                         'web_root' => (\dirname(__DIR__4).'/public'),
  17099.                         'cache_prefix' => 'media/cache',
  17100.                     ],
  17101.                 ],
  17102.             ],
  17103.             'liip_imagine.loaders' => [
  17104.                 'default' => [
  17105.                     'filesystem' => [
  17106.                         'locator' => 'filesystem',
  17107.                         'data_root' => [
  17108.                             => (\dirname(__DIR__4).'/public'),
  17109.                         ],
  17110.                         'allow_unresolvable_data_roots' => false,
  17111.                         'bundle_resources' => [
  17112.                             'enabled' => false,
  17113.                             'access_control_type' => 'blacklist',
  17114.                             'access_control_list' => [
  17115.                             ],
  17116.                         ],
  17117.                     ],
  17118.                 ],
  17119.             ],
  17120.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  17121.             'liip_imagine.jpegoptim.stripAll' => true,
  17122.             'liip_imagine.jpegoptim.max' => NULL,
  17123.             'liip_imagine.jpegoptim.progressive' => true,
  17124.             'liip_imagine.jpegoptim.tempDir' => NULL,
  17125.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  17126.             'liip_imagine.optipng.level' => 7,
  17127.             'liip_imagine.optipng.stripAll' => true,
  17128.             'liip_imagine.optipng.tempDir' => NULL,
  17129.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  17130.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  17131.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  17132.             'liip_imagine.cwebp.tempDir' => NULL,
  17133.             'liip_imagine.cwebp.q' => 75,
  17134.             'liip_imagine.cwebp.alphaQ' => 100,
  17135.             'liip_imagine.cwebp.m' => 4,
  17136.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  17137.             'liip_imagine.cwebp.alphaMethod' => 1,
  17138.             'liip_imagine.cwebp.exact' => false,
  17139.             'liip_imagine.cwebp.metadata' => [
  17140.                 => 'none',
  17141.             ],
  17142.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  17143.             'liip_imagine.cache.resolver.default' => 'default',
  17144.             'liip_imagine.default_image' => NULL,
  17145.             'liip_imagine.filter_sets' => [
  17146.                 'compress' => [
  17147.                     'quality' => 75,
  17148.                     'jpeg_quality' => NULL,
  17149.                     'png_compression_level' => NULL,
  17150.                     'png_compression_filter' => NULL,
  17151.                     'format' => NULL,
  17152.                     'animated' => false,
  17153.                     'cache' => NULL,
  17154.                     'data_loader' => NULL,
  17155.                     'default_image' => NULL,
  17156.                     'filters' => [
  17157.                     ],
  17158.                     'post_processors' => [
  17159.                     ],
  17160.                 ],
  17161.                 'cache' => [
  17162.                     'quality' => 100,
  17163.                     'jpeg_quality' => NULL,
  17164.                     'png_compression_level' => NULL,
  17165.                     'png_compression_filter' => NULL,
  17166.                     'format' => NULL,
  17167.                     'animated' => false,
  17168.                     'cache' => NULL,
  17169.                     'data_loader' => NULL,
  17170.                     'default_image' => NULL,
  17171.                     'filters' => [
  17172.                     ],
  17173.                     'post_processors' => [
  17174.                     ],
  17175.                 ],
  17176.                 'default' => [
  17177.                     'quality' => 90,
  17178.                     'jpeg_quality' => NULL,
  17179.                     'png_compression_level' => NULL,
  17180.                     'png_compression_filter' => NULL,
  17181.                     'format' => NULL,
  17182.                     'animated' => false,
  17183.                     'cache' => NULL,
  17184.                     'data_loader' => NULL,
  17185.                     'default_image' => NULL,
  17186.                     'filters' => [
  17187.                     ],
  17188.                     'post_processors' => [
  17189.                     ],
  17190.                 ],
  17191.                 'thumbnail_filemanager_modal' => [
  17192.                     'quality' => 65,
  17193.                     'jpeg_quality' => NULL,
  17194.                     'png_compression_level' => NULL,
  17195.                     'png_compression_filter' => NULL,
  17196.                     'format' => NULL,
  17197.                     'animated' => false,
  17198.                     'cache' => NULL,
  17199.                     'data_loader' => NULL,
  17200.                     'default_image' => NULL,
  17201.                     'filters' => [
  17202.                         'thumbnail' => [
  17203.                             'size' => [
  17204.                                 => 50,
  17205.                                 => 50,
  17206.                             ],
  17207.                             'mode' => 'outbound',
  17208.                         ],
  17209.                     ],
  17210.                     'post_processors' => [
  17211.                     ],
  17212.                 ],
  17213.                 'gph3' => [
  17214.                     'quality' => 80,
  17215.                     'jpeg_quality' => NULL,
  17216.                     'png_compression_level' => NULL,
  17217.                     'png_compression_filter' => NULL,
  17218.                     'format' => NULL,
  17219.                     'animated' => false,
  17220.                     'cache' => NULL,
  17221.                     'data_loader' => NULL,
  17222.                     'default_image' => NULL,
  17223.                     'filters' => [
  17224.                         'thumbnail' => [
  17225.                             'size' => [
  17226.                                 => 400,
  17227.                                 => 400,
  17228.                             ],
  17229.                             'mode' => 'outbound',
  17230.                         ],
  17231.                     ],
  17232.                     'post_processors' => [
  17233.                     ],
  17234.                 ],
  17235.                 'thumbnail_filemanager_preview' => [
  17236.                     'quality' => 75,
  17237.                     'jpeg_quality' => NULL,
  17238.                     'png_compression_level' => NULL,
  17239.                     'png_compression_filter' => NULL,
  17240.                     'format' => NULL,
  17241.                     'animated' => false,
  17242.                     'cache' => NULL,
  17243.                     'data_loader' => NULL,
  17244.                     'default_image' => NULL,
  17245.                     'filters' => [
  17246.                         'relative_resize' => [
  17247.                             'heighten' => 150,
  17248.                         ],
  17249.                     ],
  17250.                     'post_processors' => [
  17251.                     ],
  17252.                 ],
  17253.                 'thumbnail_page_admin' => [
  17254.                     'quality' => 75,
  17255.                     'jpeg_quality' => NULL,
  17256.                     'png_compression_level' => NULL,
  17257.                     'png_compression_filter' => NULL,
  17258.                     'format' => NULL,
  17259.                     'animated' => false,
  17260.                     'cache' => NULL,
  17261.                     'data_loader' => NULL,
  17262.                     'default_image' => NULL,
  17263.                     'filters' => [
  17264.                         'thumbnail' => [
  17265.                             'size' => [
  17266.                                 => 50,
  17267.                                 => 50,
  17268.                             ],
  17269.                             'mode' => 'inset',
  17270.                         ],
  17271.                         'background' => [
  17272.                             'size' => [
  17273.                                 => 50,
  17274.                                 => 50,
  17275.                             ],
  17276.                             'position' => 'center',
  17277.                             'color' => '#fff',
  17278.                         ],
  17279.                     ],
  17280.                     'post_processors' => [
  17281.                     ],
  17282.                 ],
  17283.                 'cm' => [
  17284.                     'quality' => 75,
  17285.                     'jpeg_quality' => NULL,
  17286.                     'png_compression_level' => NULL,
  17287.                     'png_compression_filter' => NULL,
  17288.                     'format' => NULL,
  17289.                     'animated' => false,
  17290.                     'cache' => NULL,
  17291.                     'data_loader' => NULL,
  17292.                     'default_image' => NULL,
  17293.                     'filters' => [
  17294.                         'thumbnail' => [
  17295.                             'size' => [
  17296.                                 => 400,
  17297.                                 => 300,
  17298.                             ],
  17299.                             'mode' => 'outbound',
  17300.                         ],
  17301.                     ],
  17302.                     'post_processors' => [
  17303.                     ],
  17304.                 ],
  17305.                 'box' => [
  17306.                     'quality' => 80,
  17307.                     'jpeg_quality' => NULL,
  17308.                     'png_compression_level' => NULL,
  17309.                     'png_compression_filter' => NULL,
  17310.                     'format' => NULL,
  17311.                     'animated' => false,
  17312.                     'cache' => NULL,
  17313.                     'data_loader' => NULL,
  17314.                     'default_image' => NULL,
  17315.                     'filters' => [
  17316.                         'thumbnail' => [
  17317.                             'size' => [
  17318.                                 => 1000,
  17319.                                 => 800,
  17320.                             ],
  17321.                             'mode' => 'outbound',
  17322.                         ],
  17323.                     ],
  17324.                     'post_processors' => [
  17325.                     ],
  17326.                 ],
  17327.                 'opengraph' => [
  17328.                     'quality' => 85,
  17329.                     'jpeg_quality' => NULL,
  17330.                     'png_compression_level' => NULL,
  17331.                     'png_compression_filter' => NULL,
  17332.                     'format' => NULL,
  17333.                     'animated' => false,
  17334.                     'cache' => NULL,
  17335.                     'data_loader' => NULL,
  17336.                     'default_image' => NULL,
  17337.                     'filters' => [
  17338.                         'thumbnail' => [
  17339.                             'size' => [
  17340.                                 => 600,
  17341.                                 => 400,
  17342.                             ],
  17343.                             'mode' => 'outbound',
  17344.                         ],
  17345.                         'background' => [
  17346.                             'size' => [
  17347.                                 => 600,
  17348.                                 => 400,
  17349.                             ],
  17350.                             'position' => 'center',
  17351.                             'color' => '#fff',
  17352.                         ],
  17353.                         'scale' => [
  17354.                             'dim' => [
  17355.                                 => 600,
  17356.                                 => 400,
  17357.                             ],
  17358.                         ],
  17359.                         'crop' => [
  17360.                             'size' => [
  17361.                                 => 600,
  17362.                                 => 400,
  17363.                             ],
  17364.                         ],
  17365.                     ],
  17366.                     'post_processors' => [
  17367.                     ],
  17368.                 ],
  17369.             ],
  17370.             'liip_imagine.binary.loader.default' => 'default',
  17371.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  17372.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  17373.             'liip_imagine.webp.generate' => true,
  17374.             'liip_imagine.webp.options' => [
  17375.                 'quality' => 100,
  17376.                 'cache' => NULL,
  17377.                 'data_loader' => NULL,
  17378.                 'post_processors' => [
  17379.                 ],
  17380.             ],
  17381.             'monolog.use_microseconds' => true,
  17382.             'monolog.swift_mailer.handlers' => [
  17383.             ],
  17384.             'monolog.handlers_to_channels' => [
  17385.             ],
  17386.             'event_dispatcher.event_aliases' => [
  17387.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  17388.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  17389.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  17390.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  17391.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  17392.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  17393.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  17394.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  17395.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  17396.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  17397.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  17398.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  17399.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  17400.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  17401.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  17402.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  17403.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  17404.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  17405.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  17406.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  17407.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  17408.             ],
  17409.             'fragment.renderer.hinclude.global_template' => NULL,
  17410.             'fragment.path' => '/_fragment',
  17411.             'kernel.http_method_override' => false,
  17412.             'kernel.trusted_hosts' => [
  17413.             ],
  17414.             'kernel.default_locale' => 'en',
  17415.             'kernel.enabled_locales' => [
  17416.             ],
  17417.             'kernel.error_controller' => 'error_controller',
  17418.             'debug.file_link_format' => NULL,
  17419.             'test.client.parameters' => [
  17420.             ],
  17421.             'asset.request_context.base_path' => NULL,
  17422.             'asset.request_context.secure' => NULL,
  17423.             'translator.logging' => false,
  17424.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  17425.             'debug.error_handler.throw_at' => -1,
  17426.             'router.request_context.host' => 'localhost',
  17427.             'router.request_context.scheme' => 'http',
  17428.             'router.request_context.base_url' => '',
  17429.             'router.resource' => 'kernel::loadRoutes',
  17430.             'request_listener.http_port' => 80,
  17431.             'request_listener.https_port' => 443,
  17432.             'session.metadata.storage_key' => '_sf2_meta',
  17433.             'session.storage.options' => [
  17434.                 'cache_limiter' => '0',
  17435.                 'cookie_secure' => 'auto',
  17436.                 'cookie_httponly' => true,
  17437.                 'cookie_samesite' => 'lax',
  17438.                 'gc_probability' => 1,
  17439.             ],
  17440.             'session.metadata.update_threshold' => 0,
  17441.             'form.type_extension.csrf.enabled' => true,
  17442.             'form.type_extension.csrf.field_name' => '_token',
  17443.             'validator.translation_domain' => 'validators',
  17444.             'profiler_listener.only_exceptions' => false,
  17445.             'profiler_listener.only_main_requests' => false,
  17446.             'twig.form.resources' => [
  17447.                 => 'form_div_layout.html.twig',
  17448.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  17449.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  17450.             ],
  17451.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  17452.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  17453.             'web_profiler.debug_toolbar.mode' => 2,
  17454.             'security.role_hierarchy.roles' => [
  17455.                 'ROLE_CONTENT' => [
  17456.                     => 'ROLE_USER',
  17457.                 ],
  17458.                 'ROLE_ADMIN' => [
  17459.                     => 'ROLE_CONTENT',
  17460.                 ],
  17461.                 'ROLE_SUPER_ADMIN' => [
  17462.                     => 'ROLE_ADMIN',
  17463.                 ],
  17464.             ],
  17465.             'security.access.denied_url' => NULL,
  17466.             'security.authentication.manager.erase_credentials' => true,
  17467.             'security.authentication.session_strategy.strategy' => 'migrate',
  17468.             'security.access.always_authenticate_before_granting' => false,
  17469.             'security.authentication.hide_user_not_found' => true,
  17470.             'security.firewalls' => [
  17471.                 => 'admin',
  17472.                 => 'api_login',
  17473.                 => 'api',
  17474.                 => 'main',
  17475.             ],
  17476.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  17477.             'fos_user.backend_type_orm' => true,
  17478.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  17479.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  17480.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  17481.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  17482.             'fos_user.registration.confirmation.from_email' => [
  17483.                 '[email protected]=> 'Amsel Suite',
  17484.             ],
  17485.             'fos_user.resetting.email.from_email' => [
  17486.                 '[email protected]=> 'Amsel Suite',
  17487.             ],
  17488.             'fos_user.registration.confirmation.from_address' => [
  17489.                 'address' => '[email protected]',
  17490.                 'sender_name' => 'Amsel Suite',
  17491.             ],
  17492.             'fos_user.resetting.email.from_address' => [
  17493.                 'address' => '[email protected]',
  17494.                 'sender_name' => 'Amsel Suite',
  17495.             ],
  17496.             'fos_user.storage' => 'orm',
  17497.             'fos_user.firewall_name' => 'main',
  17498.             'fos_user.model_manager_name' => NULL,
  17499.             'fos_user.model.user.class' => 'App\\Entity\\User',
  17500.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  17501.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  17502.             'fos_user.profile.form.validation_groups' => [
  17503.                 => 'Profile',
  17504.                 => 'Default',
  17505.             ],
  17506.             'fos_user.registration.confirmation.enabled' => false,
  17507.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  17508.             'fos_user.registration.form.validation_groups' => [
  17509.                 => 'Registration',
  17510.                 => 'Default',
  17511.             ],
  17512.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  17513.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  17514.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  17515.             'fos_user.change_password.form.validation_groups' => [
  17516.                 => 'ChangePassword',
  17517.                 => 'Default',
  17518.             ],
  17519.             'fos_user.resetting.retry_ttl' => 7200,
  17520.             'fos_user.resetting.token_ttl' => 86400,
  17521.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  17522.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  17523.             'fos_user.resetting.form.validation_groups' => [
  17524.                 => 'ResetPassword',
  17525.                 => 'Default',
  17526.             ],
  17527.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  17528.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  17529.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  17530.             'knp_paginator.page_range' => 5,
  17531.             'knp_paginator.page_limit' => NULL,
  17532.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  17533.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  17534.             'doctrine_behaviors_blameable_user_entity' => NULL,
  17535.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  17536.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  17537.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  17538.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  17539.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  17540.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  17541.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  17542.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  17543.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  17544.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  17545.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  17546.             'doctrine.entity_managers' => [
  17547.                 'default' => 'doctrine.orm.default_entity_manager',
  17548.             ],
  17549.             'doctrine.default_entity_manager' => 'default',
  17550.             'doctrine.dbal.connection_factory.types' => [
  17551.             ],
  17552.             'doctrine.connections' => [
  17553.                 'default' => 'doctrine.dbal.default_connection',
  17554.             ],
  17555.             'doctrine.default_connection' => 'default',
  17556.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  17557.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  17558.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  17559.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  17560.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  17561.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  17562.             'doctrine.orm.cache.memcache_host' => 'localhost',
  17563.             'doctrine.orm.cache.memcache_port' => 11211,
  17564.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  17565.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  17566.             'doctrine.orm.cache.memcached_host' => 'localhost',
  17567.             'doctrine.orm.cache.memcached_port' => 11211,
  17568.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  17569.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  17570.             'doctrine.orm.cache.redis_host' => 'localhost',
  17571.             'doctrine.orm.cache.redis_port' => 6379,
  17572.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  17573.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  17574.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  17575.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  17576.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  17577.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  17578.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  17579.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  17580.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  17581.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  17582.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  17583.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  17584.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  17585.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  17586.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  17587.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  17588.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  17589.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  17590.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  17591.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  17592.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  17593.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  17594.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  17595.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  17596.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  17597.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  17598.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  17599.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  17600.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  17601.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  17602.             'doctrine.orm.auto_generate_proxy_classes' => true,
  17603.             'doctrine.orm.proxy_namespace' => 'Proxies',
  17604.             'minishlink_web_push.class' => 'Minishlink\\WebPush\\WebPush',
  17605.             'minishlink_web_push.auth' => [
  17606.             ],
  17607.             'minishlink_web_push.default_options' => [
  17608.                 'TTL' => 2419200,
  17609.                 'urgency' => NULL,
  17610.                 'topic' => NULL,
  17611.             ],
  17612.             'minishlink_web_push.timeout' => 30,
  17613.             'minishlink_web_push.automatic_padding' => true,
  17614.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  17615.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  17616.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  17617.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  17618.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  17619.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  17620.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  17621.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  17622.             'jms_i18n_routing.default_locale' => 'en',
  17623.             'jms_i18n_routing.locales' => [
  17624.                 => 'en',
  17625.                 => 'fr',
  17626.             ],
  17627.             'jms_i18n_routing.catalogue' => 'routes',
  17628.             'jms_i18n_routing.strategy' => 'prefix_except_default',
  17629.             'jms_i18n_routing.redirect_to_host' => true,
  17630.             'jms_i18n_routing.cookie.name' => 'hl',
  17631.             'jms_translation.twig_extension.class' => 'JMS\\TranslationBundle\\Twig\\TranslationExtension',
  17632.             'jms_translation.controller.translate_controller.class' => 'JMS\\TranslationBundle\\Controller\\TranslateController',
  17633.             'jms_translation.controller.api_controller.class' => 'JMS\\TranslationBundle\\Controller\\ApiController',
  17634.             'jms_translation.extractor_manager.class' => 'JMS\\TranslationBundle\\Translation\\ExtractorManager',
  17635.             'jms_translation.extractor.file_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\FileExtractor',
  17636.             'jms_translation.extractor.file.default_php_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\DefaultPhpFileExtractor',
  17637.             'jms_translation.extractor.file.translation_container_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TranslationContainerExtractor',
  17638.             'jms_translation.extractor.file.twig_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TwigFileExtractor',
  17639.             'jms_translation.extractor.file.form_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\FormExtractor',
  17640.             'jms_translation.extractor.file.validation_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\ValidationExtractor',
  17641.             'jms_translation.extractor.file.authentication_message_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\AuthenticationMessagesExtractor',
  17642.             'jms_translation.loader.symfony.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\Symfony\\XliffLoader',
  17643.             'jms_translation.loader.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\XliffLoader',
  17644.             'jms_translation.loader.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\SymfonyLoaderAdapter',
  17645.             'jms_translation.loader_manager.class' => 'JMS\\TranslationBundle\\Translation\\LoaderManager',
  17646.             'jms_translation.dumper.php_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\PhpDumper',
  17647.             'jms_translation.dumper.xliff_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\XliffDumper',
  17648.             'jms_translation.dumper.yaml_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\YamlDumper',
  17649.             'jms_translation.dumper.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\SymfonyDumperAdapter',
  17650.             'jms_translation.file_writer.class' => 'JMS\\TranslationBundle\\Translation\\FileWriter',
  17651.             'jms_translation.updater.class' => 'JMS\\TranslationBundle\\Translation\\Updater',
  17652.             'jms_translation.config_factory.class' => 'JMS\\TranslationBundle\\Translation\\ConfigFactory',
  17653.             'jms_translation.file_source_factory.class' => 'JMS\\TranslationBundle\\Translation\\FileSourceFactory',
  17654.             'jms_translation.source_language' => 'en',
  17655.             'jms_translation.locales' => [
  17656.             ],
  17657.             'jms_translation.dumper.add_date' => true,
  17658.             'jms_translation.dumper.add_references' => true,
  17659.             'doctrine.migrations.preferred_em' => NULL,
  17660.             'doctrine.migrations.preferred_connection' => NULL,
  17661.             'lexik_jwt_authentication.token_ttl' => 3600,
  17662.             'lexik_jwt_authentication.clock_skew' => 0,
  17663.             'lexik_jwt_authentication.user_identity_field' => 'username',
  17664.             'lexik_jwt_authentication.allow_no_expiration' => false,
  17665.             'lexik_jwt_authentication.user_id_claim' => 'username',
  17666.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  17667.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  17668.             'gesdinet_jwt_refresh_token.ttl' => 15552000,
  17669.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  17670.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  17671.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  17672.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  17673.             'gesdinet_jwt_refresh_token.single_use' => false,
  17674.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  17675.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  17676.             'gesdinet_jwt_refresh_token.cookie' => [
  17677.                 'enabled' => false,
  17678.                 'same_site' => 'lax',
  17679.                 'path' => '/',
  17680.                 'domain' => NULL,
  17681.                 'http_only' => true,
  17682.                 'secure' => true,
  17683.                 'partitioned' => false,
  17684.                 'remove_token_from_body' => true,
  17685.             ],
  17686.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  17687.             'gesdinet_jwt_refresh_token.return_expiration' => true,
  17688.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  17689.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  17690.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  17691.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  17692.             'maker.compatible_check.doctrine.supports_attributes' => true,
  17693.             'data_collector.templates' => [
  17694.                 'data_collector.request' => [
  17695.                     => 'request',
  17696.                     => '@WebProfiler/Collector/request.html.twig',
  17697.                 ],
  17698.                 'data_collector.time' => [
  17699.                     => 'time',
  17700.                     => '@WebProfiler/Collector/time.html.twig',
  17701.                 ],
  17702.                 'data_collector.memory' => [
  17703.                     => 'memory',
  17704.                     => '@WebProfiler/Collector/memory.html.twig',
  17705.                 ],
  17706.                 'data_collector.validator' => [
  17707.                     => 'validator',
  17708.                     => '@WebProfiler/Collector/validator.html.twig',
  17709.                 ],
  17710.                 'data_collector.ajax' => [
  17711.                     => 'ajax',
  17712.                     => '@WebProfiler/Collector/ajax.html.twig',
  17713.                 ],
  17714.                 'data_collector.form' => [
  17715.                     => 'form',
  17716.                     => '@WebProfiler/Collector/form.html.twig',
  17717.                 ],
  17718.                 'data_collector.exception' => [
  17719.                     => 'exception',
  17720.                     => '@WebProfiler/Collector/exception.html.twig',
  17721.                 ],
  17722.                 'data_collector.logger' => [
  17723.                     => 'logger',
  17724.                     => '@WebProfiler/Collector/logger.html.twig',
  17725.                 ],
  17726.                 'data_collector.events' => [
  17727.                     => 'events',
  17728.                     => '@WebProfiler/Collector/events.html.twig',
  17729.                 ],
  17730.                 'data_collector.router' => [
  17731.                     => 'router',
  17732.                     => '@WebProfiler/Collector/router.html.twig',
  17733.                 ],
  17734.                 'data_collector.cache' => [
  17735.                     => 'cache',
  17736.                     => '@WebProfiler/Collector/cache.html.twig',
  17737.                 ],
  17738.                 'data_collector.translation' => [
  17739.                     => 'translation',
  17740.                     => '@WebProfiler/Collector/translation.html.twig',
  17741.                 ],
  17742.                 'data_collector.security' => [
  17743.                     => 'security',
  17744.                     => '@Security/Collector/security.html.twig',
  17745.                 ],
  17746.                 'data_collector.twig' => [
  17747.                     => 'twig',
  17748.                     => '@WebProfiler/Collector/twig.html.twig',
  17749.                 ],
  17750.                 'data_collector.http_client' => [
  17751.                     => 'http_client',
  17752.                     => '@WebProfiler/Collector/http_client.html.twig',
  17753.                 ],
  17754.                 'data_collector.doctrine' => [
  17755.                     => 'db',
  17756.                     => '@Doctrine/Collector/db.html.twig',
  17757.                 ],
  17758.                 'mailer.data_collector' => [
  17759.                     => 'mailer',
  17760.                     => '@WebProfiler/Collector/mailer.html.twig',
  17761.                 ],
  17762.                 'data_collector.config' => [
  17763.                     => 'config',
  17764.                     => '@WebProfiler/Collector/config.html.twig',
  17765.                 ],
  17766.             ],
  17767.             'console.command.ids' => [
  17768.             ],
  17769.         ];
  17770.     }
  17771.     protected function throw($message)
  17772.     {
  17773.         throw new RuntimeException($message);
  17774.     }
  17775. }