var/cache/dev/ContainerBx5ATfA/App_KernelDevDebugContainer.php line 11567

Open in your IDE?
  1. <?php
  2. namespace ContainerBx5ATfA;
  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\\Controller\\API\\Blog\\BlogController' => 'getBlogControllerService',
  46.             'App\\Controller\\API\\CategoryController' => 'getCategoryControllerService',
  47.             'App\\Controller\\API\\DesignSchool\\CategoryController' => 'getCategoryController2Service',
  48.             'App\\Controller\\API\\DesignSchool\\ImageController' => 'getImageControllerService',
  49.             'App\\Controller\\API\\DesignSchool\\PostController' => 'getPostControllerService',
  50.             'App\\Controller\\API\\DesignSchool\\SlugController' => 'getSlugControllerService',
  51.             'App\\Controller\\API\\DesignerResource\\CategoryController' => 'getCategoryController3Service',
  52.             'App\\Controller\\API\\DesignerResource\\FileController' => 'getFileControllerService',
  53.             'App\\Controller\\API\\DesignerResource\\ResourceController' => 'getResourceControllerService',
  54.             'App\\Controller\\API\\DesignerResource\\TypeController' => 'getTypeControllerService',
  55.             'App\\Controller\\API\\FAQ\\TopicController' => 'getTopicControllerService',
  56.             'App\\Controller\\API\\Security\\UserController' => 'getUserControllerService',
  57.             'App\\Controller\\Blog\\BlogController' => 'getBlogController2Service',
  58.             'App\\Controller\\Blog\\CategoryController' => 'getCategoryController4Service',
  59.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  60.             'App\\Controller\\DesignSchool\\CategoryController' => 'getCategoryController5Service',
  61.             'App\\Controller\\DesignSchool\\PostController' => 'getPostController2Service',
  62.             'App\\Controller\\DesignerResource\\CategoryController' => 'getCategoryController6Service',
  63.             'App\\Controller\\DesignerResource\\ResourceController' => 'getResourceController2Service',
  64.             'App\\Controller\\FAQ\\TopicController' => 'getTopicController2Service',
  65.             'App\\Controller\\FAQ\\TranslationController' => 'getTranslationControllerService',
  66.             'App\\Controller\\Localization\\MessageController' => 'getMessageControllerService',
  67.             'App\\Controller\\Localization\\TranslationController' => 'getTranslationController2Service',
  68.             'App\\Controller\\Localization\\TranslationHistoryController' => 'getTranslationHistoryControllerService',
  69.             'App\\Controller\\SearchCollectionController' => 'getSearchCollectionControllerService',
  70.             'App\\Controller\\Security\\AuthorizationController' => 'getAuthorizationControllerService',
  71.             'App\\Controller\\Security\\UserController' => 'getUserController2Service',
  72.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  73.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  74.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  75.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  78.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  79.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  80.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  81.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  82.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  83.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  84.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  85.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.blog' => 'getSmartUniqueNamer_BlogService',
  86.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.design_school' => 'getSmartUniqueNamer_DesignSchoolService',
  87.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource' => 'getSmartUniqueNamer_DesignerResourceService',
  88.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource_category' => 'getSmartUniqueNamer_DesignerResourceCategoryService',
  89.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.topic' => 'getSmartUniqueNamer_TopicService',
  90.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  91.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  92.             'cache.app' => 'getCache_AppService',
  93.             'cache.app_clearer' => 'getCache_AppClearerService',
  94.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  95.             'cache.system' => 'getCache_SystemService',
  96.             'cache.system_clearer' => 'getCache_SystemClearerService',
  97.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  98.             'cache_warmer' => 'getCacheWarmerService',
  99.             'console.command_loader' => 'getConsole_CommandLoaderService',
  100.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101.             'doctrine' => 'getDoctrineService',
  102.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  103.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  104.             'error_controller' => 'getErrorControllerService',
  105.             'event_dispatcher' => 'getEventDispatcherService',
  106.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  107.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  108.             'gaufrette.blog_fs_filesystem' => 'getGaufrette_BlogFsFilesystemService',
  109.             'gaufrette.design_school_fs_filesystem' => 'getGaufrette_DesignSchoolFsFilesystemService',
  110.             'gaufrette.designer_resource_category_fs_filesystem' => 'getGaufrette_DesignerResourceCategoryFsFilesystemService',
  111.             'gaufrette.designer_resource_fs_filesystem' => 'getGaufrette_DesignerResourceFsFilesystemService',
  112.             'gaufrette.topic_fs_filesystem' => 'getGaufrette_TopicFsFilesystemService',
  113.             'http_kernel' => 'getHttpKernelService',
  114.             'jms_serializer' => 'getJmsSerializerService',
  115.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  116.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  117.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  118.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  119.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  120.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  121.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  122.             'knp_paginator' => 'getKnpPaginatorService',
  123.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  124.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  125.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  126.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  127.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  128.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  129.             'liip_imagine.binary.loader.design_school_post_loader' => 'getLiipImagine_Binary_Loader_DesignSchoolPostLoaderService',
  130.             'liip_imagine.binary.loader.ds_loader' => 'getLiipImagine_Binary_Loader_DsLoaderService',
  131.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  132.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  133.             'liip_imagine.cache.resolver.design_school_post_resolver' => 'getLiipImagine_Cache_Resolver_DesignSchoolPostResolverService',
  134.             'liip_imagine.cache.resolver.ds_origin_resolver' => 'getLiipImagine_Cache_Resolver_DsOriginResolverService',
  135.             'liip_imagine.cache.resolver.ds_thumbnails_resolver' => 'getLiipImagine_Cache_Resolver_DsThumbnailsResolverService',
  136.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  137.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  138.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  139.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  140.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  141.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  142.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  143.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  144.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  145.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  146.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  147.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  148.             'request_stack' => 'getRequestStackService',
  149.             'router' => 'getRouterService',
  150.             'routing.loader' => 'getRouting_LoaderService',
  151.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  152.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  153.             'scheb_two_factor.qr_code_generator' => 'getSchebTwoFactor_QrCodeGeneratorService',
  154.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  155.             'services_resetter' => 'getServicesResetterService',
  156.             'translator' => 'getTranslatorService',
  157.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  158.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  159.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  160.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  161.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  162.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  163.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  164.             'cache_clearer' => 'getCacheClearerService',
  165.             'filesystem' => 'getFilesystemService',
  166.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  167.             'form.factory' => 'getForm_FactoryService',
  168.             'form.type.file' => 'getForm_Type_FileService',
  169.             'profiler' => 'getProfilerService',
  170.             'twig' => 'getTwigService',
  171.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  172.             'security.token_storage' => 'getSecurity_TokenStorageService',
  173.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  174.             'session' => 'getSessionService',
  175.             'validator' => 'getValidatorService',
  176.         ];
  177.         $this->aliases = [
  178.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  179.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  180.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\QrCode\\QrCodeGenerator' => 'scheb_two_factor.qr_code_generator',
  181.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  182.             'database_connection' => 'doctrine.dbal.default_connection',
  183.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  184.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  185.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  186.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  187.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  188.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  189.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  190.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  191.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  192.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  193.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  194.         ];
  195.         $this->privates['service_container'] = function () {
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  202.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  203.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  206.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  208.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  210.             include_once \dirname(__DIR__4).'/src/ExternalRouting/Blog/BlogPostUrlGenerator.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  223.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  364.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  423.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  426.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  433.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  442.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  448.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  458.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  461.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/GaufretteStorage.php';
  462.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemMapInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/FilesystemMap.php';
  465.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  467.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  468.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MetadataSupporter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ListKeysAware.php';
  470.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/AwsS3.php';
  473.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/AwsS3Resolver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  477.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  478.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  495.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  501.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  519.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  523.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  530.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  553.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  570.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  581.         };
  582.     }
  583.     public function compile(): void
  584.     {
  585.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  586.     }
  587.     public function isCompiled(): bool
  588.     {
  589.         return true;
  590.     }
  591.     public function getRemovedIds(): array
  592.     {
  593.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  594.     }
  595.     /**
  596.      * Gets the public '.container.private.cache_clearer' shared service.
  597.      *
  598.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  599.      */
  600.     protected function get_Container_Private_CacheClearerService()
  601.     {
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  604.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  605.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  606.         }, 1));
  607.     }
  608.     /**
  609.      * Gets the public '.container.private.filesystem' shared service.
  610.      *
  611.      * @return \Symfony\Component\Filesystem\Filesystem
  612.      */
  613.     protected function get_Container_Private_FilesystemService()
  614.     {
  615.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  616.     }
  617.     /**
  618.      * Gets the public '.container.private.form.factory' shared service.
  619.      *
  620.      * @return \Symfony\Component\Form\FormFactory
  621.      */
  622.     protected function get_Container_Private_Form_FactoryService()
  623.     {
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  626.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  627.     }
  628.     /**
  629.      * Gets the public '.container.private.form.type.file' shared service.
  630.      *
  631.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  632.      */
  633.     protected function get_Container_Private_Form_Type_FileService()
  634.     {
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  638.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  639.     }
  640.     /**
  641.      * Gets the public '.container.private.profiler' shared service.
  642.      *
  643.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  644.      */
  645.     protected function get_Container_Private_ProfilerService()
  646.     {
  647.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  648.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  649.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  650.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  652.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  653.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  654.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  655.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  656.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  657.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  658.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  659.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  660.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  661.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  662.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  663.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  664.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  665.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  666.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  667.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  668.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  669.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  670.         if ($this->has('kernel')) {
  671.             $f->setKernel($b);
  672.         }
  673.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  674.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  675.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  676.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  677.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  678.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  679.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  680.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  681.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  682.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  683.         $instance->add($d);
  684.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  685.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  686.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  687.         $instance->add($e);
  688.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  689.         $instance->add($f);
  690.         return $instance;
  691.     }
  692.     /**
  693.      * Gets the public '.container.private.security.authorization_checker' shared service.
  694.      *
  695.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  696.      */
  697.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  698.     {
  699.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  700.     }
  701.     /**
  702.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  703.      *
  704.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  705.      */
  706.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  707.     {
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  712.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  713.     }
  714.     /**
  715.      * Gets the public '.container.private.security.password_encoder' shared service.
  716.      *
  717.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  718.      *
  719.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  720.      */
  721.     protected function get_Container_Private_Security_PasswordEncoderService()
  722.     {
  723.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  724.         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()));
  725.     }
  726.     /**
  727.      * Gets the public '.container.private.security.token_storage' shared service.
  728.      *
  729.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  730.      */
  731.     protected function get_Container_Private_Security_TokenStorageService()
  732.     {
  733.         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, [
  734.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  735.         ], [
  736.             'request_stack' => '?',
  737.         ]));
  738.     }
  739.     /**
  740.      * Gets the public '.container.private.session' shared service.
  741.      *
  742.      * @return \Symfony\Component\HttpFoundation\Session\Session
  743.      */
  744.     protected function get_Container_Private_SessionService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  748.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  749.     }
  750.     /**
  751.      * Gets the public '.container.private.twig' shared service.
  752.      *
  753.      * @return \Twig\Environment
  754.      */
  755.     protected function get_Container_Private_TwigService()
  756.     {
  757.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  758.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  759.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  761.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  766.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  767.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  768.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  769.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  771.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  772.         $a->addPath((\dirname(__DIR__4).'/templates'));
  773.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  774.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  775.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  776.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  777.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  778.         $e = ($this->services['router'] ?? $this->getRouterService());
  779.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  780.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  781.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  782.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  783.         $i = new \Symfony\Bridge\Twig\AppVariable();
  784.         $i->setEnvironment('dev');
  785.         $i->setDebug(true);
  786.         if ($this->has('.container.private.security.token_storage')) {
  787.             $i->setTokenStorage($g);
  788.         }
  789.         if ($this->has('request_stack')) {
  790.             $i->setRequestStack($f);
  791.         }
  792.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  793.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  794.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  795.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  796.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  797.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  798.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  799.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  800.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  802.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  806.         $instance->addExtension(new \App\Twig\AppExtension(70$this->getParameter('app.site_urls'), ($this->privates['App\\ExternalRouting\\Blog\\BlogPostUrlGenerator'] ?? $this->getBlogPostUrlGeneratorService())));
  807.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  808.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  809.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  810.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  811.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  812.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  813.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  814.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  815.         ], [
  816.             'webpack_encore.entrypoint_lookup_collection' => '?',
  817.             'webpack_encore.tag_renderer' => '?',
  818.         ])));
  819.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  820.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  821.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  822.         $instance->addGlobal('app'$i);
  823.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  824.             'App\\Twig\\Runtime\\FAQ\\Topic\\RenderPath' => ['privates''App\\Twig\\Runtime\\FAQ\\Topic\\RenderPath''getRenderPathService'false],
  825.             'App\\Twig\\Runtime\\Localization\\RenderTranslation' => ['privates''App\\Twig\\Runtime\\Localization\\RenderTranslation''getRenderTranslationService'false],
  826.             'App\\Twig\\Runtime\\Menu\\RenderSidebar' => ['privates''App\\Twig\\Runtime\\Menu\\RenderSidebar''getRenderSidebarService'false],
  827.             'App\\Twig\\Runtime\\Security\\RenderJWT' => ['privates''App\\Twig\\Runtime\\Security\\RenderJWT''getRenderJWTService'false],
  828.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  829.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  830.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  831.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  832.         ], [
  833.             'App\\Twig\\Runtime\\FAQ\\Topic\\RenderPath' => '?',
  834.             'App\\Twig\\Runtime\\Localization\\RenderTranslation' => '?',
  835.             'App\\Twig\\Runtime\\Menu\\RenderSidebar' => '?',
  836.             'App\\Twig\\Runtime\\Security\\RenderJWT' => '?',
  837.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  838.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  839.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  840.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  841.         ])));
  842.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  843.         return $instance;
  844.     }
  845.     /**
  846.      * Gets the public '.container.private.validator' shared service.
  847.      *
  848.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  849.      */
  850.     protected function get_Container_Private_ValidatorService()
  851.     {
  852.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  853.     }
  854.     /**
  855.      * Gets the public 'App\Controller\API\Blog\BlogController' shared autowired service.
  856.      *
  857.      * @return \App\Controller\API\Blog\BlogController
  858.      */
  859.     protected function getBlogControllerService()
  860.     {
  861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  862.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  863.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  864.         include_once \dirname(__DIR__4).'/src/Controller/API/Blog/BlogController.php';
  865.         $this->services['App\\Controller\\API\\Blog\\BlogController'] = $instance = new \App\Controller\API\Blog\BlogController(($this->privates['App\\Service\\Bus\\Blog\\Flush'] ?? $this->getFlushService()));
  866.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\Blog\\BlogController'$this));
  867.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  868.         return $instance;
  869.     }
  870.     /**
  871.      * Gets the public 'App\Controller\API\CategoryController' shared autowired service.
  872.      *
  873.      * @return \App\Controller\API\CategoryController
  874.      */
  875.     protected function getCategoryControllerService()
  876.     {
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  878.         include_once \dirname(__DIR__4).'/src/Controller/API/CategoryController.php';
  879.         $this->services['App\\Controller\\API\\CategoryController'] = $instance = new \App\Controller\API\CategoryController();
  880.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\CategoryController'$this));
  881.         return $instance;
  882.     }
  883.     /**
  884.      * Gets the public 'App\Controller\API\DesignSchool\CategoryController' shared autowired service.
  885.      *
  886.      * @return \App\Controller\API\DesignSchool\CategoryController
  887.      */
  888.     protected function getCategoryController2Service()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  891.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignSchool/CategoryController.php';
  892.         $this->services['App\\Controller\\API\\DesignSchool\\CategoryController'] = $instance = new \App\Controller\API\DesignSchool\CategoryController();
  893.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignSchool\\CategoryController'$this));
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'App\Controller\API\DesignSchool\ImageController' shared autowired service.
  898.      *
  899.      * @return \App\Controller\API\DesignSchool\ImageController
  900.      */
  901.     protected function getImageControllerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  904.         include_once \dirname(__DIR__4).'/src/Controller/API/UploadableController.php';
  905.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignSchool/ImageController.php';
  906.         $this->services['App\\Controller\\API\\DesignSchool\\ImageController'] = $instance = new \App\Controller\API\DesignSchool\ImageController();
  907.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignSchool\\ImageController'$this));
  908.         return $instance;
  909.     }
  910.     /**
  911.      * Gets the public 'App\Controller\API\DesignSchool\PostController' shared autowired service.
  912.      *
  913.      * @return \App\Controller\API\DesignSchool\PostController
  914.      */
  915.     protected function getPostControllerService()
  916.     {
  917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  918.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignSchool/PostController.php';
  920.         $this->services['App\\Controller\\API\\DesignSchool\\PostController'] = $instance = new \App\Controller\API\DesignSchool\PostController();
  921.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignSchool\\PostController'$this));
  922.         return $instance;
  923.     }
  924.     /**
  925.      * Gets the public 'App\Controller\API\DesignSchool\SlugController' shared autowired service.
  926.      *
  927.      * @return \App\Controller\API\DesignSchool\SlugController
  928.      */
  929.     protected function getSlugControllerService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  932.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignSchool/SlugController.php';
  933.         $this->services['App\\Controller\\API\\DesignSchool\\SlugController'] = $instance = new \App\Controller\API\DesignSchool\SlugController();
  934.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignSchool\\SlugController'$this));
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public 'App\Controller\API\DesignerResource\CategoryController' shared autowired service.
  939.      *
  940.      * @return \App\Controller\API\DesignerResource\CategoryController
  941.      */
  942.     protected function getCategoryController3Service()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  945.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignerResource/CategoryController.php';
  946.         return $this->services['App\\Controller\\API\\DesignerResource\\CategoryController'] = new \App\Controller\API\DesignerResource\CategoryController();
  947.     }
  948.     /**
  949.      * Gets the public 'App\Controller\API\DesignerResource\FileController' shared autowired service.
  950.      *
  951.      * @return \App\Controller\API\DesignerResource\FileController
  952.      */
  953.     protected function getFileControllerService()
  954.     {
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  956.         include_once \dirname(__DIR__4).'/src/Controller/API/UploadableController.php';
  957.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignerResource/FileController.php';
  958.         $this->services['App\\Controller\\API\\DesignerResource\\FileController'] = $instance = new \App\Controller\API\DesignerResource\FileController();
  959.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignerResource\\FileController'$this));
  960.         return $instance;
  961.     }
  962.     /**
  963.      * Gets the public 'App\Controller\API\DesignerResource\ResourceController' shared autowired service.
  964.      *
  965.      * @return \App\Controller\API\DesignerResource\ResourceController
  966.      */
  967.     protected function getResourceControllerService()
  968.     {
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  971.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignerResource/ResourceController.php';
  972.         $this->services['App\\Controller\\API\\DesignerResource\\ResourceController'] = $instance = new \App\Controller\API\DesignerResource\ResourceController();
  973.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\DesignerResource\\ResourceController'$this));
  974.         return $instance;
  975.     }
  976.     /**
  977.      * Gets the public 'App\Controller\API\DesignerResource\TypeController' shared autowired service.
  978.      *
  979.      * @return \App\Controller\API\DesignerResource\TypeController
  980.      */
  981.     protected function getTypeControllerService()
  982.     {
  983.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  984.         include_once \dirname(__DIR__4).'/src/Controller/API/DesignerResource/TypeController.php';
  985.         return $this->services['App\\Controller\\API\\DesignerResource\\TypeController'] = new \App\Controller\API\DesignerResource\TypeController();
  986.     }
  987.     /**
  988.      * Gets the public 'App\Controller\API\FAQ\TopicController' shared autowired service.
  989.      *
  990.      * @return \App\Controller\API\FAQ\TopicController
  991.      */
  992.     protected function getTopicControllerService()
  993.     {
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  996.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  997.         include_once \dirname(__DIR__4).'/src/Controller/API/FAQ/TopicController.php';
  998.         $this->services['App\\Controller\\API\\FAQ\\TopicController'] = $instance = new \App\Controller\API\FAQ\TopicController();
  999.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\FAQ\\TopicController'$this));
  1000.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1001.         return $instance;
  1002.     }
  1003.     /**
  1004.      * Gets the public 'App\Controller\API\Security\UserController' shared autowired service.
  1005.      *
  1006.      * @return \App\Controller\API\Security\UserController
  1007.      */
  1008.     protected function getUserControllerService()
  1009.     {
  1010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1011.         include_once \dirname(__DIR__4).'/src/Controller/API/Security/UserController.php';
  1012.         $this->services['App\\Controller\\API\\Security\\UserController'] = $instance = new \App\Controller\API\Security\UserController();
  1013.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\API\\Security\\UserController'$this));
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the public 'App\Controller\Blog\BlogController' shared autowired service.
  1018.      *
  1019.      * @return \App\Controller\Blog\BlogController
  1020.      */
  1021.     protected function getBlogController2Service()
  1022.     {
  1023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1024.         include_once \dirname(__DIR__4).'/src/Controller/Blog/BlogController.php';
  1025.         $this->services['App\\Controller\\Blog\\BlogController'] = $instance = new \App\Controller\Blog\BlogController();
  1026.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Blog\\BlogController'$this));
  1027.         return $instance;
  1028.     }
  1029.     /**
  1030.      * Gets the public 'App\Controller\Blog\CategoryController' shared autowired service.
  1031.      *
  1032.      * @return \App\Controller\Blog\CategoryController
  1033.      */
  1034.     protected function getCategoryController4Service()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1037.         include_once \dirname(__DIR__4).'/src/Controller/Blog/CategoryController.php';
  1038.         $this->services['App\\Controller\\Blog\\CategoryController'] = $instance = new \App\Controller\Blog\CategoryController();
  1039.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Blog\\CategoryController'$this));
  1040.         return $instance;
  1041.     }
  1042.     /**
  1043.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1044.      *
  1045.      * @return \App\Controller\DashboardController
  1046.      */
  1047.     protected function getDashboardControllerService()
  1048.     {
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1050.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1051.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  1052.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\DashboardController'$this));
  1053.         return $instance;
  1054.     }
  1055.     /**
  1056.      * Gets the public 'App\Controller\DesignSchool\CategoryController' shared autowired service.
  1057.      *
  1058.      * @return \App\Controller\DesignSchool\CategoryController
  1059.      */
  1060.     protected function getCategoryController5Service()
  1061.     {
  1062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1063.         include_once \dirname(__DIR__4).'/src/Controller/DesignSchool/CategoryController.php';
  1064.         $this->services['App\\Controller\\DesignSchool\\CategoryController'] = $instance = new \App\Controller\DesignSchool\CategoryController();
  1065.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\DesignSchool\\CategoryController'$this));
  1066.         return $instance;
  1067.     }
  1068.     /**
  1069.      * Gets the public 'App\Controller\DesignSchool\PostController' shared autowired service.
  1070.      *
  1071.      * @return \App\Controller\DesignSchool\PostController
  1072.      */
  1073.     protected function getPostController2Service()
  1074.     {
  1075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1076.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1077.         include_once \dirname(__DIR__4).'/src/Controller/DesignSchool/PostController.php';
  1078.         $this->services['App\\Controller\\DesignSchool\\PostController'] = $instance = new \App\Controller\DesignSchool\PostController();
  1079.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\DesignSchool\\PostController'$this));
  1080.         return $instance;
  1081.     }
  1082.     /**
  1083.      * Gets the public 'App\Controller\DesignerResource\CategoryController' shared autowired service.
  1084.      *
  1085.      * @return \App\Controller\DesignerResource\CategoryController
  1086.      */
  1087.     protected function getCategoryController6Service()
  1088.     {
  1089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1090.         include_once \dirname(__DIR__4).'/src/Controller/DesignerResource/CategoryController.php';
  1091.         $this->services['App\\Controller\\DesignerResource\\CategoryController'] = $instance = new \App\Controller\DesignerResource\CategoryController();
  1092.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\DesignerResource\\CategoryController'$this));
  1093.         return $instance;
  1094.     }
  1095.     /**
  1096.      * Gets the public 'App\Controller\DesignerResource\ResourceController' shared autowired service.
  1097.      *
  1098.      * @return \App\Controller\DesignerResource\ResourceController
  1099.      */
  1100.     protected function getResourceController2Service()
  1101.     {
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Controller/DesignerResource/ResourceController.php';
  1104.         $this->services['App\\Controller\\DesignerResource\\ResourceController'] = $instance = new \App\Controller\DesignerResource\ResourceController();
  1105.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\DesignerResource\\ResourceController'$this));
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\FAQ\TopicController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\FAQ\TopicController
  1112.      */
  1113.     protected function getTopicController2Service()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1116.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  1117.         include_once \dirname(__DIR__4).'/src/Traits/SessionTrait.php';
  1118.         include_once \dirname(__DIR__4).'/src/Controller/FAQ/TopicController.php';
  1119.         $this->services['App\\Controller\\FAQ\\TopicController'] = $instance = new \App\Controller\FAQ\TopicController();
  1120.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\FAQ\\TopicController'$this));
  1121.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1122.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1123.         return $instance;
  1124.     }
  1125.     /**
  1126.      * Gets the public 'App\Controller\FAQ\TranslationController' shared autowired service.
  1127.      *
  1128.      * @return \App\Controller\FAQ\TranslationController
  1129.      */
  1130.     protected function getTranslationControllerService()
  1131.     {
  1132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1133.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  1134.         include_once \dirname(__DIR__4).'/src/Controller/FAQ/TranslationController.php';
  1135.         $this->services['App\\Controller\\FAQ\\TranslationController'] = $instance = new \App\Controller\FAQ\TranslationController();
  1136.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\FAQ\\TranslationController'$this));
  1137.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1138.         return $instance;
  1139.     }
  1140.     /**
  1141.      * Gets the public 'App\Controller\Localization\MessageController' shared autowired service.
  1142.      *
  1143.      * @return \App\Controller\Localization\MessageController
  1144.      */
  1145.     protected function getMessageControllerService()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1148.         include_once \dirname(__DIR__4).'/src/Controller/Localization/MessageController.php';
  1149.         $this->services['App\\Controller\\Localization\\MessageController'] = $instance = new \App\Controller\Localization\MessageController();
  1150.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Localization\\MessageController'$this));
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public 'App\Controller\Localization\TranslationController' shared autowired service.
  1155.      *
  1156.      * @return \App\Controller\Localization\TranslationController
  1157.      */
  1158.     protected function getTranslationController2Service()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1161.         include_once \dirname(__DIR__4).'/src/Controller/Localization/TranslationController.php';
  1162.         $this->services['App\\Controller\\Localization\\TranslationController'] = $instance = new \App\Controller\Localization\TranslationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()));
  1163.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Localization\\TranslationController'$this));
  1164.         return $instance;
  1165.     }
  1166.     /**
  1167.      * Gets the public 'App\Controller\Localization\TranslationHistoryController' shared autowired service.
  1168.      *
  1169.      * @return \App\Controller\Localization\TranslationHistoryController
  1170.      */
  1171.     protected function getTranslationHistoryControllerService()
  1172.     {
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1174.         include_once \dirname(__DIR__4).'/src/Controller/Localization/TranslationHistoryController.php';
  1175.         $this->services['App\\Controller\\Localization\\TranslationHistoryController'] = $instance = new \App\Controller\Localization\TranslationHistoryController();
  1176.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Localization\\TranslationHistoryController'$this));
  1177.         return $instance;
  1178.     }
  1179.     /**
  1180.      * Gets the public 'App\Controller\SearchCollectionController' shared autowired service.
  1181.      *
  1182.      * @return \App\Controller\SearchCollectionController
  1183.      */
  1184.     protected function getSearchCollectionControllerService()
  1185.     {
  1186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1187.         include_once \dirname(__DIR__4).'/src/Controller/SearchCollectionController.php';
  1188.         $this->services['App\\Controller\\SearchCollectionController'] = $instance = new \App\Controller\SearchCollectionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\SearchCollectionRepository'] ?? $this->getSearchCollectionRepositoryService()));
  1189.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\SearchCollectionController'$this));
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'App\Controller\Security\AuthorizationController' shared autowired service.
  1194.      *
  1195.      * @return \App\Controller\Security\AuthorizationController
  1196.      */
  1197.     protected function getAuthorizationControllerService()
  1198.     {
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1200.         include_once \dirname(__DIR__4).'/src/Controller/Security/AuthorizationController.php';
  1201.         $this->services['App\\Controller\\Security\\AuthorizationController'] = $instance = new \App\Controller\Security\AuthorizationController();
  1202.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Security\\AuthorizationController'$this));
  1203.         return $instance;
  1204.     }
  1205.     /**
  1206.      * Gets the public 'App\Controller\Security\UserController' shared autowired service.
  1207.      *
  1208.      * @return \App\Controller\Security\UserController
  1209.      */
  1210.     protected function getUserController2Service()
  1211.     {
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1213.         include_once \dirname(__DIR__4).'/src/Controller/Security/UserController.php';
  1214.         $this->services['App\\Controller\\Security\\UserController'] = $instance = new \App\Controller\Security\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1215.         $instance->setContainer(($this->privates['.service_locator.uAuCZS4'] ?? $this->get_ServiceLocator_UAuCZS4Service())->withContext('App\\Controller\\Security\\UserController'$this));
  1216.         return $instance;
  1217.     }
  1218.     /**
  1219.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1220.      *
  1221.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1222.      */
  1223.     protected function getProfilerControllerService()
  1224.     {
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1226.         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()));
  1227.     }
  1228.     /**
  1229.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  1230.      *
  1231.      * @return \Liip\ImagineBundle\Controller\ImagineController
  1232.      */
  1233.     protected function getImagineControllerService()
  1234.     {
  1235.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  1237.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(301));
  1238.     }
  1239.     /**
  1240.      * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  1241.      *
  1242.      * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  1243.      */
  1244.     protected function getPersisterInterfaceService($lazyLoad true)
  1245.     {
  1246.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/PersisterInterface.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersister.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
  1249.         return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  1250.     }
  1251.     /**
  1252.      * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
  1253.      *
  1254.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  1255.      */
  1256.     protected function getTwoFactorFormRendererInterfaceService($lazyLoad true)
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  1260.         return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
  1261.     }
  1262.     /**
  1263.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1264.      *
  1265.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1266.      */
  1267.     protected function getRedirectControllerService()
  1268.     {
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1270.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1271.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1272.     }
  1273.     /**
  1274.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1275.      *
  1276.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1277.      */
  1278.     protected function getTemplateControllerService()
  1279.     {
  1280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1281.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1282.     }
  1283.     /**
  1284.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1285.      *
  1286.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1287.      */
  1288.     protected function getBase64NamerService()
  1289.     {
  1290.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1294.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1295.     }
  1296.     /**
  1297.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1298.      *
  1299.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1300.      */
  1301.     protected function getCurrentDateTimeDirectoryNamerService()
  1302.     {
  1303.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1308.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1309.     }
  1310.     /**
  1311.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1312.      *
  1313.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1314.      */
  1315.     protected function getHashNamerService()
  1316.     {
  1317.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1321.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1322.     }
  1323.     /**
  1324.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1325.      *
  1326.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1327.      */
  1328.     protected function getOrignameNamerService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1333.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1334.     }
  1335.     /**
  1336.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1337.      *
  1338.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1339.      */
  1340.     protected function getPropertyDirectoryNamerService()
  1341.     {
  1342.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1345.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1346.     }
  1347.     /**
  1348.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1349.      *
  1350.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1351.      */
  1352.     protected function getPropertyNamerService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1358.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1359.     }
  1360.     /**
  1361.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1362.      *
  1363.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1364.      */
  1365.     protected function getSmartUniqueNamerService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1369.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1370.     }
  1371.     /**
  1372.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.blog' shared service.
  1373.      *
  1374.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1375.      */
  1376.     protected function getSmartUniqueNamer_BlogService()
  1377.     {
  1378.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1380.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.blog'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1381.     }
  1382.     /**
  1383.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.design_school' shared service.
  1384.      *
  1385.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1386.      */
  1387.     protected function getSmartUniqueNamer_DesignSchoolService()
  1388.     {
  1389.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1391.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.design_school'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1392.     }
  1393.     /**
  1394.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.designer_resource' shared service.
  1395.      *
  1396.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1397.      */
  1398.     protected function getSmartUniqueNamer_DesignerResourceService()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1402.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1403.     }
  1404.     /**
  1405.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.designer_resource_category' shared service.
  1406.      *
  1407.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1408.      */
  1409.     protected function getSmartUniqueNamer_DesignerResourceCategoryService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1413.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource_category'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1414.     }
  1415.     /**
  1416.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.topic' shared service.
  1417.      *
  1418.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1419.      */
  1420.     protected function getSmartUniqueNamer_TopicService()
  1421.     {
  1422.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1424.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.topic'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1428.      *
  1429.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1430.      */
  1431.     protected function getSubdirDirectoryNamerService()
  1432.     {
  1433.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1434.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1435.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1436.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1437.     }
  1438.     /**
  1439.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1440.      *
  1441.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1442.      */
  1443.     protected function getUniqidNamerService()
  1444.     {
  1445.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1448.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1449.     }
  1450.     /**
  1451.      * Gets the public 'cache.app' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1454.      */
  1455.     protected function getCache_AppService()
  1456.     {
  1457.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('g+9vqBgwHB'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1458.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1459.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1460.     }
  1461.     /**
  1462.      * Gets the public 'cache.app_clearer' shared service.
  1463.      *
  1464.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1465.      */
  1466.     protected function getCache_AppClearerService()
  1467.     {
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1470.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1471.     }
  1472.     /**
  1473.      * Gets the public 'cache.global_clearer' shared service.
  1474.      *
  1475.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1476.      */
  1477.     protected function getCache_GlobalClearerService()
  1478.     {
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1481.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.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.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1482.     }
  1483.     /**
  1484.      * Gets the public 'cache.system' shared service.
  1485.      *
  1486.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1487.      */
  1488.     protected function getCache_SystemService()
  1489.     {
  1490.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VYow2RwiQH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1491.     }
  1492.     /**
  1493.      * Gets the public 'cache.system_clearer' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1496.      */
  1497.     protected function getCache_SystemClearerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1501.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1502.     }
  1503.     /**
  1504.      * Gets the public 'cache.validator_expression_language' shared service.
  1505.      *
  1506.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1507.      */
  1508.     protected function getCache_ValidatorExpressionLanguageService()
  1509.     {
  1510.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9oXyVbXx31'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1511.     }
  1512.     /**
  1513.      * Gets the public 'cache_warmer' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1516.      */
  1517.     protected function getCacheWarmerService()
  1518.     {
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1521.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1522.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1523.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1524.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1525.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1526.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1527.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1528.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1529.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1530.             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'))));
  1531.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1532.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1533.     }
  1534.     /**
  1535.      * Gets the public 'console.command_loader' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1538.      */
  1539.     protected function getConsole_CommandLoaderService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1543.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1544.             'App\\Command\\Blog\\MakeCoverPictureCommand' => ['privates''App\\Command\\Blog\\MakeCoverPictureCommand''getMakeCoverPictureCommandService'false],
  1545.             'App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand' => ['privates''App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand''getCategoryWebpCommandService'false],
  1546.             'App\\Command\\Webp\\DesignSchool\\PostWebpCommand' => ['privates''App\\Command\\Webp\\DesignSchool\\PostWebpCommand''getPostWebpCommandService'false],
  1547.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1548.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1549.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1550.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1551.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1552.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1553.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1554.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1555.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1556.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1557.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1558.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1559.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1560.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1561.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1562.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1563.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1564.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1565.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1566.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1567.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1568.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1569.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1570.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1571.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1572.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1573.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1574.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1575.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1576.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1577.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1578.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1579.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1580.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1581.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1582.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1583.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1584.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1585.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1586.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1587.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1588.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1589.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1590.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1591.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1592.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1593.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1594.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1595.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1596.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1597.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1598.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1599.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1600.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1601.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1602.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1603.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1604.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1605.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1606.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1607.             'knp_gaufrette.command.filesystem_keys' => ['privates''knp_gaufrette.command.filesystem_keys''getKnpGaufrette_Command_FilesystemKeysService'false],
  1608.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  1609.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  1610.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1611.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1612.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1613.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1614.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1615.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1616.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1617.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1618.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1619.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  1620.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1621.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1622.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1623.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1624.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1625.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1626.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1627.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1628.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  1629.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1630.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1631.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1632.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1633.         ], [
  1634.             'App\\Command\\Blog\\MakeCoverPictureCommand' => 'App\\Command\\Blog\\MakeCoverPictureCommand',
  1635.             'App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand' => 'App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand',
  1636.             'App\\Command\\Webp\\DesignSchool\\PostWebpCommand' => 'App\\Command\\Webp\\DesignSchool\\PostWebpCommand',
  1637.             'console.command.about' => '?',
  1638.             'console.command.assets_install' => '?',
  1639.             'console.command.cache_clear' => '?',
  1640.             'console.command.cache_pool_clear' => '?',
  1641.             'console.command.cache_pool_prune' => '?',
  1642.             'console.command.cache_pool_delete' => '?',
  1643.             'console.command.cache_pool_list' => '?',
  1644.             'console.command.cache_warmup' => '?',
  1645.             'console.command.config_debug' => '?',
  1646.             'console.command.config_dump_reference' => '?',
  1647.             'console.command.container_debug' => '?',
  1648.             'console.command.container_lint' => '?',
  1649.             'console.command.debug_autowiring' => '?',
  1650.             'console.command.dotenv_debug' => '?',
  1651.             'console.command.event_dispatcher_debug' => '?',
  1652.             'console.command.router_debug' => '?',
  1653.             'console.command.router_match' => '?',
  1654.             'console.command.translation_debug' => '?',
  1655.             'console.command.translation_extract' => '?',
  1656.             'console.command.validator_debug' => '?',
  1657.             'console.command.translation_pull' => '?',
  1658.             'console.command.translation_push' => '?',
  1659.             'console.command.xliff_lint' => '?',
  1660.             'console.command.yaml_lint' => '?',
  1661.             'console.command.form_debug' => '?',
  1662.             'console.command.secrets_set' => '?',
  1663.             'console.command.secrets_remove' => '?',
  1664.             'console.command.secrets_generate_key' => '?',
  1665.             'console.command.secrets_list' => '?',
  1666.             'console.command.secrets_decrypt_to_local' => '?',
  1667.             'console.command.secrets_encrypt_from_local' => '?',
  1668.             'twig.command.debug' => '?',
  1669.             'twig.command.lint' => '?',
  1670.             'security.command.debug_firewall' => '?',
  1671.             'security.command.user_password_encoder' => '?',
  1672.             'security.command.user_password_hash' => '?',
  1673.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1674.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1675.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1676.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1677.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1678.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1679.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1680.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1681.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1682.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1683.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1684.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1685.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1686.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1687.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1688.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1689.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1690.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1691.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1692.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1693.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1694.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1695.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1696.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1697.             'knp_gaufrette.command.filesystem_keys' => 'Knp\\Bundle\\GaufretteBundle\\Command\\FilesystemKeysCommand',
  1698.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1699.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1700.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1701.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1702.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1703.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1704.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1705.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1706.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1707.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1708.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1709.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1710.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1711.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1712.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1713.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1714.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1715.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1716.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1717.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1718.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1719.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1720.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1721.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1722.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1723.         ]), ['app:blog:make:cover' => 'App\\Command\\Blog\\MakeCoverPictureCommand''app:webp:design_school:category' => 'App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand''app:webp:design_school:post' => 'App\\Command\\Webp\\DesignSchool\\PostWebpCommand''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' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''gaufrette:filesystem:keys' => 'knp_gaufrette.command.filesystem_keys''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''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:functional-test' => 'maker.auto_command.make_functional_test''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:unit-test' => 'maker.auto_command.make_unit_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']);
  1724.     }
  1725.     /**
  1726.      * Gets the public 'container.env_var_processors_locator' shared service.
  1727.      *
  1728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1729.      */
  1730.     protected function getContainer_EnvVarProcessorsLocatorService()
  1731.     {
  1732.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1733.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1734.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1735.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1736.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1737.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1738.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1739.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1740.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1741.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1742.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1743.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1744.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1745.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1746.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1747.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1748.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1749.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1750.         ], [
  1751.             'base64' => '?',
  1752.             'bool' => '?',
  1753.             'const' => '?',
  1754.             'csv' => '?',
  1755.             'default' => '?',
  1756.             'file' => '?',
  1757.             'float' => '?',
  1758.             'int' => '?',
  1759.             'json' => '?',
  1760.             'key' => '?',
  1761.             'not' => '?',
  1762.             'query_string' => '?',
  1763.             'require' => '?',
  1764.             'resolve' => '?',
  1765.             'string' => '?',
  1766.             'trim' => '?',
  1767.             'url' => '?',
  1768.         ]);
  1769.     }
  1770.     /**
  1771.      * Gets the public 'doctrine' shared service.
  1772.      *
  1773.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1774.      */
  1775.     protected function getDoctrineService()
  1776.     {
  1777.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1778.     }
  1779.     /**
  1780.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1781.      *
  1782.      * @return \Doctrine\DBAL\Connection
  1783.      */
  1784.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1785.     {
  1786.         $a = new \Doctrine\DBAL\Configuration();
  1787.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1788.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1789.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1790.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1791.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger(NULL, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1792.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1793.         return $this->services['doctrine.dbal.default_connection'] = (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' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1794.             'App\\EventSubscriber\\Blog\\PostSubscriber' => ['privates''App\\EventSubscriber\\Blog\\PostSubscriber''getPostSubscriberService'false],
  1795.             'App\\EventSubscriber\\DesignSchool\\PostSubscriber' => ['privates''App\\EventSubscriber\\DesignSchool\\PostSubscriber''getPostSubscriber2Service'false],
  1796.             'App\\EventSubscriber\\FAQ\\TopicSubscriber' => ['privates''App\\EventSubscriber\\FAQ\\TopicSubscriber''getTopicSubscriberService'false],
  1797.             'App\\EventSubscriber\\Localization\\TranslationHistorySubscriber' => ['privates''App\\EventSubscriber\\Localization\\TranslationHistorySubscriber''getTranslationHistorySubscriberService'false],
  1798.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1799.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1800.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1801.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1802.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  1803.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  1804.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'false],
  1805.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  1806.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  1807.             'vich_uploader.listener.inject.blog' => ['privates''vich_uploader.listener.inject.blog''getVichUploader_Listener_Inject_BlogService'false],
  1808.             'vich_uploader.listener.inject.design_school' => ['privates''vich_uploader.listener.inject.design_school''getVichUploader_Listener_Inject_DesignSchoolService'false],
  1809.             'vich_uploader.listener.inject.designer_resource' => ['privates''vich_uploader.listener.inject.designer_resource''getVichUploader_Listener_Inject_DesignerResourceService'false],
  1810.             'vich_uploader.listener.inject.topic' => ['privates''vich_uploader.listener.inject.topic''getVichUploader_Listener_Inject_TopicService'false],
  1811.             'vich_uploader.listener.upload.blog' => ['privates''vich_uploader.listener.upload.blog''getVichUploader_Listener_Upload_BlogService'false],
  1812.             'vich_uploader.listener.upload.design_school' => ['privates''vich_uploader.listener.upload.design_school''getVichUploader_Listener_Upload_DesignSchoolService'false],
  1813.             'vich_uploader.listener.upload.designer_resource' => ['privates''vich_uploader.listener.upload.designer_resource''getVichUploader_Listener_Upload_DesignerResourceService'false],
  1814.             'vich_uploader.listener.upload.designer_resource_category' => ['privates''vich_uploader.listener.upload.designer_resource_category''getVichUploader_Listener_Upload_DesignerResourceCategoryService'false],
  1815.             'vich_uploader.listener.upload.topic' => ['privates''vich_uploader.listener.upload.topic''getVichUploader_Listener_Upload_TopicService'false],
  1816.         ], [
  1817.             'App\\EventSubscriber\\Blog\\PostSubscriber' => '?',
  1818.             'App\\EventSubscriber\\DesignSchool\\PostSubscriber' => '?',
  1819.             'App\\EventSubscriber\\FAQ\\TopicSubscriber' => '?',
  1820.             'App\\EventSubscriber\\Localization\\TranslationHistorySubscriber' => '?',
  1821.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1822.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1823.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1824.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1825.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1826.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1827.             'stof_doctrine_extensions.listener.sortable' => '?',
  1828.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1829.             'stof_doctrine_extensions.listener.tree' => '?',
  1830.             'vich_uploader.listener.inject.blog' => '?',
  1831.             'vich_uploader.listener.inject.design_school' => '?',
  1832.             'vich_uploader.listener.inject.designer_resource' => '?',
  1833.             'vich_uploader.listener.inject.topic' => '?',
  1834.             'vich_uploader.listener.upload.blog' => '?',
  1835.             'vich_uploader.listener.upload.design_school' => '?',
  1836.             'vich_uploader.listener.upload.designer_resource' => '?',
  1837.             'vich_uploader.listener.upload.designer_resource_category' => '?',
  1838.             'vich_uploader.listener.upload.topic' => '?',
  1839.         ]), [=> 'App\\EventSubscriber\\Localization\\TranslationHistorySubscriber'=> 'App\\EventSubscriber\\FAQ\\TopicSubscriber'=> 'App\\EventSubscriber\\Blog\\PostSubscriber'=> 'App\\EventSubscriber\\DesignSchool\\PostSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.softdeleteable'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.tree'10 => 'stof_doctrine_extensions.listener.timestampable'11 => 'stof_doctrine_extensions.listener.sortable'12 => 'vich_uploader.listener.inject.topic'13 => 'vich_uploader.listener.upload.topic'14 => 'vich_uploader.listener.inject.blog'15 => 'vich_uploader.listener.upload.blog'16 => 'vich_uploader.listener.inject.design_school'17 => 'vich_uploader.listener.upload.design_school'18 => 'vich_uploader.listener.inject.designer_resource'19 => 'vich_uploader.listener.upload.designer_resource'20 => 'vich_uploader.listener.upload.designer_resource_category'21 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1840.     }
  1841.     /**
  1842.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1843.      *
  1844.      * @return \Doctrine\ORM\EntityManager
  1845.      */
  1846.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1847.     {
  1848.         $a = new \Doctrine\ORM\Configuration();
  1849.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1850.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  1851.         $b->addDriver($c'App\\Entity');
  1852.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1853.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1854.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1855.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1856.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1857.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1858.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1859.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1860.         ], [
  1861.             'doctrine.ulid_generator' => '?',
  1862.             'doctrine.uuid_generator' => '?',
  1863.         ])));
  1864.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1865.         $a->setProxyNamespace('Proxies');
  1866.         $a->setAutoGenerateProxyClasses(true);
  1867.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1868.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1869.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1870.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1871.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1872.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1873.             'App\\Repository\\Blog\\CategoryRepository' => ['privates''App\\Repository\\Blog\\CategoryRepository''getCategoryRepositoryService'false],
  1874.             'App\\Repository\\Blog\\FeaturedBlogPostRepository' => ['privates''App\\Repository\\Blog\\FeaturedBlogPostRepository''getFeaturedBlogPostRepositoryService'false],
  1875.             'App\\Repository\\Blog\\PostRepository' => ['privates''App\\Repository\\Blog\\PostRepository''getPostRepositoryService'false],
  1876.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepository4Service'false],
  1877.             'App\\Repository\\DesignSchool\\CategoryRepository' => ['privates''App\\Repository\\DesignSchool\\CategoryRepository''getCategoryRepository3Service'false],
  1878.             'App\\Repository\\DesignSchool\\PostRepository' => ['privates''App\\Repository\\DesignSchool\\PostRepository''getPostRepository2Service'false],
  1879.             'App\\Repository\\DesignerResource\\CategoryRepository' => ['privates''App\\Repository\\DesignerResource\\CategoryRepository''getCategoryRepository2Service'false],
  1880.             'App\\Repository\\DesignerResource\\ResourceRepository' => ['privates''App\\Repository\\DesignerResource\\ResourceRepository''getResourceRepositoryService'false],
  1881.             'App\\Repository\\FAQ\\TopicRepository' => ['privates''App\\Repository\\FAQ\\TopicRepository''getTopicRepositoryService'false],
  1882.             'App\\Repository\\FAQ\\TranslationRepository' => ['privates''App\\Repository\\FAQ\\TranslationRepository''getTranslationRepositoryService'false],
  1883.             'App\\Repository\\Localization\\MessageRepository' => ['privates''App\\Repository\\Localization\\MessageRepository''getMessageRepositoryService'false],
  1884.             'App\\Repository\\Localization\\TranslationHistoryRepository' => ['privates''App\\Repository\\Localization\\TranslationHistoryRepository''getTranslationHistoryRepositoryService'false],
  1885.             'App\\Repository\\Localization\\TranslationRepository' => ['privates''App\\Repository\\Localization\\TranslationRepository''getTranslationRepository2Service'false],
  1886.             'App\\Repository\\SearchCollectionRepository' => ['privates''App\\Repository\\SearchCollectionRepository''getSearchCollectionRepositoryService'false],
  1887.             'App\\Repository\\Security\\UserRepository' => ['privates''App\\Repository\\Security\\UserRepository''getUserRepositoryService'false],
  1888.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'false],
  1889.         ], [
  1890.             'App\\Repository\\Blog\\CategoryRepository' => '?',
  1891.             'App\\Repository\\Blog\\FeaturedBlogPostRepository' => '?',
  1892.             'App\\Repository\\Blog\\PostRepository' => '?',
  1893.             'App\\Repository\\CategoryRepository' => '?',
  1894.             'App\\Repository\\DesignSchool\\CategoryRepository' => '?',
  1895.             'App\\Repository\\DesignSchool\\PostRepository' => '?',
  1896.             'App\\Repository\\DesignerResource\\CategoryRepository' => '?',
  1897.             'App\\Repository\\DesignerResource\\ResourceRepository' => '?',
  1898.             'App\\Repository\\FAQ\\TopicRepository' => '?',
  1899.             'App\\Repository\\FAQ\\TranslationRepository' => '?',
  1900.             'App\\Repository\\Localization\\MessageRepository' => '?',
  1901.             'App\\Repository\\Localization\\TranslationHistoryRepository' => '?',
  1902.             'App\\Repository\\Localization\\TranslationRepository' => '?',
  1903.             'App\\Repository\\SearchCollectionRepository' => '?',
  1904.             'App\\Repository\\Security\\UserRepository' => '?',
  1905.             'App\\Repository\\TagRepository' => '?',
  1906.         ])));
  1907.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1908.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1909.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1910.         return $instance;
  1911.     }
  1912.     /**
  1913.      * Gets the public 'error_controller' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1916.      */
  1917.     protected function getErrorControllerService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1922.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', 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)));
  1923.     }
  1924.     /**
  1925.      * Gets the public 'event_dispatcher' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1928.      */
  1929.     protected function getEventDispatcherService()
  1930.     {
  1931.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1932.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1933.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1935.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1936.         $instance->addListener('kernel.controller', [=> function () {
  1937.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1938.         }, => 'onKernelController'], 0);
  1939.         $instance->addListener('kernel.request', [=> function () {
  1940.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1941.         }, => 'onKernelRequest'], 0);
  1942.         $instance->addListener('kernel.request', [=> function () {
  1943.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1944.         }, => 'onKernelRequest'], 10);
  1945.         $instance->addListener('kernel.request', [=> function () {
  1946.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1947.         }, => 'onKernelRequest'], 34);
  1948.         $instance->addListener('kernel.controller', [=> function () {
  1949.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1950.         }, => 'onKernelController'], 5);
  1951.         $instance->addListener('kernel.exception', [=> function () {
  1952.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1953.         }, => 'onKernelException'], 0);
  1954.         $instance->addListener('kernel.response', [=> function () {
  1955.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1956.         }, => 'onKernelResponse'], 0);
  1957.         $instance->addListener('kernel.response', [=> function () {
  1958.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1959.         }, => 'onKernelResponse'], -1024);
  1960.         $instance->addListener('kernel.request', [=> function () {
  1961.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1962.         }, => 'setDefaultLocale'], 100);
  1963.         $instance->addListener('kernel.request', [=> function () {
  1964.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1965.         }, => 'onKernelRequest'], 16);
  1966.         $instance->addListener('kernel.finish_request', [=> function () {
  1967.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1968.         }, => 'onKernelFinishRequest'], 0);
  1969.         $instance->addListener('kernel.request', [=> function () {
  1970.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1971.         }, => 'onKernelRequest'], 256);
  1972.         $instance->addListener('kernel.response', [=> function () {
  1973.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1974.         }, => 'onResponse'], -255);
  1975.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1976.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1977.         }, => 'onControllerArguments'], 0);
  1978.         $instance->addListener('kernel.exception', [=> function () {
  1979.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1980.         }, => 'logKernelException'], 0);
  1981.         $instance->addListener('kernel.exception', [=> function () {
  1982.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1983.         }, => 'onKernelException'], -128);
  1984.         $instance->addListener('kernel.response', [=> function () {
  1985.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1986.         }, => 'removeCspHeader'], -128);
  1987.         $instance->addListener('kernel.request', [=> function () {
  1988.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1989.         }, => 'onKernelRequest'], 15);
  1990.         $instance->addListener('kernel.finish_request', [=> function () {
  1991.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1992.         }, => 'onKernelFinishRequest'], -15);
  1993.         $instance->addListener('console.error', [=> function () {
  1994.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1995.         }, => 'onConsoleError'], -128);
  1996.         $instance->addListener('console.terminate', [=> function () {
  1997.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1998.         }, => 'onConsoleTerminate'], -128);
  1999.         $instance->addListener('console.error', [=> function () {
  2000.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2001.         }, => 'onConsoleError'], 0);
  2002.         $instance->addListener('kernel.request', [=> function () {
  2003.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2004.         }, => 'configure'], 2048);
  2005.         $instance->addListener('console.command', [=> function () {
  2006.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2007.         }, => 'configure'], 2048);
  2008.         $instance->addListener('kernel.request', [=> function () {
  2009.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2010.         }, => 'onKernelRequest'], 32);
  2011.         $instance->addListener('kernel.finish_request', [=> function () {
  2012.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2013.         }, => 'onKernelFinishRequest'], 0);
  2014.         $instance->addListener('kernel.exception', [=> function () {
  2015.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2016.         }, => 'onKernelException'], -64);
  2017.         $instance->addListener('kernel.request', [=> function () {
  2018.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2019.         }, => 'onKernelRequest'], 128);
  2020.         $instance->addListener('kernel.response', [=> function () {
  2021.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2022.         }, => 'onKernelResponse'], -1000);
  2023.         $instance->addListener('kernel.finish_request', [=> function () {
  2024.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2025.         }, => 'onFinishRequest'], 0);
  2026.         $instance->addListener('kernel.response', [=> function () {
  2027.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2028.         }, => 'onKernelResponse'], -100);
  2029.         $instance->addListener('kernel.exception', [=> function () {
  2030.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2031.         }, => 'onKernelException'], 0);
  2032.         $instance->addListener('kernel.terminate', [=> function () {
  2033.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2034.         }, => 'onKernelTerminate'], -1024);
  2035.         $instance->addListener('kernel.controller', [=> function () {
  2036.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2037.         }, => 'onKernelController'], 0);
  2038.         $instance->addListener('kernel.response', [=> function () {
  2039.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2040.         }, => 'onKernelResponse'], 0);
  2041.         $instance->addListener('kernel.controller', [=> function () {
  2042.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2043.         }, => 'onKernelController'], 0);
  2044.         $instance->addListener('kernel.controller', [=> function () {
  2045.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2046.         }, => 'onKernelController'], 0);
  2047.         $instance->addListener('kernel.controller', [=> function () {
  2048.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2049.         }, => 'onKernelController'], -128);
  2050.         $instance->addListener('kernel.view', [=> function () {
  2051.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2052.         }, => 'onKernelView'], 0);
  2053.         $instance->addListener('kernel.controller', [=> function () {
  2054.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2055.         }, => 'onKernelController'], 0);
  2056.         $instance->addListener('kernel.response', [=> function () {
  2057.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2058.         }, => 'onKernelResponse'], 0);
  2059.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2060.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2061.         }, => 'onKernelControllerArguments'], 0);
  2062.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2063.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2064.         }, => 'onKernelControllerArguments'], 0);
  2065.         $instance->addListener('kernel.response', [=> function () {
  2066.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2067.         }, => 'onKernelResponse'], 0);
  2068.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2069.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2070.         }, => 'onVoterVote'], 0);
  2071.         $instance->addListener('kernel.request', [=> function () {
  2072.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2073.         }, => 'configureLogoutUrlGenerator'], 8);
  2074.         $instance->addListener('kernel.request', [=> function () {
  2075.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2076.         }, => 'onKernelRequest'], 8);
  2077.         $instance->addListener('kernel.finish_request', [=> function () {
  2078.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2079.         }, => 'onKernelFinishRequest'], 0);
  2080.         $instance->addListener('kernel.exception', [=> function () {
  2081.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
  2082.         }, => 'onKernelException'], 2);
  2083.         $instance->addListener('kernel.request', [=> function () {
  2084.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  2085.         }, => 'onKernelRequest'], 0);
  2086.         $instance->addListener('security.authentication.success', [=> function () {
  2087.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2088.         }, => 'onLogin'], 9223372036854775807);
  2089.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2090.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2091.         }, => 'onAccessDenied'], 0);
  2092.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2093.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2094.         }, => 'onTwoFactorForm'], 0);
  2095.         $instance->addListener('kernel.response', [=> function () {
  2096.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2097.         }, => 'onKernelResponse'], 1);
  2098.         $instance->addListener('console.error', [=> function () {
  2099.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2100.         }, => 'onConsoleError'], 0);
  2101.         $instance->addListener('console.terminate', [=> function () {
  2102.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2103.         }, => 'onConsoleTerminate'], 0);
  2104.         $instance->addListener('kernel.response', [=> function () {
  2105.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2106.         }, => 'onKernelResponse'], -128);
  2107.         $instance->addListener('console.command', [=> function () {
  2108.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2109.         }, => 'onCommand'], 255);
  2110.         $instance->addListener('console.terminate', [=> function () {
  2111.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2112.         }, => 'onTerminate'], -255);
  2113.         $instance->addListener('kernel.view', [=> function () {
  2114.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  2115.         }, => 'onKernelView'], 30);
  2116.         $instance->addListener('kernel.finish_request', [=> function () {
  2117.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2118.         }, => 'resetAssets'], 0);
  2119.         $instance->addListener('security.authentication.success', [=> function () {
  2120.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2121.         }, => 'onLogin'], 9223372036854775806);
  2122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2123.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  2124.         }, => 'checkPassport'], 0);
  2125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2126.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2127.         }, => 'onSuccessfulLogin'], -63);
  2128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2129.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2130.         }, => 'onLogout'], 0);
  2131.         $instance->addListener('knp_pager.before', [=> function () {
  2132.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2133.         }, => 'before'], 0);
  2134.         $instance->addListener('knp_pager.pagination', [=> function () {
  2135.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2136.         }, => 'pagination'], 0);
  2137.         $instance->addListener('knp_pager.before', [=> function () {
  2138.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2139.         }, => 'before'], 1);
  2140.         $instance->addListener('knp_pager.before', [=> function () {
  2141.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2142.         }, => 'before'], 1);
  2143.         $instance->addListener('knp_pager.pagination', [=> function () {
  2144.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2145.         }, => 'pagination'], 1);
  2146.         return $instance;
  2147.     }
  2148.     /**
  2149.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  2150.      *
  2151.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  2152.      */
  2153.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  2154.     {
  2155.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  2157.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2158.     }
  2159.     /**
  2160.      * Gets the public 'fos_rest.view_handler' shared service.
  2161.      *
  2162.      * @return \FOS\RestBundle\View\ViewHandler
  2163.      */
  2164.     protected function getFosRest_ViewHandlerService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2174.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'html' => false], 400204false, ['serializeNullStrategy' => true]);
  2175.     }
  2176.     /**
  2177.      * Gets the public 'gaufrette.blog_fs_filesystem' shared service.
  2178.      *
  2179.      * @return \Gaufrette\Filesystem
  2180.      */
  2181.     protected function getGaufrette_BlogFsFilesystemService()
  2182.     {
  2183.         return $this->services['gaufrette.blog_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(\Aws\S3\S3Client::factory(['version' => 'latest''region' => 'us-east-1''credentials' => ['key' => $this->getEnv('AWS_BLOG_KEY'), 'secret' => $this->getEnv('AWS_BLOG_SECRET')]]), $this->getEnv('AWS_BLOG_BUCKET_NAME'), ['create' => true'directory' => $this->getEnv('AWS_BLOG_DIRECTORY'), 'acl' => 'public-read'], true));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'gaufrette.design_school_fs_filesystem' shared service.
  2187.      *
  2188.      * @return \Gaufrette\Filesystem
  2189.      */
  2190.     protected function getGaufrette_DesignSchoolFsFilesystemService()
  2191.     {
  2192.         return $this->services['gaufrette.design_school_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(\Aws\S3\S3Client::factory(['version' => 'latest''region' => 'us-east-1''credentials' => ['key' => $this->getEnv('DESIGN_SCHOOL_AWS_KEY'), 'secret' => $this->getEnv('DESIGN_SCHOOL_AWS_SECRET')]]), $this->getEnv('DESIGN_SCHOOL_AWS_BUCKET'), ['create' => true'directory' => $this->getEnv('DESIGN_SCHOOL_AWS_DIRECTORY_POSTS'), 'acl' => 'public-read'], true));
  2193.     }
  2194.     /**
  2195.      * Gets the public 'gaufrette.designer_resource_category_fs_filesystem' shared service.
  2196.      *
  2197.      * @return \Gaufrette\Filesystem
  2198.      */
  2199.     protected function getGaufrette_DesignerResourceCategoryFsFilesystemService()
  2200.     {
  2201.         return $this->services['gaufrette.designer_resource_category_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(($this->privates['designer_resource.s3'] ?? $this->getDesignerResource_S3Service()), $this->getEnv('DESIGNER_RESOURCE_AWS_BUCKET'), ['create' => true'directory' => $this->getEnv('DESIGNER_RESOURCE_AWS_CATEGORY_DIRECTORY'), 'acl' => 'public-read'], true));
  2202.     }
  2203.     /**
  2204.      * Gets the public 'gaufrette.designer_resource_fs_filesystem' shared service.
  2205.      *
  2206.      * @return \Gaufrette\Filesystem
  2207.      */
  2208.     protected function getGaufrette_DesignerResourceFsFilesystemService()
  2209.     {
  2210.         return $this->services['gaufrette.designer_resource_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(($this->privates['designer_resource.s3'] ?? $this->getDesignerResource_S3Service()), $this->getEnv('DESIGNER_RESOURCE_AWS_BUCKET'), ['create' => true'acl' => 'public-read''directory' => ''], true));
  2211.     }
  2212.     /**
  2213.      * Gets the public 'gaufrette.topic_fs_filesystem' shared service.
  2214.      *
  2215.      * @return \Gaufrette\Filesystem
  2216.      */
  2217.     protected function getGaufrette_TopicFsFilesystemService()
  2218.     {
  2219.         return $this->services['gaufrette.topic_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(\Aws\S3\S3Client::factory(['version' => 'latest''region' => 'us-east-1''credentials' => ['key' => $this->getEnv('AWS_KEY'), 'secret' => $this->getEnv('AWS_SECRET')]]), $this->getEnv('AWS_BUCKET_NAME'), ['create' => true'directory' => $this->getEnv('AWS_TOPIC_DIRECTORY'), 'acl' => 'public-read'], true));
  2220.     }
  2221.     /**
  2222.      * Gets the public 'http_kernel' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2225.      */
  2226.     protected function getHttpKernelService()
  2227.     {
  2228.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2229.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2230.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2231.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2232.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2233.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2234.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2235.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2236.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2237.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2238.         }, 8)), $a));
  2239.     }
  2240.     /**
  2241.      * Gets the public 'jms_serializer' shared service.
  2242.      *
  2243.      * @return \JMS\Serializer\Serializer
  2244.      */
  2245.     protected function getJmsSerializerService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  2249.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  2259.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  2260.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2276.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2277.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  2278.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  2279.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2280.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2281.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  2282.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2283.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2284.             'App\\Serializer\\EventSubscriber\\Blog\\CategorySubscriber' => ['privates''App\\Serializer\\EventSubscriber\\Blog\\CategorySubscriber''getCategorySubscriberService'false],
  2285.             'App\\Serializer\\EventSubscriber\\Blog\\PostSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\Blog\\PostSubscriber''getPostSubscriber3Service'false],
  2286.             'App\\Serializer\\EventSubscriber\\DesignSchool\\CategorySubscriber' => ['privates''App\\Serializer\\EventSubscriber\\DesignSchool\\CategorySubscriber''getCategorySubscriber2Service'false],
  2287.             'App\\Serializer\\EventSubscriber\\DesignSchool\\PostSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\DesignSchool\\PostSubscriber''getPostSubscriber4Service'false],
  2288.             'App\\Serializer\\EventSubscriber\\DesignerResource\\ResourceSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\DesignerResource\\ResourceSubscriber''getResourceSubscriberService'false],
  2289.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2290.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2291.         ], [
  2292.             'App\\Serializer\\EventSubscriber\\Blog\\CategorySubscriber' => '?',
  2293.             'App\\Serializer\\EventSubscriber\\Blog\\PostSubscriber' => '?',
  2294.             'App\\Serializer\\EventSubscriber\\DesignSchool\\CategorySubscriber' => '?',
  2295.             'App\\Serializer\\EventSubscriber\\DesignSchool\\PostSubscriber' => '?',
  2296.             'App\\Serializer\\EventSubscriber\\DesignerResource\\ResourceSubscriber' => '?',
  2297.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2298.             'jms_serializer.stopwatch_subscriber' => '?',
  2299.         ]));
  2300.         $f->setListeners(['serializer.post_serialize' => [=> [=> [=> 'App\\Serializer\\EventSubscriber\\Blog\\CategorySubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Category'=> 'json'=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\Blog\\PostSubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Blog\\BlogPost'=> 'json'=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\DesignSchool\\CategorySubscriber'=> 'onSerialize'], => 'App\\Entity\\DesignSchool\\Category'=> NULL=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\DesignSchool\\PostSubscriber'=> 'onSerialize'], => 'App\\Entity\\DesignSchool\\Post'=> NULL=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\DesignerResource\\ResourceSubscriber'=> 'onSerialize'], => 'App\\Entity\\DesignerResource'=> NULL=> NULL], => [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]], 'serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
  2301.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2302.         $g->setOptions(1216);
  2303.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2304.         $h->setFormatOutput(true);
  2305.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  2306.         $i->setOptions(0);
  2307.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2308.     }
  2309.     /**
  2310.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2311.      *
  2312.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2313.      */
  2314.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2319.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2320.     }
  2321.     /**
  2322.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2323.      *
  2324.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  2325.      */
  2326.     protected function getJmsSerializer_HandlerRegistryService()
  2327.     {
  2328.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  2330.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2331.     }
  2332.     /**
  2333.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2334.      *
  2335.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2336.      */
  2337.     protected function getJmsSerializer_MetadataDriverService()
  2338.     {
  2339.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2350.         $a = new \Metadata\Driver\FileLocator([]);
  2351.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  2352.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  2353.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2354.     }
  2355.     /**
  2356.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2357.      *
  2358.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2359.      */
  2360.     protected function getJmsSerializer_ObjectConstructorService()
  2361.     {
  2362.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  2365.         return $this->services['jms_serializer.object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  2366.     }
  2367.     /**
  2368.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2369.      *
  2370.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2371.      */
  2372.     protected function getJmsSerializer_SerializationContextFactoryService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2377.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2378.     }
  2379.     /**
  2380.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2381.      *
  2382.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2383.      */
  2384.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  2387.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2388.     }
  2389.     /**
  2390.      * Gets the public 'knp_gaufrette.filesystem_map' shared service.
  2391.      *
  2392.      * @return \Knp\Bundle\GaufretteBundle\FilesystemMap
  2393.      */
  2394.     protected function getKnpGaufrette_FilesystemMapService()
  2395.     {
  2396.         return $this->services['knp_gaufrette.filesystem_map'] = new \Knp\Bundle\GaufretteBundle\FilesystemMap(['topic_fs' => ($this->services['gaufrette.topic_fs_filesystem'] ?? $this->getGaufrette_TopicFsFilesystemService()), 'blog_fs' => ($this->services['gaufrette.blog_fs_filesystem'] ?? $this->getGaufrette_BlogFsFilesystemService()), 'design_school_fs' => ($this->services['gaufrette.design_school_fs_filesystem'] ?? $this->getGaufrette_DesignSchoolFsFilesystemService()), 'designer_resource_fs' => ($this->services['gaufrette.designer_resource_fs_filesystem'] ?? $this->getGaufrette_DesignerResourceFsFilesystemService()), 'designer_resource_category_fs' => ($this->services['gaufrette.designer_resource_category_fs_filesystem'] ?? $this->getGaufrette_DesignerResourceCategoryFsFilesystemService())]);
  2397.     }
  2398.     /**
  2399.      * Gets the public 'knp_paginator' shared service.
  2400.      *
  2401.      * @return \Knp\Component\Pager\Paginator
  2402.      */
  2403.     protected function getKnpPaginatorService($lazyLoad true)
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2407.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2408.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2409.         return $instance;
  2410.     }
  2411.     /**
  2412.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  2413.      *
  2414.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  2415.      */
  2416.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  2420.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2424.         $this->services['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($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')))), 'RS256');
  2425.         $instance->setName('lexik:jwt:check-config');
  2426.         return $instance;
  2427.     }
  2428.     /**
  2429.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2430.      *
  2431.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2432.      */
  2433.     protected function getLexikJwtAuthentication_EncoderService()
  2434.     {
  2435.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2444.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->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')))), 'openssl''RS256'6048000));
  2445.     }
  2446.     /**
  2447.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2448.      *
  2449.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2450.      */
  2451.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2455.         $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 () {
  2456.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  2457.         }, 1));
  2458.         $instance->setName('lexik:jwt:generate-token');
  2459.         return $instance;
  2460.     }
  2461.     /**
  2462.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2463.      *
  2464.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2465.      */
  2466.     protected function getLexikJwtAuthentication_JwtManagerService()
  2467.     {
  2468.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2471.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  2472.         $instance->setUserIdentityField('username');
  2473.         return $instance;
  2474.     }
  2475.     /**
  2476.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2477.      *
  2478.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2479.      */
  2480.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2486.         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'));
  2487.     }
  2488.     /**
  2489.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  2490.      *
  2491.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  2492.      */
  2493.     protected function getLiipImagine_Binary_Loader_DefaultService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  2502.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  2503.         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));
  2504.     }
  2505.     /**
  2506.      * Gets the public 'liip_imagine.binary.loader.design_school_post_loader' shared service.
  2507.      *
  2508.      * @return \Liip\ImagineBundle\Binary\Loader\StreamLoader
  2509.      */
  2510.     protected function getLiipImagine_Binary_Loader_DesignSchoolPostLoaderService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  2514.         return $this->services['liip_imagine.binary.loader.design_school_post_loader'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://design_school_fs'NULL);
  2515.     }
  2516.     /**
  2517.      * Gets the public 'liip_imagine.binary.loader.ds_loader' shared service.
  2518.      *
  2519.      * @return \Liip\ImagineBundle\Binary\Loader\StreamLoader
  2520.      */
  2521.     protected function getLiipImagine_Binary_Loader_DsLoaderService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  2525.         return $this->services['liip_imagine.binary.loader.ds_loader'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://blog_fs'NULL);
  2526.     }
  2527.     /**
  2528.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2529.      *
  2530.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2531.      */
  2532.     protected function getLiipImagine_Cache_ManagerService()
  2533.     {
  2534.         $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')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'true);
  2535.         $instance->addResolver('ds_origin_resolver', ($this->services['liip_imagine.cache.resolver.ds_origin_resolver'] ?? $this->getLiipImagine_Cache_Resolver_DsOriginResolverService()));
  2536.         $instance->addResolver('ds_thumbnails_resolver', ($this->services['liip_imagine.cache.resolver.ds_thumbnails_resolver'] ?? $this->getLiipImagine_Cache_Resolver_DsThumbnailsResolverService()));
  2537.         $instance->addResolver('design_school_post_resolver', ($this->services['liip_imagine.cache.resolver.design_school_post_resolver'] ?? $this->getLiipImagine_Cache_Resolver_DesignSchoolPostResolverService()));
  2538.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2539.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2540.         return $instance;
  2541.     }
  2542.     /**
  2543.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2544.      *
  2545.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2546.      */
  2547.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2548.     {
  2549.         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');
  2550.     }
  2551.     /**
  2552.      * Gets the public 'liip_imagine.cache.resolver.design_school_post_resolver' shared service.
  2553.      *
  2554.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
  2555.      */
  2556.     protected function getLiipImagine_Cache_Resolver_DesignSchoolPostResolverService()
  2557.     {
  2558.         return $this->services['liip_imagine.cache.resolver.design_school_post_resolver'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['credentials' => ['key' => $this->getEnv('DESIGN_SCHOOL_AWS_KEY'), 'secret' => $this->getEnv('DESIGN_SCHOOL_AWS_SECRET')], 'region' => $this->getEnv('AWS_REGION'), 'version' => $this->getEnv('AWS_VERSION')]), $this->getEnv('DESIGN_SCHOOL_AWS_BUCKET'), 'public-read', [], []);
  2559.     }
  2560.     /**
  2561.      * Gets the public 'liip_imagine.cache.resolver.ds_origin_resolver' shared service.
  2562.      *
  2563.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
  2564.      */
  2565.     protected function getLiipImagine_Cache_Resolver_DsOriginResolverService()
  2566.     {
  2567.         return $this->services['liip_imagine.cache.resolver.ds_origin_resolver'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['credentials' => ['key' => $this->getEnv('AWS_BLOG_KEY'), 'secret' => $this->getEnv('AWS_BLOG_SECRET')], 'region' => $this->getEnv('AWS_REGION'), 'version' => $this->getEnv('AWS_VERSION')]), $this->getEnv('AWS_BLOG_BUCKET_NAME'), 'public-read', [], []);
  2568.     }
  2569.     /**
  2570.      * Gets the public 'liip_imagine.cache.resolver.ds_thumbnails_resolver' shared service.
  2571.      *
  2572.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
  2573.      */
  2574.     protected function getLiipImagine_Cache_Resolver_DsThumbnailsResolverService()
  2575.     {
  2576.         $this->services['liip_imagine.cache.resolver.ds_thumbnails_resolver'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['credentials' => ['key' => $this->getEnv('AWS_BLOG_KEY'), 'secret' => $this->getEnv('AWS_BLOG_SECRET')], 'region' => $this->getEnv('AWS_REGION'), 'version' => $this->getEnv('AWS_VERSION')]), $this->getEnv('AWS_BLOG_BUCKET_NAME'), 'public-read', [], []);
  2577.         $instance->setCachePrefix($this->getEnv('AWS_BLOG_DIRECTORY'));
  2578.         return $instance;
  2579.     }
  2580.     /**
  2581.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2582.      *
  2583.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2584.      */
  2585.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2586.     {
  2587.         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()));
  2588.     }
  2589.     /**
  2590.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2591.      *
  2592.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2593.      */
  2594.     protected function getLiipImagine_Cache_SignerService()
  2595.     {
  2596.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2597.     }
  2598.     /**
  2599.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  2600.      *
  2601.      * @return \Liip\ImagineBundle\Config\StackCollection
  2602.      */
  2603.     protected function getLiipImagine_Config_StackCollectionService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  2630.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  2631.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  2632.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->getParameter('liip_imagine.filter_sets'));
  2633.     }
  2634.     /**
  2635.      * Gets the public 'liip_imagine.data.manager' shared service.
  2636.      *
  2637.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  2638.      */
  2639.     protected function getLiipImagine_Data_ManagerService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  2647.         $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);
  2648.         $instance->addLoader('ds_loader', ($this->services['liip_imagine.binary.loader.ds_loader'] ?? ($this->services['liip_imagine.binary.loader.ds_loader'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://blog_fs'NULL))));
  2649.         $instance->addLoader('design_school_post_loader', ($this->services['liip_imagine.binary.loader.design_school_post_loader'] ?? ($this->services['liip_imagine.binary.loader.design_school_post_loader'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://design_school_fs'NULL))));
  2650.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  2651.         return $instance;
  2652.     }
  2653.     /**
  2654.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  2655.      *
  2656.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  2657.      */
  2658.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  2659.     {
  2660.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2663.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  2664.     }
  2665.     /**
  2666.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  2667.      *
  2668.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  2669.      */
  2670.     protected function getLiipImagine_Filter_Loader_FixedService()
  2671.     {
  2672.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2674.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  2675.     }
  2676.     /**
  2677.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  2678.      *
  2679.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  2680.      */
  2681.     protected function getLiipImagine_Filter_Loader_FlipService()
  2682.     {
  2683.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2685.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  2686.     }
  2687.     /**
  2688.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  2689.      *
  2690.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  2691.      */
  2692.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2696.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  2697.     }
  2698.     /**
  2699.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  2700.      *
  2701.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  2702.      */
  2703.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2707.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  2708.     }
  2709.     /**
  2710.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  2711.      *
  2712.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  2713.      */
  2714.     protected function getLiipImagine_Filter_Loader_ResampleService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  2718.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.imagick'] ?? $this->getLiipImagine_ImagickService()));
  2719.     }
  2720.     /**
  2721.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  2722.      *
  2723.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  2724.      */
  2725.     protected function getLiipImagine_Filter_Loader_RotateService()
  2726.     {
  2727.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2729.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  2730.     }
  2731.     /**
  2732.      * Gets the public 'liip_imagine.filter.manager' shared service.
  2733.      *
  2734.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  2735.      */
  2736.     protected function getLiipImagine_Filter_ManagerService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2763.         $a = ($this->privates['liip_imagine.imagick'] ?? $this->getLiipImagine_ImagickService());
  2764.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  2765.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  2766.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  2767.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  2768.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  2769.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  2770.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  2771.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  2772.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  2773.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  2774.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  2775.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  2776.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  2777.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  2778.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  2779.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  2780.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  2781.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  2782.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  2783.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  2784.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  2785.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  2786.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the public 'request_stack' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2793.      */
  2794.     protected function getRequestStackService()
  2795.     {
  2796.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2797.     }
  2798.     /**
  2799.      * Gets the public 'router' shared service.
  2800.      *
  2801.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2802.      */
  2803.     protected function getRouterService()
  2804.     {
  2805.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2806.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2807.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2808.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2809.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2810.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2811.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2812.         ], [
  2813.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2814.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  2815.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2816.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2817.         return $instance;
  2818.     }
  2819.     /**
  2820.      * Gets the public 'routing.loader' shared service.
  2821.      *
  2822.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2823.      */
  2824.     protected function getRouting_LoaderService()
  2825.     {
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2850.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2851.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2852.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2853.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2854.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2855.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2856.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2857.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2858.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2859.             'kernel' => ['services''kernel''getKernelService'false],
  2860.         ], [
  2861.             'kernel' => 'App\\Kernel',
  2862.         ]), 'dev'));
  2863.         $a->addLoader($c);
  2864.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2865.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2866.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2867.     }
  2868.     /**
  2869.      * Gets the public 'scheb_two_factor.firewall_context' shared service.
  2870.      *
  2871.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  2872.      */
  2873.     protected function getSchebTwoFactor_FirewallContextService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  2876.         return $this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext(['main' => ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService())]);
  2877.     }
  2878.     /**
  2879.      * Gets the public 'scheb_two_factor.form_controller' shared service.
  2880.      *
  2881.      * @return \Scheb\TwoFactorBundle\Controller\FormController
  2882.      */
  2883.     protected function getSchebTwoFactor_FormControllerService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  2886.         return $this->services['scheb_two_factor.form_controller'] = new \Scheb\TwoFactorBundle\Controller\FormController(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->services['scheb_two_factor.firewall_context'] ?? $this->getSchebTwoFactor_FirewallContextService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), NULLfalse);
  2887.     }
  2888.     /**
  2889.      * Gets the public 'scheb_two_factor.qr_code_generator' shared service.
  2890.      *
  2891.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator
  2892.      */
  2893.     protected function getSchebTwoFactor_QrCodeGeneratorService()
  2894.     {
  2895.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-qr-code/Security/TwoFactor/QrCode/QrCodeGenerator.php';
  2896.         return $this->services['scheb_two_factor.qr_code_generator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator(($this->services['scheb_two_factor.security.google_authenticator'] ?? $this->getSchebTwoFactor_Security_GoogleAuthenticatorService()), NULL);
  2897.     }
  2898.     /**
  2899.      * Gets the public 'scheb_two_factor.security.google_authenticator' shared service.
  2900.      *
  2901.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator
  2902.      */
  2903.     protected function getSchebTwoFactor_Security_GoogleAuthenticatorService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticatorInterface.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticator.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleTotpFactory.php';
  2908.         return $this->services['scheb_two_factor.security.google_authenticator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator(new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleTotpFactory('FontBundles Admin Panel''admin-panel.fontbundles.net'6), 1);
  2909.     }
  2910.     /**
  2911.      * Gets the public 'services_resetter' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2914.      */
  2915.     protected function getServicesResetterService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2918.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2919.             if (isset($this->services['cache.app'])) {
  2920.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2921.             }
  2922.             if (isset($this->services['cache.system'])) {
  2923.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2924.             }
  2925.             if (isset($this->privates['cache.validator'])) {
  2926.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2927.             }
  2928.             if (isset($this->privates['cache.serializer'])) {
  2929.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2930.             }
  2931.             if (isset($this->privates['cache.annotations'])) {
  2932.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2933.             }
  2934.             if (isset($this->privates['cache.property_info'])) {
  2935.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2936.             }
  2937.             if (isset($this->privates['debug.stopwatch'])) {
  2938.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2939.             }
  2940.             if (isset($this->services['event_dispatcher'])) {
  2941.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2942.             }
  2943.             if (isset($this->privates['session_listener'])) {
  2944.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2945.             }
  2946.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2947.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2948.             }
  2949.             if (isset($this->services['cache.validator_expression_language'])) {
  2950.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2951.             }
  2952.             if (isset($this->services['.container.private.profiler'])) {
  2953.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2954.             }
  2955.             if (isset($this->services['.container.private.validator'])) {
  2956.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2957.             }
  2958.             if (isset($this->services['.container.private.security.token_storage'])) {
  2959.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2960.             }
  2961.             if (isset($this->privates['cache.security_expression_language'])) {
  2962.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2963.             }
  2964.             if (isset($this->services['doctrine'])) {
  2965.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2966.             }
  2967.             if (isset($this->privates['form.type.entity'])) {
  2968.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2969.             }
  2970.             if (isset($this->privates['monolog.handler.main'])) {
  2971.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2972.             }
  2973.             if (isset($this->privates['monolog.handler.console'])) {
  2974.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2975.             }
  2976.             if (isset($this->services['fos_rest.view_handler'])) {
  2977.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2978.             }
  2979.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2980.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2981.             }
  2982.             if (isset($this->privates['cache.webpack_encore'])) {
  2983.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2984.             }
  2985.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2986.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2987.             }
  2988.         }, function () {
  2989.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  2990.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2991.     }
  2992.     /**
  2993.      * Gets the public 'translator' shared service.
  2994.      *
  2995.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2996.      */
  2997.     protected function getTranslatorService()
  2998.     {
  2999.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3000.     }
  3001.     /**
  3002.      * Gets the public 'vich_uploader.download_handler' shared service.
  3003.      *
  3004.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  3005.      */
  3006.     protected function getVichUploader_DownloadHandlerService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3010.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()));
  3011.     }
  3012.     /**
  3013.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3014.      *
  3015.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3016.      */
  3017.     protected function getVichUploader_Form_Type_FileService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3022.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3023.     }
  3024.     /**
  3025.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3026.      *
  3027.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3028.      */
  3029.     protected function getVichUploader_Form_Type_ImageService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3035.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  3036.     }
  3037.     /**
  3038.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3039.      *
  3040.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3041.      */
  3042.     protected function getVichUploader_UploadHandlerService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  3048.         $a = ($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService());
  3049.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3050.     }
  3051.     /**
  3052.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3053.      *
  3054.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3055.      */
  3056.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3057.     {
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3059.         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()));
  3060.     }
  3061.     /**
  3062.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3063.      *
  3064.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3065.      */
  3066.     protected function getWebProfiler_Controller_ProfilerService()
  3067.     {
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3069.         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));
  3070.     }
  3071.     /**
  3072.      * Gets the public 'web_profiler.controller.router' shared service.
  3073.      *
  3074.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3075.      */
  3076.     protected function getWebProfiler_Controller_RouterService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3079.         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 () {
  3080.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3081.         }, 1));
  3082.     }
  3083.     /**
  3084.      * Gets the private '.console.command.about.lazy' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Console\Command\LazyCommand
  3087.      */
  3088.     protected function get_Console_Command_About_LazyService()
  3089.     {
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3092.         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 {
  3093.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3094.         });
  3095.     }
  3096.     /**
  3097.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3098.      *
  3099.      * @return \Symfony\Component\Console\Command\LazyCommand
  3100.      */
  3101.     protected function get_Console_Command_AssetsInstall_LazyService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3105.         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 {
  3106.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3107.         });
  3108.     }
  3109.     /**
  3110.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3111.      *
  3112.      * @return \Symfony\Component\Console\Command\LazyCommand
  3113.      */
  3114.     protected function get_Console_Command_CacheClear_LazyService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3118.         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 {
  3119.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3120.         });
  3121.     }
  3122.     /**
  3123.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Console\Command\LazyCommand
  3126.      */
  3127.     protected function get_Console_Command_CachePoolClear_LazyService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3131.         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 {
  3132.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3133.         });
  3134.     }
  3135.     /**
  3136.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\Console\Command\LazyCommand
  3139.      */
  3140.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3144.         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 {
  3145.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3146.         });
  3147.     }
  3148.     /**
  3149.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3150.      *
  3151.      * @return \Symfony\Component\Console\Command\LazyCommand
  3152.      */
  3153.     protected function get_Console_Command_CachePoolList_LazyService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3157.         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 {
  3158.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3159.         });
  3160.     }
  3161.     /**
  3162.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\Console\Command\LazyCommand
  3165.      */
  3166.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3167.     {
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3170.         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 {
  3171.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3172.         });
  3173.     }
  3174.     /**
  3175.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\Console\Command\LazyCommand
  3178.      */
  3179.     protected function get_Console_Command_CacheWarmup_LazyService()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3183.         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 {
  3184.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3185.         });
  3186.     }
  3187.     /**
  3188.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3189.      *
  3190.      * @return \Symfony\Component\Console\Command\LazyCommand
  3191.      */
  3192.     protected function get_Console_Command_ConfigDebug_LazyService()
  3193.     {
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3196.         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 {
  3197.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3198.         });
  3199.     }
  3200.     /**
  3201.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\Console\Command\LazyCommand
  3204.      */
  3205.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3209.         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 {
  3210.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3211.         });
  3212.     }
  3213.     /**
  3214.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\Console\Command\LazyCommand
  3217.      */
  3218.     protected function get_Console_Command_ContainerDebug_LazyService()
  3219.     {
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3222.         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 {
  3223.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3224.         });
  3225.     }
  3226.     /**
  3227.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Console\Command\LazyCommand
  3230.      */
  3231.     protected function get_Console_Command_ContainerLint_LazyService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3235.         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 {
  3236.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3237.         });
  3238.     }
  3239.     /**
  3240.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Console\Command\LazyCommand
  3243.      */
  3244.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3245.     {
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3248.         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 {
  3249.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3250.         });
  3251.     }
  3252.     /**
  3253.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3254.      *
  3255.      * @return \Symfony\Component\Console\Command\LazyCommand
  3256.      */
  3257.     protected function get_Console_Command_DotenvDebug_LazyService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3261.         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 {
  3262.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3263.         });
  3264.     }
  3265.     /**
  3266.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\Console\Command\LazyCommand
  3269.      */
  3270.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3271.     {
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3274.         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 {
  3275.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3276.         });
  3277.     }
  3278.     /**
  3279.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\Console\Command\LazyCommand
  3282.      */
  3283.     protected function get_Console_Command_FormDebug_LazyService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3287.         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 {
  3288.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3289.         });
  3290.     }
  3291.     /**
  3292.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Console\Command\LazyCommand
  3295.      */
  3296.     protected function get_Console_Command_RouterDebug_LazyService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3300.         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 {
  3301.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3302.         });
  3303.     }
  3304.     /**
  3305.      * Gets the private '.console.command.router_match.lazy' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Console\Command\LazyCommand
  3308.      */
  3309.     protected function get_Console_Command_RouterMatch_LazyService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3313.         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 {
  3314.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3315.         });
  3316.     }
  3317.     /**
  3318.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\Console\Command\LazyCommand
  3321.      */
  3322.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3326.         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 {
  3327.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3328.         });
  3329.     }
  3330.     /**
  3331.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\Console\Command\LazyCommand
  3334.      */
  3335.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3339.         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 {
  3340.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3341.         });
  3342.     }
  3343.     /**
  3344.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3345.      *
  3346.      * @return \Symfony\Component\Console\Command\LazyCommand
  3347.      */
  3348.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3352.         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 {
  3353.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3354.         });
  3355.     }
  3356.     /**
  3357.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\Console\Command\LazyCommand
  3360.      */
  3361.     protected function get_Console_Command_SecretsList_LazyService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3365.         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 {
  3366.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3367.         });
  3368.     }
  3369.     /**
  3370.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\Console\Command\LazyCommand
  3373.      */
  3374.     protected function get_Console_Command_SecretsRemove_LazyService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3378.         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 {
  3379.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3380.         });
  3381.     }
  3382.     /**
  3383.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\Console\Command\LazyCommand
  3386.      */
  3387.     protected function get_Console_Command_SecretsSet_LazyService()
  3388.     {
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3391.         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 {
  3392.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3393.         });
  3394.     }
  3395.     /**
  3396.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\Console\Command\LazyCommand
  3399.      */
  3400.     protected function get_Console_Command_TranslationDebug_LazyService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3404.         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 {
  3405.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3406.         });
  3407.     }
  3408.     /**
  3409.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3410.      *
  3411.      * @return \Symfony\Component\Console\Command\LazyCommand
  3412.      */
  3413.     protected function get_Console_Command_TranslationExtract_LazyService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3417.         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 {
  3418.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3419.         });
  3420.     }
  3421.     /**
  3422.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3423.      *
  3424.      * @return \Symfony\Component\Console\Command\LazyCommand
  3425.      */
  3426.     protected function get_Console_Command_TranslationPull_LazyService()
  3427.     {
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3430.         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 {
  3431.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3432.         });
  3433.     }
  3434.     /**
  3435.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\Console\Command\LazyCommand
  3438.      */
  3439.     protected function get_Console_Command_TranslationPush_LazyService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3443.         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 {
  3444.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3445.         });
  3446.     }
  3447.     /**
  3448.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\Console\Command\LazyCommand
  3451.      */
  3452.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3456.         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 {
  3457.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3458.         });
  3459.     }
  3460.     /**
  3461.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3462.      *
  3463.      * @return \Symfony\Component\Console\Command\LazyCommand
  3464.      */
  3465.     protected function get_Console_Command_XliffLint_LazyService()
  3466.     {
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3469.         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 {
  3470.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3471.         });
  3472.     }
  3473.     /**
  3474.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3475.      *
  3476.      * @return \Symfony\Component\Console\Command\LazyCommand
  3477.      */
  3478.     protected function get_Console_Command_YamlLint_LazyService()
  3479.     {
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3482.         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 {
  3483.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3484.         });
  3485.     }
  3486.     /**
  3487.      * Gets the private '.errored..service_locator.1lPU_k9.App\Entity\DesignSchool\Category' shared service.
  3488.      *
  3489.      * @return \App\Entity\DesignSchool\Category
  3490.      */
  3491.     protected function getCategoryService()
  3492.     {
  3493.         $this->throw('Cannot autowire service ".service_locator.1lPU_k9": it references class "App\\Entity\\DesignSchool\\Category" but no such service exists.');
  3494.     }
  3495.     /**
  3496.      * Gets the private '.errored..service_locator.31b6FW7.App\Entity\DesignerResource' shared service.
  3497.      *
  3498.      * @return \App\Entity\DesignerResource
  3499.      */
  3500.     protected function getDesignerResourceService()
  3501.     {
  3502.         $this->throw('Cannot autowire service ".service_locator.31b6FW7": it references class "App\\Entity\\DesignerResource" but no such service exists.');
  3503.     }
  3504.     /**
  3505.      * Gets the private '.errored..service_locator.4tB6Q0A.App\Entity\FAQ\Topic' shared service.
  3506.      *
  3507.      * @return \App\Entity\FAQ\Topic
  3508.      */
  3509.     protected function getTopicService()
  3510.     {
  3511.         $this->throw('Cannot autowire service ".service_locator.4tB6Q0A": it references class "App\\Entity\\FAQ\\Topic" but no such service exists.');
  3512.     }
  3513.     /**
  3514.      * Gets the private '.errored..service_locator.7clUB3e.App\Entity\DesignSchool\Category' shared service.
  3515.      *
  3516.      * @return \App\Entity\DesignSchool\Category
  3517.      */
  3518.     protected function getCategory2Service()
  3519.     {
  3520.         $this->throw('Cannot autowire service ".service_locator.7clUB3e": it references class "App\\Entity\\DesignSchool\\Category" but no such service exists.');
  3521.     }
  3522.     /**
  3523.      * Gets the private '.errored..service_locator.8oH.Ud2.App\Entity\SearchCollection' shared service.
  3524.      *
  3525.      * @return \App\Entity\SearchCollection
  3526.      */
  3527.     protected function getSearchCollectionService()
  3528.     {
  3529.         $this->throw('Cannot autowire service ".service_locator.8oH.Ud2": it references class "App\\Entity\\SearchCollection" but no such service exists.');
  3530.     }
  3531.     /**
  3532.      * Gets the private '.errored..service_locator.Bw4NNZt.App\Entity\Blog\BlogPost' shared service.
  3533.      *
  3534.      * @return \App\Entity\Blog\BlogPost
  3535.      */
  3536.     protected function getBlogPostService()
  3537.     {
  3538.         $this->throw('Cannot autowire service ".service_locator.Bw4NNZt": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.');
  3539.     }
  3540.     /**
  3541.      * Gets the private '.errored..service_locator.ETcaTjS.App\Entity\DesignerResource\Category' shared service.
  3542.      *
  3543.      * @return \App\Entity\DesignerResource\Category
  3544.      */
  3545.     protected function getCategory3Service()
  3546.     {
  3547.         $this->throw('Cannot autowire service ".service_locator.ETcaTjS": it references class "App\\Entity\\DesignerResource\\Category" but no such service exists.');
  3548.     }
  3549.     /**
  3550.      * Gets the private '.errored..service_locator.Fn66zdn.App\Entity\Localization\Message' shared service.
  3551.      *
  3552.      * @return \App\Entity\Localization\Message
  3553.      */
  3554.     protected function getMessageService()
  3555.     {
  3556.         $this->throw('Cannot autowire service ".service_locator.Fn66zdn": it references class "App\\Entity\\Localization\\Message" but no such service exists.');
  3557.     }
  3558.     /**
  3559.      * Gets the private '.errored..service_locator.GXKojli.App\Entity\FAQ\Translation' shared service.
  3560.      *
  3561.      * @return \App\Entity\FAQ\Translation
  3562.      */
  3563.     protected function getTranslationService()
  3564.     {
  3565.         $this->throw('Cannot autowire service ".service_locator.GXKojli": it references class "App\\Entity\\FAQ\\Translation" but no such service exists.');
  3566.     }
  3567.     /**
  3568.      * Gets the private '.errored..service_locator.Kbyg3Cr.App\Entity\DesignSchool\Post' shared service.
  3569.      *
  3570.      * @return \App\Entity\DesignSchool\Post
  3571.      */
  3572.     protected function getPostService()
  3573.     {
  3574.         $this->throw('Cannot autowire service ".service_locator.Kbyg3Cr": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.');
  3575.     }
  3576.     /**
  3577.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3580.      */
  3581.     protected function getLoaderInterfaceService()
  3582.     {
  3583.         $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".');
  3584.     }
  3585.     /**
  3586.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  3587.      *
  3588.      * @return \Symfony\Component\HttpFoundation\Response
  3589.      */
  3590.     protected function getResponseService()
  3591.     {
  3592.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  3593.     }
  3594.     /**
  3595.      * Gets the private '.errored..service_locator.MHrm8ez.App\Entity\Localization\Translation' shared service.
  3596.      *
  3597.      * @return \App\Entity\Localization\Translation
  3598.      */
  3599.     protected function getTranslation2Service()
  3600.     {
  3601.         $this->throw('Cannot autowire service ".service_locator.MHrm8ez": it references class "App\\Entity\\Localization\\Translation" but no such service exists.');
  3602.     }
  3603.     /**
  3604.      * Gets the private '.errored..service_locator.MhQcL66.App\Entity\DesignerResource\Category' shared service.
  3605.      *
  3606.      * @return \App\Entity\DesignerResource\Category
  3607.      */
  3608.     protected function getCategory4Service()
  3609.     {
  3610.         $this->throw('Cannot autowire service ".service_locator.MhQcL66": it references class "App\\Entity\\DesignerResource\\Category" but no such service exists.');
  3611.     }
  3612.     /**
  3613.      * Gets the private '.errored..service_locator.O4_MrJ2.App\Entity\SearchCollection' shared service.
  3614.      *
  3615.      * @return \App\Entity\SearchCollection
  3616.      */
  3617.     protected function getSearchCollection2Service()
  3618.     {
  3619.         $this->throw('Cannot autowire service ".service_locator.O4_MrJ2": it references class "App\\Entity\\SearchCollection" but no such service exists.');
  3620.     }
  3621.     /**
  3622.      * Gets the private '.errored..service_locator.P4UcsHO.App\Entity\Blog\Category' shared service.
  3623.      *
  3624.      * @return \App\Entity\Blog\Category
  3625.      */
  3626.     protected function getCategory5Service()
  3627.     {
  3628.         $this->throw('Cannot autowire service ".service_locator.P4UcsHO": it references class "App\\Entity\\Blog\\Category" but no such service exists.');
  3629.     }
  3630.     /**
  3631.      * Gets the private '.errored..service_locator.R9WWzdZ.App\Entity\FAQ\Topic' shared service.
  3632.      *
  3633.      * @return \App\Entity\FAQ\Topic
  3634.      */
  3635.     protected function getTopic2Service()
  3636.     {
  3637.         $this->throw('Cannot autowire service ".service_locator.R9WWzdZ": it references class "App\\Entity\\FAQ\\Topic" but no such service exists.');
  3638.     }
  3639.     /**
  3640.      * Gets the private '.errored..service_locator.U1jnbVW.App\Entity\DesignSchool\Post' shared service.
  3641.      *
  3642.      * @return \App\Entity\DesignSchool\Post
  3643.      */
  3644.     protected function getPost2Service()
  3645.     {
  3646.         $this->throw('Cannot autowire service ".service_locator.U1jnbVW": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.');
  3647.     }
  3648.     /**
  3649.      * Gets the private '.errored..service_locator.Y0Iw7VI.App\Entity\DesignerResource' shared service.
  3650.      *
  3651.      * @return \App\Entity\DesignerResource
  3652.      */
  3653.     protected function getDesignerResource2Service()
  3654.     {
  3655.         $this->throw('Cannot autowire service ".service_locator.Y0Iw7VI": it references class "App\\Entity\\DesignerResource" but no such service exists.');
  3656.     }
  3657.     /**
  3658.      * Gets the private '.errored..service_locator.cOeO3Ub.App\Entity\Security\User' shared service.
  3659.      *
  3660.      * @return \App\Entity\Security\User
  3661.      */
  3662.     protected function getUserService()
  3663.     {
  3664.         $this->throw('Cannot autowire service ".service_locator.cOeO3Ub": it references class "App\\Entity\\Security\\User" but no such service exists.');
  3665.     }
  3666.     /**
  3667.      * Gets the private '.errored..service_locator.cSHK0U8.App\Entity\Security\User' shared service.
  3668.      *
  3669.      * @return \App\Entity\Security\User
  3670.      */
  3671.     protected function getUser2Service()
  3672.     {
  3673.         $this->throw('Cannot autowire service ".service_locator.cSHK0U8": it references class "App\\Entity\\Security\\User" but no such service exists.');
  3674.     }
  3675.     /**
  3676.      * Gets the private '.errored..service_locator.cSHK0U8.Symfony\Component\Security\Core\User\UserInterface' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\Security\Core\User\UserInterface
  3679.      */
  3680.     protected function getUserInterfaceService()
  3681.     {
  3682.         $this->throw('Cannot autowire service ".service_locator.cSHK0U8": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  3683.     }
  3684.     /**
  3685.      * Gets the private '.errored..service_locator.ez9h0GR.App\Entity\Blog\BlogPost' shared service.
  3686.      *
  3687.      * @return \App\Entity\Blog\BlogPost
  3688.      */
  3689.     protected function getBlogPost2Service()
  3690.     {
  3691.         $this->throw('Cannot autowire service ".service_locator.ez9h0GR": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.');
  3692.     }
  3693.     /**
  3694.      * Gets the private '.errored..service_locator.j7AuKpE.Symfony\Component\Security\Core\User\UserInterface' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\Security\Core\User\UserInterface
  3697.      */
  3698.     protected function getUserInterface2Service()
  3699.     {
  3700.         $this->throw('Cannot autowire service ".service_locator.j7AuKpE": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  3701.     }
  3702.     /**
  3703.      * Gets the private '.errored..service_locator.l57y88c.App\Entity\FAQ\Translation' shared service.
  3704.      *
  3705.      * @return \App\Entity\FAQ\Translation
  3706.      */
  3707.     protected function getTranslation3Service()
  3708.     {
  3709.         $this->throw('Cannot autowire service ".service_locator.l57y88c": it references class "App\\Entity\\FAQ\\Translation" but no such service exists.');
  3710.     }
  3711.     /**
  3712.      * Gets the private '.errored..service_locator.oGG_SvB.App\Entity\Blog\BlogPost' shared service.
  3713.      *
  3714.      * @return \App\Entity\Blog\BlogPost
  3715.      */
  3716.     protected function getBlogPost3Service()
  3717.     {
  3718.         $this->throw('Cannot autowire service ".service_locator.oGG_SvB": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.');
  3719.     }
  3720.     /**
  3721.      * Gets the private '.errored..service_locator.rVdLvQT.Symfony\Component\HttpFoundation\Session\Session' shared service.
  3722.      *
  3723.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3724.      */
  3725.     protected function getSession2Service()
  3726.     {
  3727.         $this->throw('Cannot autowire service ".service_locator.rVdLvQT": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  3728.     }
  3729.     /**
  3730.      * Gets the private '.errored..service_locator.vv9j2RX.App\Entity\Blog\BlogPost' shared service.
  3731.      *
  3732.      * @return \App\Entity\Blog\BlogPost
  3733.      */
  3734.     protected function getBlogPost4Service()
  3735.     {
  3736.         $this->throw('Cannot autowire service ".service_locator.vv9j2RX": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.');
  3737.     }
  3738.     /**
  3739.      * Gets the private '.errored..service_locator.yYoV0uZ.App\Entity\DesignSchool\Post' shared service.
  3740.      *
  3741.      * @return \App\Entity\DesignSchool\Post
  3742.      */
  3743.     protected function getPost3Service()
  3744.     {
  3745.         $this->throw('Cannot autowire service ".service_locator.yYoV0uZ": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.');
  3746.     }
  3747.     /**
  3748.      * Gets the private '.errored..service_locator.yvGWyUl.App\Entity\Localization\Translation' shared service.
  3749.      *
  3750.      * @return \App\Entity\Localization\Translation
  3751.      */
  3752.     protected function getTranslation4Service()
  3753.     {
  3754.         $this->throw('Cannot autowire service ".service_locator.yvGWyUl": it references class "App\\Entity\\Localization\\Translation" but no such service exists.');
  3755.     }
  3756.     /**
  3757.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3758.      *
  3759.      * @return \Symfony\Component\Console\Command\LazyCommand
  3760.      */
  3761.     protected function get_Security_Command_DebugFirewall_LazyService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3765.         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 {
  3766.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3767.         });
  3768.     }
  3769.     /**
  3770.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\Console\Command\LazyCommand
  3773.      */
  3774.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3778.         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 {
  3779.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3780.         });
  3781.     }
  3782.     /**
  3783.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3784.      *
  3785.      * @return \Symfony\Component\Console\Command\LazyCommand
  3786.      */
  3787.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3788.     {
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3791.         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 {
  3792.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3793.         });
  3794.     }
  3795.     /**
  3796.      * Gets the private '.service_locator..U_hPAc' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3799.      */
  3800.     protected function get_ServiceLocator__UHPAcService()
  3801.     {
  3802.         return $this->privates['.service_locator..U_hPAc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3803.             'repository' => ['privates''App\\Repository\\Blog\\CategoryRepository''getCategoryRepositoryService'false],
  3804.         ], [
  3805.             'repository' => 'App\\Repository\\Blog\\CategoryRepository',
  3806.         ]);
  3807.     }
  3808.     /**
  3809.      * Gets the private '.service_locator.1Eu9WZL' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3812.      */
  3813.     protected function get_ServiceLocator_1Eu9WZLService()
  3814.     {
  3815.         return $this->privates['.service_locator.1Eu9WZL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3816.             'userRepository' => ['privates''App\\Repository\\Security\\UserRepository''getUserRepositoryService'false],
  3817.         ], [
  3818.             'userRepository' => 'App\\Repository\\Security\\UserRepository',
  3819.         ]);
  3820.     }
  3821.     /**
  3822.      * Gets the private '.service_locator.1lPU_k9' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3825.      */
  3826.     protected function get_ServiceLocator_1lPUK9Service()
  3827.     {
  3828.         return $this->privates['.service_locator.1lPU_k9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3829.             'category' => ['privates''.errored..service_locator.1lPU_k9.App\\Entity\\DesignSchool\\Category'NULL'Cannot autowire service ".service_locator.1lPU_k9": it references class "App\\Entity\\DesignSchool\\Category" but no such service exists.'],
  3830.         ], [
  3831.             'category' => 'App\\Entity\\DesignSchool\\Category',
  3832.         ]);
  3833.     }
  3834.     /**
  3835.      * Gets the private '.service_locator.2r9fHum' shared service.
  3836.      *
  3837.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3838.      */
  3839.     protected function get_ServiceLocator_2r9fHumService()
  3840.     {
  3841.         return $this->privates['.service_locator.2r9fHum'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3842.             'flush' => ['privates''App\\Service\\Bus\\Blog\\Flush''getFlushService'false],
  3843.         ], [
  3844.             'flush' => 'App\\Service\\Bus\\Blog\\Flush',
  3845.         ]);
  3846.     }
  3847.     /**
  3848.      * Gets the private '.service_locator.31b6FW7' shared service.
  3849.      *
  3850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3851.      */
  3852.     protected function get_ServiceLocator_31b6FW7Service()
  3853.     {
  3854.         return $this->privates['.service_locator.31b6FW7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3855.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3856.             'resource' => ['privates''.errored..service_locator.31b6FW7.App\\Entity\\DesignerResource'NULL'Cannot autowire service ".service_locator.31b6FW7": it references class "App\\Entity\\DesignerResource" but no such service exists.'],
  3857.         ], [
  3858.             'em' => '?',
  3859.             'resource' => 'App\\Entity\\DesignerResource',
  3860.         ]);
  3861.     }
  3862.     /**
  3863.      * Gets the private '.service_locator.4tB6Q0A' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3866.      */
  3867.     protected function get_ServiceLocator_4tB6Q0AService()
  3868.     {
  3869.         return $this->privates['.service_locator.4tB6Q0A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3870.             'createTranslation' => ['privates''App\\Service\\FAQ\\Translation\\CreateTranslations''getCreateTranslationsService'false],
  3871.             'getAvailableTranslationLanguages' => ['privates''App\\Service\\FAQ\\Topic\\GetAvailableTranslationLanguages''getGetAvailableTranslationLanguagesService'false],
  3872.             'topic' => ['privates''.errored..service_locator.4tB6Q0A.App\\Entity\\FAQ\\Topic'NULL'Cannot autowire service ".service_locator.4tB6Q0A": it references class "App\\Entity\\FAQ\\Topic" but no such service exists.'],
  3873.         ], [
  3874.             'createTranslation' => 'App\\Service\\FAQ\\Translation\\CreateTranslations',
  3875.             'getAvailableTranslationLanguages' => 'App\\Service\\FAQ\\Topic\\GetAvailableTranslationLanguages',
  3876.             'topic' => 'App\\Entity\\FAQ\\Topic',
  3877.         ]);
  3878.     }
  3879.     /**
  3880.      * Gets the private '.service_locator.5miB8_X' shared service.
  3881.      *
  3882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3883.      */
  3884.     protected function get_ServiceLocator_5miB8XService()
  3885.     {
  3886.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3887.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3888.         ], [
  3889.             'em' => '?',
  3890.         ]);
  3891.     }
  3892.     /**
  3893.      * Gets the private '.service_locator.6WnDtl2' shared service.
  3894.      *
  3895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3896.      */
  3897.     protected function get_ServiceLocator_6WnDtl2Service()
  3898.     {
  3899.         return $this->privates['.service_locator.6WnDtl2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3900.             'createTableOfContents' => ['privates''App\\Service\\TableOfContents\\CreateTableOfContents''getCreateTableOfContentsService'false],
  3901.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3902.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3903.             'updatePostImage' => ['privates''App\\Service\\DesignSchool\\Post\\UpdatePostImage''getUpdatePostImageService'false],
  3904.         ], [
  3905.             'createTableOfContents' => 'App\\Service\\TableOfContents\\CreateTableOfContents',
  3906.             'em' => '?',
  3907.             'security' => '?',
  3908.             'updatePostImage' => 'App\\Service\\DesignSchool\\Post\\UpdatePostImage',
  3909.         ]);
  3910.     }
  3911.     /**
  3912.      * Gets the private '.service_locator.6fa7nuF' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3915.      */
  3916.     protected function get_ServiceLocator_6fa7nuFService()
  3917.     {
  3918.         return $this->privates['.service_locator.6fa7nuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3919.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  3920.             'repository' => ['privates''App\\Repository\\FAQ\\TopicRepository''getTopicRepositoryService'false],
  3921.         ], [
  3922.             'paramFetcher' => '?',
  3923.             'repository' => 'App\\Repository\\FAQ\\TopicRepository',
  3924.         ]);
  3925.     }
  3926.     /**
  3927.      * Gets the private '.service_locator.7clUB3e' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3930.      */
  3931.     protected function get_ServiceLocator_7clUB3eService()
  3932.     {
  3933.         return $this->privates['.service_locator.7clUB3e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3934.             'category' => ['privates''.errored..service_locator.7clUB3e.App\\Entity\\DesignSchool\\Category'NULL'Cannot autowire service ".service_locator.7clUB3e": it references class "App\\Entity\\DesignSchool\\Category" but no such service exists.'],
  3935.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3936.         ], [
  3937.             'category' => 'App\\Entity\\DesignSchool\\Category',
  3938.             'em' => '?',
  3939.         ]);
  3940.     }
  3941.     /**
  3942.      * Gets the private '.service_locator.7pd_Rzv' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3945.      */
  3946.     protected function get_ServiceLocator_7pdRzvService()
  3947.     {
  3948.         return $this->privates['.service_locator.7pd_Rzv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3949.             'createCategory' => ['privates''App\\Service\\DesignerResource\\Category\\CreateCategory''getCreateCategoryService'false],
  3950.         ], [
  3951.             'createCategory' => 'App\\Service\\DesignerResource\\Category\\CreateCategory',
  3952.         ]);
  3953.     }
  3954.     /**
  3955.      * Gets the private '.service_locator.8oH.Ud2' shared service.
  3956.      *
  3957.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3958.      */
  3959.     protected function get_ServiceLocator_8oH_Ud2Service()
  3960.     {
  3961.         return $this->privates['.service_locator.8oH.Ud2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3962.             'collection' => ['privates''.errored..service_locator.8oH.Ud2.App\\Entity\\SearchCollection'NULL'Cannot autowire service ".service_locator.8oH.Ud2": it references class "App\\Entity\\SearchCollection" but no such service exists.'],
  3963.             'updateSearchCollection' => ['privates''App\\Service\\SearchCollection\\UpdateSearchCollection''getUpdateSearchCollectionService'false],
  3964.         ], [
  3965.             'collection' => 'App\\Entity\\SearchCollection',
  3966.             'updateSearchCollection' => 'App\\Service\\SearchCollection\\UpdateSearchCollection',
  3967.         ]);
  3968.     }
  3969.     /**
  3970.      * Gets the private '.service_locator.BkIlKnq' shared service.
  3971.      *
  3972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3973.      */
  3974.     protected function get_ServiceLocator_BkIlKnqService()
  3975.     {
  3976.         return $this->privates['.service_locator.BkIlKnq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3977.             'handler' => ['services''vich_uploader.upload_handler''getVichUploader_UploadHandlerService'false],
  3978.             'helper' => ['privates''Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper''getUploaderHelperService'false],
  3979.         ], [
  3980.             'handler' => '?',
  3981.             'helper' => 'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper',
  3982.         ]);
  3983.     }
  3984.     /**
  3985.      * Gets the private '.service_locator.Bw4NNZt' shared service.
  3986.      *
  3987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3988.      */
  3989.     protected function get_ServiceLocator_Bw4NNZtService()
  3990.     {
  3991.         return $this->privates['.service_locator.Bw4NNZt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3992.             'post' => ['privates''.errored..service_locator.Bw4NNZt.App\\Entity\\Blog\\BlogPost'NULL'Cannot autowire service ".service_locator.Bw4NNZt": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.'],
  3993.         ], [
  3994.             'post' => 'App\\Entity\\Blog\\BlogPost',
  3995.         ]);
  3996.     }
  3997.     /**
  3998.      * Gets the private '.service_locator.E059TQW' shared service.
  3999.      *
  4000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4001.      */
  4002.     protected function get_ServiceLocator_E059TQWService()
  4003.     {
  4004.         return $this->privates['.service_locator.E059TQW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4005.             'flush' => ['privates''App\\Service\\Bus\\Faq\\Flush''getFlush2Service'false],
  4006.         ], [
  4007.             'flush' => 'App\\Service\\Bus\\Faq\\Flush',
  4008.         ]);
  4009.     }
  4010.     /**
  4011.      * Gets the private '.service_locator.ENxJY5E' shared service.
  4012.      *
  4013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4014.      */
  4015.     protected function get_ServiceLocator_ENxJY5EService()
  4016.     {
  4017.         return $this->privates['.service_locator.ENxJY5E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4018.             'paginatePosts' => ['privates''App\\Service\\DesignSchool\\Post\\PaginatePosts''getPaginatePostsService'false],
  4019.         ], [
  4020.             'paginatePosts' => 'App\\Service\\DesignSchool\\Post\\PaginatePosts',
  4021.         ]);
  4022.     }
  4023.     /**
  4024.      * Gets the private '.service_locator.ETcaTjS' shared service.
  4025.      *
  4026.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4027.      */
  4028.     protected function get_ServiceLocator_ETcaTjSService()
  4029.     {
  4030.         return $this->privates['.service_locator.ETcaTjS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4031.             'category' => ['privates''.errored..service_locator.ETcaTjS.App\\Entity\\DesignerResource\\Category'NULL'Cannot autowire service ".service_locator.ETcaTjS": it references class "App\\Entity\\DesignerResource\\Category" but no such service exists.'],
  4032.             'updateCategory' => ['privates''App\\Service\\DesignerResource\\Category\\UpdateCategory''getUpdateCategoryService'false],
  4033.         ], [
  4034.             'category' => 'App\\Entity\\DesignerResource\\Category',
  4035.             'updateCategory' => 'App\\Service\\DesignerResource\\Category\\UpdateCategory',
  4036.         ]);
  4037.     }
  4038.     /**
  4039.      * Gets the private '.service_locator.FP0A0pq' shared service.
  4040.      *
  4041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4042.      */
  4043.     protected function get_ServiceLocator_FP0A0pqService()
  4044.     {
  4045.         return $this->privates['.service_locator.FP0A0pq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4046.             'flush' => ['privates''App\\Service\\Bus\\DesignSchool\\Flush''getFlush3Service'false],
  4047.         ], [
  4048.             'flush' => 'App\\Service\\Bus\\DesignSchool\\Flush',
  4049.         ]);
  4050.     }
  4051.     /**
  4052.      * Gets the private '.service_locator.FeSB.HX' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4055.      */
  4056.     protected function get_ServiceLocator_FeSB_HXService()
  4057.     {
  4058.         return $this->privates['.service_locator.FeSB.HX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4059.             'getTypes' => ['privates''App\\Service\\DesignerResource\\Resource\\GetTypes''getGetTypesService'false],
  4060.         ], [
  4061.             'getTypes' => 'App\\Service\\DesignerResource\\Resource\\GetTypes',
  4062.         ]);
  4063.     }
  4064.     /**
  4065.      * Gets the private '.service_locator.Fn66zdn' shared service.
  4066.      *
  4067.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4068.      */
  4069.     protected function get_ServiceLocator_Fn66zdnService()
  4070.     {
  4071.         return $this->privates['.service_locator.Fn66zdn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4072.             'createTranslation' => ['privates''App\\Service\\Localization\\Translation\\CreateTranslation''getCreateTranslationService'false],
  4073.             'getPostCreateUpdateRedirectUrl' => ['privates''App\\Service\\Translation\\GetRedirectUrl''getGetRedirectUrlService'false],
  4074.             'message' => ['privates''.errored..service_locator.Fn66zdn.App\\Entity\\Localization\\Message'NULL'Cannot autowire service ".service_locator.Fn66zdn": it references class "App\\Entity\\Localization\\Message" but no such service exists.'],
  4075.         ], [
  4076.             'createTranslation' => 'App\\Service\\Localization\\Translation\\CreateTranslation',
  4077.             'getPostCreateUpdateRedirectUrl' => 'App\\Service\\Translation\\GetRedirectUrl',
  4078.             'message' => 'App\\Entity\\Localization\\Message',
  4079.         ]);
  4080.     }
  4081.     /**
  4082.      * Gets the private '.service_locator.GXKojli' shared service.
  4083.      *
  4084.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4085.      */
  4086.     protected function get_ServiceLocator_GXKojliService()
  4087.     {
  4088.         return $this->privates['.service_locator.GXKojli'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4089.             'translation' => ['privates''.errored..service_locator.GXKojli.App\\Entity\\FAQ\\Translation'NULL'Cannot autowire service ".service_locator.GXKojli": it references class "App\\Entity\\FAQ\\Translation" but no such service exists.'],
  4090.         ], [
  4091.             'translation' => 'App\\Entity\\FAQ\\Translation',
  4092.         ]);
  4093.     }
  4094.     /**
  4095.      * Gets the private '.service_locator.HAX5D.v' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4098.      */
  4099.     protected function get_ServiceLocator_HAX5D_VService()
  4100.     {
  4101.         return $this->privates['.service_locator.HAX5D.v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4102.             'helper' => ['privates''Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper''getUploaderHelperService'false],
  4103.             'uploadHandler' => ['services''vich_uploader.upload_handler''getVichUploader_UploadHandlerService'false],
  4104.         ], [
  4105.             'helper' => 'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper',
  4106.             'uploadHandler' => '?',
  4107.         ]);
  4108.     }
  4109.     /**
  4110.      * Gets the private '.service_locator.IEeEty.' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4113.      */
  4114.     protected function get_ServiceLocator_IEeEty_Service()
  4115.     {
  4116.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4117.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  4118.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4119.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4120.         ], [
  4121.             'security.firewall.map.context.api' => '?',
  4122.             'security.firewall.map.context.dev' => '?',
  4123.             'security.firewall.map.context.main' => '?',
  4124.         ]);
  4125.     }
  4126.     /**
  4127.      * Gets the private '.service_locator.KbYMfa4' shared service.
  4128.      *
  4129.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4130.      */
  4131.     protected function get_ServiceLocator_KbYMfa4Service()
  4132.     {
  4133.         return $this->privates['.service_locator.KbYMfa4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4134.             'repository' => ['privates''App\\Repository\\FAQ\\TranslationRepository''getTranslationRepositoryService'false],
  4135.         ], [
  4136.             'repository' => 'App\\Repository\\FAQ\\TranslationRepository',
  4137.         ]);
  4138.     }
  4139.     /**
  4140.      * Gets the private '.service_locator.Kbyg3Cr' shared service.
  4141.      *
  4142.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4143.      */
  4144.     protected function get_ServiceLocator_Kbyg3CrService()
  4145.     {
  4146.         return $this->privates['.service_locator.Kbyg3Cr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4147.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4148.             'flush' => ['privates''App\\Service\\Bus\\DesignSchool\\Flush''getFlush3Service'false],
  4149.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4150.             'post' => ['privates''.errored..service_locator.Kbyg3Cr.App\\Entity\\DesignSchool\\Post'NULL'Cannot autowire service ".service_locator.Kbyg3Cr": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.'],
  4151.         ], [
  4152.             'em' => '?',
  4153.             'flush' => 'App\\Service\\Bus\\DesignSchool\\Flush',
  4154.             'logger' => '?',
  4155.             'post' => 'App\\Entity\\DesignSchool\\Post',
  4156.         ]);
  4157.     }
  4158.     /**
  4159.      * Gets the private '.service_locator.KfbR3DY' shared service.
  4160.      *
  4161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4162.      */
  4163.     protected function get_ServiceLocator_KfbR3DYService()
  4164.     {
  4165.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4166.             '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".'],
  4167.         ], [
  4168.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4169.         ]);
  4170.     }
  4171.     /**
  4172.      * Gets the private '.service_locator.KfwZsne' shared service.
  4173.      *
  4174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4175.      */
  4176.     protected function get_ServiceLocator_KfwZsneService()
  4177.     {
  4178.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4179.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  4180.         ], [
  4181.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  4182.         ]);
  4183.     }
  4184.     /**
  4185.      * Gets the private '.service_locator.MHrm8ez' shared service.
  4186.      *
  4187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4188.      */
  4189.     protected function get_ServiceLocator_MHrm8ezService()
  4190.     {
  4191.         return $this->privates['.service_locator.MHrm8ez'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4192.             'repository' => ['privates''App\\Repository\\Localization\\TranslationHistoryRepository''getTranslationHistoryRepositoryService'false],
  4193.             'translation' => ['privates''.errored..service_locator.MHrm8ez.App\\Entity\\Localization\\Translation'NULL'Cannot autowire service ".service_locator.MHrm8ez": it references class "App\\Entity\\Localization\\Translation" but no such service exists.'],
  4194.         ], [
  4195.             'repository' => 'App\\Repository\\Localization\\TranslationHistoryRepository',
  4196.             'translation' => 'App\\Entity\\Localization\\Translation',
  4197.         ]);
  4198.     }
  4199.     /**
  4200.      * Gets the private '.service_locator.MhQcL66' shared service.
  4201.      *
  4202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4203.      */
  4204.     protected function get_ServiceLocator_MhQcL66Service()
  4205.     {
  4206.         return $this->privates['.service_locator.MhQcL66'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4207.             'category' => ['privates''.errored..service_locator.MhQcL66.App\\Entity\\DesignerResource\\Category'NULL'Cannot autowire service ".service_locator.MhQcL66": it references class "App\\Entity\\DesignerResource\\Category" but no such service exists.'],
  4208.             'deleteCategory' => ['privates''App\\Service\\DesignerResource\\Category\\DeleteCategory''getDeleteCategoryService'false],
  4209.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4210.         ], [
  4211.             'category' => 'App\\Entity\\DesignerResource\\Category',
  4212.             'deleteCategory' => 'App\\Service\\DesignerResource\\Category\\DeleteCategory',
  4213.             'em' => '?',
  4214.         ]);
  4215.     }
  4216.     /**
  4217.      * Gets the private '.service_locator.O4_MrJ2' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4220.      */
  4221.     protected function get_ServiceLocator_O4MrJ2Service()
  4222.     {
  4223.         return $this->privates['.service_locator.O4_MrJ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4224.             'collection' => ['privates''.errored..service_locator.O4_MrJ2.App\\Entity\\SearchCollection'NULL'Cannot autowire service ".service_locator.O4_MrJ2": it references class "App\\Entity\\SearchCollection" but no such service exists.'],
  4225.         ], [
  4226.             'collection' => 'App\\Entity\\SearchCollection',
  4227.         ]);
  4228.     }
  4229.     /**
  4230.      * Gets the private '.service_locator.P4UcsHO' shared service.
  4231.      *
  4232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4233.      */
  4234.     protected function get_ServiceLocator_P4UcsHOService()
  4235.     {
  4236.         return $this->privates['.service_locator.P4UcsHO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4237.             'category' => ['privates''.errored..service_locator.P4UcsHO.App\\Entity\\Blog\\Category'NULL'Cannot autowire service ".service_locator.P4UcsHO": it references class "App\\Entity\\Blog\\Category" but no such service exists.'],
  4238.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4239.         ], [
  4240.             'category' => 'App\\Entity\\Blog\\Category',
  4241.             'em' => '?',
  4242.         ]);
  4243.     }
  4244.     /**
  4245.      * Gets the private '.service_locator.R9WWzdZ' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4248.      */
  4249.     protected function get_ServiceLocator_R9WWzdZService()
  4250.     {
  4251.         return $this->privates['.service_locator.R9WWzdZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4252.             'topic' => ['privates''.errored..service_locator.R9WWzdZ.App\\Entity\\FAQ\\Topic'NULL'Cannot autowire service ".service_locator.R9WWzdZ": it references class "App\\Entity\\FAQ\\Topic" but no such service exists.'],
  4253.         ], [
  4254.             'topic' => 'App\\Entity\\FAQ\\Topic',
  4255.         ]);
  4256.     }
  4257.     /**
  4258.      * Gets the private '.service_locator.R_UWuoT' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4261.      */
  4262.     protected function get_ServiceLocator_RUWuoTService()
  4263.     {
  4264.         return $this->privates['.service_locator.R_UWuoT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4265.             'getDashboard' => ['privates''App\\Service\\Report\\GetDashboard''getGetDashboardService'false],
  4266.             'translationRepository' => ['privates''App\\Repository\\Localization\\TranslationRepository''getTranslationRepository2Service'false],
  4267.         ], [
  4268.             'getDashboard' => 'App\\Service\\Report\\GetDashboard',
  4269.             'translationRepository' => 'App\\Repository\\Localization\\TranslationRepository',
  4270.         ]);
  4271.     }
  4272.     /**
  4273.      * Gets the private '.service_locator.SkYp8xg' shared service.
  4274.      *
  4275.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4276.      */
  4277.     protected function get_ServiceLocator_SkYp8xgService()
  4278.     {
  4279.         return $this->privates['.service_locator.SkYp8xg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4280.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4281.             'paginateResources' => ['privates''App\\Service\\DesignerResource\\Resource\\PaginateResources''getPaginateResourcesService'false],
  4282.         ], [
  4283.             'em' => '?',
  4284.             'paginateResources' => 'App\\Service\\DesignerResource\\Resource\\PaginateResources',
  4285.         ]);
  4286.     }
  4287.     /**
  4288.      * Gets the private '.service_locator.U1jnbVW' shared service.
  4289.      *
  4290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4291.      */
  4292.     protected function get_ServiceLocator_U1jnbVWService()
  4293.     {
  4294.         return $this->privates['.service_locator.U1jnbVW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4295.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4296.             'flush' => ['privates''App\\Service\\Bus\\DesignSchool\\Flush''getFlush3Service'false],
  4297.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4298.             'post' => ['privates''.errored..service_locator.U1jnbVW.App\\Entity\\DesignSchool\\Post'NULL'Cannot autowire service ".service_locator.U1jnbVW": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.'],
  4299.             'updatePostImage' => ['privates''App\\Service\\DesignSchool\\Post\\UpdatePostImage''getUpdatePostImageService'false],
  4300.         ], [
  4301.             'em' => '?',
  4302.             'flush' => 'App\\Service\\Bus\\DesignSchool\\Flush',
  4303.             'logger' => '?',
  4304.             'post' => 'App\\Entity\\DesignSchool\\Post',
  4305.             'updatePostImage' => 'App\\Service\\DesignSchool\\Post\\UpdatePostImage',
  4306.         ]);
  4307.     }
  4308.     /**
  4309.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  4310.      *
  4311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4312.      */
  4313.     protected function get_ServiceLocator_UDgw6OlService()
  4314.     {
  4315.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4316.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4317.         ], [
  4318.             'authenticationUtils' => '?',
  4319.         ]);
  4320.     }
  4321.     /**
  4322.      * Gets the private '.service_locator.UsLOzCn' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4325.      */
  4326.     protected function get_ServiceLocator_UsLOzCnService()
  4327.     {
  4328.         return $this->privates['.service_locator.UsLOzCn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4329.             'repository' => ['privates''App\\Repository\\DesignerResource\\CategoryRepository''getCategoryRepository2Service'false],
  4330.         ], [
  4331.             'repository' => 'App\\Repository\\DesignerResource\\CategoryRepository',
  4332.         ]);
  4333.     }
  4334.     /**
  4335.      * Gets the private '.service_locator.VMVJC8x' shared service.
  4336.      *
  4337.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4338.      */
  4339.     protected function get_ServiceLocator_VMVJC8xService()
  4340.     {
  4341.         return $this->privates['.service_locator.VMVJC8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4342.             'updateSearchCollection' => ['privates''App\\Service\\SearchCollection\\UpdateSearchCollection''getUpdateSearchCollectionService'false],
  4343.         ], [
  4344.             'updateSearchCollection' => 'App\\Service\\SearchCollection\\UpdateSearchCollection',
  4345.         ]);
  4346.     }
  4347.     /**
  4348.      * Gets the private '.service_locator.Y0Iw7VI' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4351.      */
  4352.     protected function get_ServiceLocator_Y0Iw7VIService()
  4353.     {
  4354.         return $this->privates['.service_locator.Y0Iw7VI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4355.             'resource' => ['privates''.errored..service_locator.Y0Iw7VI.App\\Entity\\DesignerResource'NULL'Cannot autowire service ".service_locator.Y0Iw7VI": it references class "App\\Entity\\DesignerResource" but no such service exists.'],
  4356.         ], [
  4357.             'resource' => 'App\\Entity\\DesignerResource',
  4358.         ]);
  4359.     }
  4360.     /**
  4361.      * Gets the private '.service_locator._mGMIe9' shared service.
  4362.      *
  4363.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4364.      */
  4365.     protected function get_ServiceLocator_MGMIe9Service()
  4366.     {
  4367.         return $this->privates['.service_locator._mGMIe9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4368.             'blogService' => ['privates''App\\Service\\Blog\\BlogService''getBlogServiceService'false],
  4369.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  4370.         ], [
  4371.             'blogService' => 'App\\Service\\Blog\\BlogService',
  4372.             'paramFetcher' => '?',
  4373.         ]);
  4374.     }
  4375.     /**
  4376.      * Gets the private '.service_locator.cNkt1cb' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4379.      */
  4380.     protected function get_ServiceLocator_CNkt1cbService()
  4381.     {
  4382.         return $this->privates['.service_locator.cNkt1cb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4383.             'paginateCategories' => ['privates''App\\Service\\DesignerResource\\Category\\PaginateCategories''getPaginateCategoriesService'false],
  4384.         ], [
  4385.             'paginateCategories' => 'App\\Service\\DesignerResource\\Category\\PaginateCategories',
  4386.         ]);
  4387.     }
  4388.     /**
  4389.      * Gets the private '.service_locator.cOeO3Ub' shared service.
  4390.      *
  4391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4392.      */
  4393.     protected function get_ServiceLocator_COeO3UbService()
  4394.     {
  4395.         return $this->privates['.service_locator.cOeO3Ub'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4396.             'user' => ['privates''.errored..service_locator.cOeO3Ub.App\\Entity\\Security\\User'NULL'Cannot autowire service ".service_locator.cOeO3Ub": it references class "App\\Entity\\Security\\User" but no such service exists.'],
  4397.         ], [
  4398.             'user' => 'App\\Entity\\Security\\User',
  4399.         ]);
  4400.     }
  4401.     /**
  4402.      * Gets the private '.service_locator.cSHK0U8' shared service.
  4403.      *
  4404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4405.      */
  4406.     protected function get_ServiceLocator_CSHK0U8Service()
  4407.     {
  4408.         return $this->privates['.service_locator.cSHK0U8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4409.             'currentUser' => ['privates''.errored..service_locator.cSHK0U8.Symfony\\Component\\Security\\Core\\User\\UserInterface'NULL'Cannot autowire service ".service_locator.cSHK0U8": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  4410.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4411.             'user' => ['privates''.errored..service_locator.cSHK0U8.App\\Entity\\Security\\User'NULL'Cannot autowire service ".service_locator.cSHK0U8": it references class "App\\Entity\\Security\\User" but no such service exists.'],
  4412.         ], [
  4413.             'currentUser' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  4414.             'passwordHasher' => '?',
  4415.             'user' => 'App\\Entity\\Security\\User',
  4416.         ]);
  4417.     }
  4418.     /**
  4419.      * Gets the private '.service_locator.dHHQDtH' shared service.
  4420.      *
  4421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4422.      */
  4423.     protected function get_ServiceLocator_DHHQDtHService()
  4424.     {
  4425.         return $this->privates['.service_locator.dHHQDtH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4426.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4427.         ], [
  4428.             'viewhandler' => '?',
  4429.         ]);
  4430.     }
  4431.     /**
  4432.      * Gets the private '.service_locator.ez9h0GR' shared service.
  4433.      *
  4434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4435.      */
  4436.     protected function get_ServiceLocator_Ez9h0GRService()
  4437.     {
  4438.         return $this->privates['.service_locator.ez9h0GR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4439.             'blogPost' => ['privates''.errored..service_locator.ez9h0GR.App\\Entity\\Blog\\BlogPost'NULL'Cannot autowire service ".service_locator.ez9h0GR": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.'],
  4440.             'blogService' => ['privates''App\\Service\\Blog\\BlogService''getBlogServiceService'false],
  4441.         ], [
  4442.             'blogPost' => 'App\\Entity\\Blog\\BlogPost',
  4443.             'blogService' => 'App\\Service\\Blog\\BlogService',
  4444.         ]);
  4445.     }
  4446.     /**
  4447.      * Gets the private '.service_locator.j7AuKpE' shared service.
  4448.      *
  4449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4450.      */
  4451.     protected function get_ServiceLocator_J7AuKpEService()
  4452.     {
  4453.         return $this->privates['.service_locator.j7AuKpE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4454.             'authenticator' => ['services''scheb_two_factor.security.google_authenticator''getSchebTwoFactor_Security_GoogleAuthenticatorService'false],
  4455.             'currentUser' => ['privates''.errored..service_locator.j7AuKpE.Symfony\\Component\\Security\\Core\\User\\UserInterface'NULL'Cannot autowire service ".service_locator.j7AuKpE": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  4456.             'generator' => ['services''scheb_two_factor.qr_code_generator''getSchebTwoFactor_QrCodeGeneratorService'false],
  4457.         ], [
  4458.             'authenticator' => '?',
  4459.             'currentUser' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  4460.             'generator' => '?',
  4461.         ]);
  4462.     }
  4463.     /**
  4464.      * Gets the private '.service_locator.kkgY007' shared service.
  4465.      *
  4466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4467.      */
  4468.     protected function get_ServiceLocator_KkgY007Service()
  4469.     {
  4470.         return $this->privates['.service_locator.kkgY007'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4471.             'blogCategoriesRepository' => ['privates''App\\Repository\\Blog\\CategoryRepository''getCategoryRepositoryService'false],
  4472.         ], [
  4473.             'blogCategoriesRepository' => 'App\\Repository\\Blog\\CategoryRepository',
  4474.         ]);
  4475.     }
  4476.     /**
  4477.      * Gets the private '.service_locator.l57y88c' shared service.
  4478.      *
  4479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4480.      */
  4481.     protected function get_ServiceLocator_L57y88cService()
  4482.     {
  4483.         return $this->privates['.service_locator.l57y88c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4484.             'getNextPendingTranslation' => ['privates''App\\Service\\FAQ\\Translation\\GetNextBlankTranslation''getGetNextBlankTranslationService'false],
  4485.             'translation' => ['privates''.errored..service_locator.l57y88c.App\\Entity\\FAQ\\Translation'NULL'Cannot autowire service ".service_locator.l57y88c": it references class "App\\Entity\\FAQ\\Translation" but no such service exists.'],
  4486.         ], [
  4487.             'getNextPendingTranslation' => 'App\\Service\\FAQ\\Translation\\GetNextBlankTranslation',
  4488.             'translation' => 'App\\Entity\\FAQ\\Translation',
  4489.         ]);
  4490.     }
  4491.     /**
  4492.      * Gets the private '.service_locator.nWpr6Po' shared service.
  4493.      *
  4494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4495.      */
  4496.     protected function get_ServiceLocator_NWpr6PoService()
  4497.     {
  4498.         return $this->privates['.service_locator.nWpr6Po'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4499.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4500.         ], [
  4501.             'passwordHasher' => '?',
  4502.         ]);
  4503.     }
  4504.     /**
  4505.      * Gets the private '.service_locator.nmzbZ6D' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4508.      */
  4509.     protected function get_ServiceLocator_NmzbZ6DService()
  4510.     {
  4511.         return $this->privates['.service_locator.nmzbZ6D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4512.             'createTableOfContents' => ['privates''App\\Service\\TableOfContents\\CreateTableOfContents''getCreateTableOfContentsService'false],
  4513.             'updateCoverImage' => ['privates''App\\Service\\Blog\\UpdateCoverPicture''getUpdateCoverPictureService'false],
  4514.         ], [
  4515.             'createTableOfContents' => 'App\\Service\\TableOfContents\\CreateTableOfContents',
  4516.             'updateCoverImage' => 'App\\Service\\Blog\\UpdateCoverPicture',
  4517.         ]);
  4518.     }
  4519.     /**
  4520.      * Gets the private '.service_locator.oGG_SvB' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4523.      */
  4524.     protected function get_ServiceLocator_OGGSvBService()
  4525.     {
  4526.         return $this->privates['.service_locator.oGG_SvB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4527.             'blogPost' => ['privates''.errored..service_locator.oGG_SvB.App\\Entity\\Blog\\BlogPost'NULL'Cannot autowire service ".service_locator.oGG_SvB": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.'],
  4528.             'updateCoverImage' => ['privates''App\\Service\\Blog\\UpdateCoverPicture''getUpdateCoverPictureService'false],
  4529.         ], [
  4530.             'blogPost' => 'App\\Entity\\Blog\\BlogPost',
  4531.             'updateCoverImage' => 'App\\Service\\Blog\\UpdateCoverPicture',
  4532.         ]);
  4533.     }
  4534.     /**
  4535.      * Gets the private '.service_locator.opGJRyb' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4538.      */
  4539.     protected function get_ServiceLocator_OpGJRybService()
  4540.     {
  4541.         return $this->privates['.service_locator.opGJRyb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4542.             'blogService' => ['privates''App\\Service\\Blog\\BlogService''getBlogServiceService'false],
  4543.         ], [
  4544.             'blogService' => 'App\\Service\\Blog\\BlogService',
  4545.         ]);
  4546.     }
  4547.     /**
  4548.      * Gets the private '.service_locator.p3KTscm' shared service.
  4549.      *
  4550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4551.      */
  4552.     protected function get_ServiceLocator_P3KTscmService()
  4553.     {
  4554.         return $this->privates['.service_locator.p3KTscm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4555.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4556.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  4557.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4558.         ], [
  4559.             'event_dispatcher' => '?',
  4560.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4561.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4562.         ]);
  4563.     }
  4564.     /**
  4565.      * Gets the private '.service_locator.rVdLvQT' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4568.      */
  4569.     protected function get_ServiceLocator_RVdLvQTService()
  4570.     {
  4571.         return $this->privates['.service_locator.rVdLvQT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4572.             'repository' => ['privates''App\\Repository\\Localization\\TranslationRepository''getTranslationRepository2Service'false],
  4573.             'session' => ['privates''.errored..service_locator.rVdLvQT.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.rVdLvQT": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  4574.         ], [
  4575.             'repository' => 'App\\Repository\\Localization\\TranslationRepository',
  4576.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  4577.         ]);
  4578.     }
  4579.     /**
  4580.      * Gets the private '.service_locator.rzw1sta' shared service.
  4581.      *
  4582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4583.      */
  4584.     protected function get_ServiceLocator_Rzw1staService()
  4585.     {
  4586.         return $this->privates['.service_locator.rzw1sta'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4587.             'repository' => ['privates''App\\Repository\\DesignSchool\\CategoryRepository''getCategoryRepository3Service'false],
  4588.         ], [
  4589.             'repository' => 'App\\Repository\\DesignSchool\\CategoryRepository',
  4590.         ]);
  4591.     }
  4592.     /**
  4593.      * Gets the private '.service_locator.s.wqesc' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4596.      */
  4597.     protected function get_ServiceLocator_S_WqescService()
  4598.     {
  4599.         return $this->privates['.service_locator.s.wqesc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4600.             'createBatch' => ['privates''App\\Service\\Localization\\Translation\\CreateBatch''getCreateBatchService'false],
  4601.             'createRedirectUrl' => ['privates''App\\Service\\Translation\\GetRedirectUrl''getGetRedirectUrlService'false],
  4602.             'updateBatch' => ['privates''App\\Service\\Localization\\Translation\\UpdateBatch''getUpdateBatchService'false],
  4603.         ], [
  4604.             'createBatch' => 'App\\Service\\Localization\\Translation\\CreateBatch',
  4605.             'createRedirectUrl' => 'App\\Service\\Translation\\GetRedirectUrl',
  4606.             'updateBatch' => 'App\\Service\\Localization\\Translation\\UpdateBatch',
  4607.         ]);
  4608.     }
  4609.     /**
  4610.      * Gets the private '.service_locator.sMqY_Eo' shared service.
  4611.      *
  4612.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4613.      */
  4614.     protected function get_ServiceLocator_SMqYEoService()
  4615.     {
  4616.         return $this->privates['.service_locator.sMqY_Eo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4617.             'App\\Controller\\API\\Blog\\BlogController::categories' => ['privates''.service_locator.kkgY007''get_ServiceLocator_KkgY007Service'false],
  4618.             'App\\Controller\\API\\Blog\\BlogController::checkUniqueSlug' => ['privates''.service_locator._mGMIe9''get_ServiceLocator_MGMIe9Service'false],
  4619.             'App\\Controller\\API\\Blog\\BlogController::create' => ['privates''.service_locator.nmzbZ6D''get_ServiceLocator_NmzbZ6DService'false],
  4620.             'App\\Controller\\API\\Blog\\BlogController::delete' => ['privates''.service_locator.Bw4NNZt''get_ServiceLocator_Bw4NNZtService'false],
  4621.             'App\\Controller\\API\\Blog\\BlogController::edit' => ['privates''.service_locator.oGG_SvB''get_ServiceLocator_OGGSvBService'false],
  4622.             'App\\Controller\\API\\Blog\\BlogController::featuredPosts' => ['privates''.service_locator.opGJRyb''get_ServiceLocator_OpGJRybService'false],
  4623.             'App\\Controller\\API\\Blog\\BlogController::getPostsBySite' => ['privates''.service_locator.opGJRyb''get_ServiceLocator_OpGJRybService'false],
  4624.             'App\\Controller\\API\\Blog\\BlogController::posts' => ['privates''.service_locator._mGMIe9''get_ServiceLocator_MGMIe9Service'false],
  4625.             'App\\Controller\\API\\Blog\\BlogController::setPostFeatured' => ['privates''.service_locator.ez9h0GR''get_ServiceLocator_Ez9h0GRService'false],
  4626.             'App\\Controller\\API\\Blog\\BlogController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4627.             'App\\Controller\\API\\Blog\\BlogController::uploadImage' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4628.             'App\\Controller\\API\\CategoryController::categories' => ['privates''.service_locator.uCSWYWR''get_ServiceLocator_UCSWYWRService'false],
  4629.             'App\\Controller\\API\\DesignSchool\\CategoryController::categories' => ['privates''.service_locator.rzw1sta''get_ServiceLocator_Rzw1staService'false],
  4630.             'App\\Controller\\API\\DesignSchool\\CategoryController::update' => ['privates''.service_locator.7clUB3e''get_ServiceLocator_7clUB3eService'false],
  4631.             'App\\Controller\\API\\DesignSchool\\ImageController::create' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4632.             'App\\Controller\\API\\DesignSchool\\PostController::create' => ['privates''.service_locator.6WnDtl2''get_ServiceLocator_6WnDtl2Service'false],
  4633.             'App\\Controller\\API\\DesignSchool\\PostController::delete' => ['privates''.service_locator.Kbyg3Cr''get_ServiceLocator_Kbyg3CrService'false],
  4634.             'App\\Controller\\API\\DesignSchool\\PostController::posts' => ['privates''.service_locator.ENxJY5E''get_ServiceLocator_ENxJY5EService'false],
  4635.             'App\\Controller\\API\\DesignSchool\\PostController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4636.             'App\\Controller\\API\\DesignSchool\\PostController::update' => ['privates''.service_locator.U1jnbVW''get_ServiceLocator_U1jnbVWService'false],
  4637.             'App\\Controller\\API\\DesignerResource\\CategoryController::categories' => ['privates''.service_locator.UsLOzCn''get_ServiceLocator_UsLOzCnService'false],
  4638.             'App\\Controller\\API\\DesignerResource\\CategoryController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4639.             'App\\Controller\\API\\DesignerResource\\FileController::create' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4640.             'App\\Controller\\API\\DesignerResource\\ResourceController::create' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4641.             'App\\Controller\\API\\DesignerResource\\ResourceController::delete' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4642.             'App\\Controller\\API\\DesignerResource\\ResourceController::resource' => ['privates''.service_locator.Y0Iw7VI''get_ServiceLocator_Y0Iw7VIService'false],
  4643.             'App\\Controller\\API\\DesignerResource\\ResourceController::resources' => ['privates''.service_locator.SkYp8xg''get_ServiceLocator_SkYp8xgService'false],
  4644.             'App\\Controller\\API\\DesignerResource\\ResourceController::restore' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4645.             'App\\Controller\\API\\DesignerResource\\ResourceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4646.             'App\\Controller\\API\\DesignerResource\\ResourceController::update' => ['privates''.service_locator.31b6FW7''get_ServiceLocator_31b6FW7Service'false],
  4647.             'App\\Controller\\API\\DesignerResource\\TypeController::resources' => ['privates''.service_locator.FeSB.HX''get_ServiceLocator_FeSB_HXService'false],
  4648.             'App\\Controller\\API\\DesignerResource\\TypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4649.             'App\\Controller\\API\\FAQ\\TopicController::delete' => ['privates''.service_locator.R9WWzdZ''get_ServiceLocator_R9WWzdZService'false],
  4650.             'App\\Controller\\API\\FAQ\\TopicController::images' => ['privates''.service_locator.HAX5D.v''get_ServiceLocator_HAX5D_VService'false],
  4651.             'App\\Controller\\API\\FAQ\\TopicController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4652.             'App\\Controller\\API\\FAQ\\TopicController::topics' => ['privates''.service_locator.6fa7nuF''get_ServiceLocator_6fa7nuFService'false],
  4653.             'App\\Controller\\API\\FAQ\\TopicController::update' => ['privates''.service_locator.R9WWzdZ''get_ServiceLocator_R9WWzdZService'false],
  4654.             'App\\Controller\\API\\Security\\UserController::users' => ['privates''.service_locator.1Eu9WZL''get_ServiceLocator_1Eu9WZLService'false],
  4655.             'App\\Controller\\Blog\\BlogController::editPost' => ['privates''.service_locator.vv9j2RX''get_ServiceLocator_Vv9j2RXService'false],
  4656.             'App\\Controller\\Blog\\BlogController::flush' => ['privates''.service_locator.2r9fHum''get_ServiceLocator_2r9fHumService'false],
  4657.             'App\\Controller\\Blog\\CategoryController::categoriesAction' => ['privates''.service_locator..U_hPAc''get_ServiceLocator__UHPAcService'false],
  4658.             'App\\Controller\\Blog\\CategoryController::createdAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4659.             'App\\Controller\\Blog\\CategoryController::updateAction' => ['privates''.service_locator.P4UcsHO''get_ServiceLocator_P4UcsHOService'false],
  4660.             'App\\Controller\\DashboardController::indexAction' => ['privates''.service_locator.R_UWuoT''get_ServiceLocator_RUWuoTService'false],
  4661.             'App\\Controller\\DesignSchool\\CategoryController::categories' => ['privates''.service_locator.rzw1sta''get_ServiceLocator_Rzw1staService'false],
  4662.             'App\\Controller\\DesignSchool\\CategoryController::update' => ['privates''.service_locator.1lPU_k9''get_ServiceLocator_1lPUK9Service'false],
  4663.             'App\\Controller\\DesignSchool\\PostController::flush' => ['privates''.service_locator.FP0A0pq''get_ServiceLocator_FP0A0pqService'false],
  4664.             'App\\Controller\\DesignSchool\\PostController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4665.             'App\\Controller\\DesignSchool\\PostController::update' => ['privates''.service_locator.yYoV0uZ''get_ServiceLocator_YYoV0uZService'false],
  4666.             'App\\Controller\\DesignerResource\\CategoryController::categories' => ['privates''.service_locator.cNkt1cb''get_ServiceLocator_CNkt1cbService'false],
  4667.             'App\\Controller\\DesignerResource\\CategoryController::create' => ['privates''.service_locator.7pd_Rzv''get_ServiceLocator_7pdRzvService'false],
  4668.             'App\\Controller\\DesignerResource\\CategoryController::delete' => ['privates''.service_locator.MhQcL66''get_ServiceLocator_MhQcL66Service'false],
  4669.             'App\\Controller\\DesignerResource\\CategoryController::update' => ['privates''.service_locator.ETcaTjS''get_ServiceLocator_ETcaTjSService'false],
  4670.             'App\\Controller\\DesignerResource\\ResourceController::update' => ['privates''.service_locator.Y0Iw7VI''get_ServiceLocator_Y0Iw7VIService'false],
  4671.             'App\\Controller\\FAQ\\TopicController::flush' => ['privates''.service_locator.E059TQW''get_ServiceLocator_E059TQWService'false],
  4672.             'App\\Controller\\FAQ\\TopicController::topics' => ['privates''.service_locator.xg5.Jvb''get_ServiceLocator_Xg5_JvbService'false],
  4673.             'App\\Controller\\FAQ\\TranslationController::approve' => ['privates''.service_locator.GXKojli''get_ServiceLocator_GXKojliService'false],
  4674.             'App\\Controller\\FAQ\\TranslationController::blank' => ['privates''.service_locator.KbYMfa4''get_ServiceLocator_KbYMfa4Service'false],
  4675.             'App\\Controller\\FAQ\\TranslationController::create' => ['privates''.service_locator.4tB6Q0A''get_ServiceLocator_4tB6Q0AService'false],
  4676.             'App\\Controller\\FAQ\\TranslationController::remove' => ['privates''.service_locator.GXKojli''get_ServiceLocator_GXKojliService'false],
  4677.             'App\\Controller\\FAQ\\TranslationController::translations' => ['privates''.service_locator.KbYMfa4''get_ServiceLocator_KbYMfa4Service'false],
  4678.             'App\\Controller\\FAQ\\TranslationController::update' => ['privates''.service_locator.l57y88c''get_ServiceLocator_L57y88cService'false],
  4679.             'App\\Controller\\Localization\\MessageController::indexAction' => ['privates''.service_locator.rVdLvQT''get_ServiceLocator_RVdLvQTService'false],
  4680.             'App\\Controller\\Localization\\TranslationController::createAction' => ['privates''.service_locator.Fn66zdn''get_ServiceLocator_Fn66zdnService'false],
  4681.             'App\\Controller\\Localization\\TranslationController::flushAction' => ['privates''.service_locator.v1VaTPk''get_ServiceLocator_V1VaTPkService'false],
  4682.             'App\\Controller\\Localization\\TranslationController::quickAction' => ['privates''.service_locator.s.wqesc''get_ServiceLocator_S_WqescService'false],
  4683.             'App\\Controller\\Localization\\TranslationController::updateAction' => ['privates''.service_locator.yvGWyUl''get_ServiceLocator_YvGWyUlService'false],
  4684.             'App\\Controller\\Localization\\TranslationHistoryController::indexAction' => ['privates''.service_locator.MHrm8ez''get_ServiceLocator_MHrm8ezService'false],
  4685.             'App\\Controller\\SearchCollectionController::create' => ['privates''.service_locator.VMVJC8x''get_ServiceLocator_VMVJC8xService'false],
  4686.             'App\\Controller\\SearchCollectionController::remove' => ['privates''.service_locator.O4_MrJ2''get_ServiceLocator_O4MrJ2Service'false],
  4687.             'App\\Controller\\SearchCollectionController::update' => ['privates''.service_locator.8oH.Ud2''get_ServiceLocator_8oH_Ud2Service'false],
  4688.             'App\\Controller\\Security\\AuthorizationController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4689.             'App\\Controller\\Security\\UserController::createAction' => ['privates''.service_locator.nWpr6Po''get_ServiceLocator_NWpr6PoService'false],
  4690.             'App\\Controller\\Security\\UserController::deleteAction' => ['privates''.service_locator.cOeO3Ub''get_ServiceLocator_COeO3UbService'false],
  4691.             'App\\Controller\\Security\\UserController::turn2faAction' => ['privates''.service_locator.j7AuKpE''get_ServiceLocator_J7AuKpEService'false],
  4692.             'App\\Controller\\Security\\UserController::updateAction' => ['privates''.service_locator.cSHK0U8''get_ServiceLocator_CSHK0U8Service'false],
  4693.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4694.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4695.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  4696.             'App\\Controller\\API\\Blog\\BlogController:categories' => ['privates''.service_locator.kkgY007''get_ServiceLocator_KkgY007Service'false],
  4697.             'App\\Controller\\API\\Blog\\BlogController:checkUniqueSlug' => ['privates''.service_locator._mGMIe9''get_ServiceLocator_MGMIe9Service'false],
  4698.             'App\\Controller\\API\\Blog\\BlogController:create' => ['privates''.service_locator.nmzbZ6D''get_ServiceLocator_NmzbZ6DService'false],
  4699.             'App\\Controller\\API\\Blog\\BlogController:delete' => ['privates''.service_locator.Bw4NNZt''get_ServiceLocator_Bw4NNZtService'false],
  4700.             'App\\Controller\\API\\Blog\\BlogController:edit' => ['privates''.service_locator.oGG_SvB''get_ServiceLocator_OGGSvBService'false],
  4701.             'App\\Controller\\API\\Blog\\BlogController:featuredPosts' => ['privates''.service_locator.opGJRyb''get_ServiceLocator_OpGJRybService'false],
  4702.             'App\\Controller\\API\\Blog\\BlogController:getPostsBySite' => ['privates''.service_locator.opGJRyb''get_ServiceLocator_OpGJRybService'false],
  4703.             'App\\Controller\\API\\Blog\\BlogController:posts' => ['privates''.service_locator._mGMIe9''get_ServiceLocator_MGMIe9Service'false],
  4704.             'App\\Controller\\API\\Blog\\BlogController:setPostFeatured' => ['privates''.service_locator.ez9h0GR''get_ServiceLocator_Ez9h0GRService'false],
  4705.             'App\\Controller\\API\\Blog\\BlogController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4706.             'App\\Controller\\API\\Blog\\BlogController:uploadImage' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4707.             'App\\Controller\\API\\CategoryController:categories' => ['privates''.service_locator.uCSWYWR''get_ServiceLocator_UCSWYWRService'false],
  4708.             'App\\Controller\\API\\DesignSchool\\CategoryController:categories' => ['privates''.service_locator.rzw1sta''get_ServiceLocator_Rzw1staService'false],
  4709.             'App\\Controller\\API\\DesignSchool\\CategoryController:update' => ['privates''.service_locator.7clUB3e''get_ServiceLocator_7clUB3eService'false],
  4710.             'App\\Controller\\API\\DesignSchool\\ImageController:create' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4711.             'App\\Controller\\API\\DesignSchool\\PostController:create' => ['privates''.service_locator.6WnDtl2''get_ServiceLocator_6WnDtl2Service'false],
  4712.             'App\\Controller\\API\\DesignSchool\\PostController:delete' => ['privates''.service_locator.Kbyg3Cr''get_ServiceLocator_Kbyg3CrService'false],
  4713.             'App\\Controller\\API\\DesignSchool\\PostController:posts' => ['privates''.service_locator.ENxJY5E''get_ServiceLocator_ENxJY5EService'false],
  4714.             'App\\Controller\\API\\DesignSchool\\PostController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4715.             'App\\Controller\\API\\DesignSchool\\PostController:update' => ['privates''.service_locator.U1jnbVW''get_ServiceLocator_U1jnbVWService'false],
  4716.             'App\\Controller\\API\\DesignerResource\\CategoryController:categories' => ['privates''.service_locator.UsLOzCn''get_ServiceLocator_UsLOzCnService'false],
  4717.             'App\\Controller\\API\\DesignerResource\\CategoryController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4718.             'App\\Controller\\API\\DesignerResource\\FileController:create' => ['privates''.service_locator.BkIlKnq''get_ServiceLocator_BkIlKnqService'false],
  4719.             'App\\Controller\\API\\DesignerResource\\ResourceController:create' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4720.             'App\\Controller\\API\\DesignerResource\\ResourceController:delete' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4721.             'App\\Controller\\API\\DesignerResource\\ResourceController:resource' => ['privates''.service_locator.Y0Iw7VI''get_ServiceLocator_Y0Iw7VIService'false],
  4722.             'App\\Controller\\API\\DesignerResource\\ResourceController:resources' => ['privates''.service_locator.SkYp8xg''get_ServiceLocator_SkYp8xgService'false],
  4723.             'App\\Controller\\API\\DesignerResource\\ResourceController:restore' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4724.             'App\\Controller\\API\\DesignerResource\\ResourceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4725.             'App\\Controller\\API\\DesignerResource\\ResourceController:update' => ['privates''.service_locator.31b6FW7''get_ServiceLocator_31b6FW7Service'false],
  4726.             'App\\Controller\\API\\DesignerResource\\TypeController:resources' => ['privates''.service_locator.FeSB.HX''get_ServiceLocator_FeSB_HXService'false],
  4727.             'App\\Controller\\API\\DesignerResource\\TypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4728.             'App\\Controller\\API\\FAQ\\TopicController:delete' => ['privates''.service_locator.R9WWzdZ''get_ServiceLocator_R9WWzdZService'false],
  4729.             'App\\Controller\\API\\FAQ\\TopicController:images' => ['privates''.service_locator.HAX5D.v''get_ServiceLocator_HAX5D_VService'false],
  4730.             'App\\Controller\\API\\FAQ\\TopicController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4731.             'App\\Controller\\API\\FAQ\\TopicController:topics' => ['privates''.service_locator.6fa7nuF''get_ServiceLocator_6fa7nuFService'false],
  4732.             'App\\Controller\\API\\FAQ\\TopicController:update' => ['privates''.service_locator.R9WWzdZ''get_ServiceLocator_R9WWzdZService'false],
  4733.             'App\\Controller\\API\\Security\\UserController:users' => ['privates''.service_locator.1Eu9WZL''get_ServiceLocator_1Eu9WZLService'false],
  4734.             'App\\Controller\\Blog\\BlogController:editPost' => ['privates''.service_locator.vv9j2RX''get_ServiceLocator_Vv9j2RXService'false],
  4735.             'App\\Controller\\Blog\\BlogController:flush' => ['privates''.service_locator.2r9fHum''get_ServiceLocator_2r9fHumService'false],
  4736.             'App\\Controller\\Blog\\CategoryController:categoriesAction' => ['privates''.service_locator..U_hPAc''get_ServiceLocator__UHPAcService'false],
  4737.             'App\\Controller\\Blog\\CategoryController:createdAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4738.             'App\\Controller\\Blog\\CategoryController:updateAction' => ['privates''.service_locator.P4UcsHO''get_ServiceLocator_P4UcsHOService'false],
  4739.             'App\\Controller\\DashboardController:indexAction' => ['privates''.service_locator.R_UWuoT''get_ServiceLocator_RUWuoTService'false],
  4740.             'App\\Controller\\DesignSchool\\CategoryController:categories' => ['privates''.service_locator.rzw1sta''get_ServiceLocator_Rzw1staService'false],
  4741.             'App\\Controller\\DesignSchool\\CategoryController:update' => ['privates''.service_locator.1lPU_k9''get_ServiceLocator_1lPUK9Service'false],
  4742.             'App\\Controller\\DesignSchool\\PostController:flush' => ['privates''.service_locator.FP0A0pq''get_ServiceLocator_FP0A0pqService'false],
  4743.             'App\\Controller\\DesignSchool\\PostController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  4744.             'App\\Controller\\DesignSchool\\PostController:update' => ['privates''.service_locator.yYoV0uZ''get_ServiceLocator_YYoV0uZService'false],
  4745.             'App\\Controller\\DesignerResource\\CategoryController:categories' => ['privates''.service_locator.cNkt1cb''get_ServiceLocator_CNkt1cbService'false],
  4746.             'App\\Controller\\DesignerResource\\CategoryController:create' => ['privates''.service_locator.7pd_Rzv''get_ServiceLocator_7pdRzvService'false],
  4747.             'App\\Controller\\DesignerResource\\CategoryController:delete' => ['privates''.service_locator.MhQcL66''get_ServiceLocator_MhQcL66Service'false],
  4748.             'App\\Controller\\DesignerResource\\CategoryController:update' => ['privates''.service_locator.ETcaTjS''get_ServiceLocator_ETcaTjSService'false],
  4749.             'App\\Controller\\DesignerResource\\ResourceController:update' => ['privates''.service_locator.Y0Iw7VI''get_ServiceLocator_Y0Iw7VIService'false],
  4750.             'App\\Controller\\FAQ\\TopicController:flush' => ['privates''.service_locator.E059TQW''get_ServiceLocator_E059TQWService'false],
  4751.             'App\\Controller\\FAQ\\TopicController:topics' => ['privates''.service_locator.xg5.Jvb''get_ServiceLocator_Xg5_JvbService'false],
  4752.             'App\\Controller\\FAQ\\TranslationController:approve' => ['privates''.service_locator.GXKojli''get_ServiceLocator_GXKojliService'false],
  4753.             'App\\Controller\\FAQ\\TranslationController:blank' => ['privates''.service_locator.KbYMfa4''get_ServiceLocator_KbYMfa4Service'false],
  4754.             'App\\Controller\\FAQ\\TranslationController:create' => ['privates''.service_locator.4tB6Q0A''get_ServiceLocator_4tB6Q0AService'false],
  4755.             'App\\Controller\\FAQ\\TranslationController:remove' => ['privates''.service_locator.GXKojli''get_ServiceLocator_GXKojliService'false],
  4756.             'App\\Controller\\FAQ\\TranslationController:translations' => ['privates''.service_locator.KbYMfa4''get_ServiceLocator_KbYMfa4Service'false],
  4757.             'App\\Controller\\FAQ\\TranslationController:update' => ['privates''.service_locator.l57y88c''get_ServiceLocator_L57y88cService'false],
  4758.             'App\\Controller\\Localization\\MessageController:indexAction' => ['privates''.service_locator.rVdLvQT''get_ServiceLocator_RVdLvQTService'false],
  4759.             'App\\Controller\\Localization\\TranslationController:createAction' => ['privates''.service_locator.Fn66zdn''get_ServiceLocator_Fn66zdnService'false],
  4760.             'App\\Controller\\Localization\\TranslationController:flushAction' => ['privates''.service_locator.v1VaTPk''get_ServiceLocator_V1VaTPkService'false],
  4761.             'App\\Controller\\Localization\\TranslationController:quickAction' => ['privates''.service_locator.s.wqesc''get_ServiceLocator_S_WqescService'false],
  4762.             'App\\Controller\\Localization\\TranslationController:updateAction' => ['privates''.service_locator.yvGWyUl''get_ServiceLocator_YvGWyUlService'false],
  4763.             'App\\Controller\\Localization\\TranslationHistoryController:indexAction' => ['privates''.service_locator.MHrm8ez''get_ServiceLocator_MHrm8ezService'false],
  4764.             'App\\Controller\\SearchCollectionController:create' => ['privates''.service_locator.VMVJC8x''get_ServiceLocator_VMVJC8xService'false],
  4765.             'App\\Controller\\SearchCollectionController:remove' => ['privates''.service_locator.O4_MrJ2''get_ServiceLocator_O4MrJ2Service'false],
  4766.             'App\\Controller\\SearchCollectionController:update' => ['privates''.service_locator.8oH.Ud2''get_ServiceLocator_8oH_Ud2Service'false],
  4767.             'App\\Controller\\Security\\AuthorizationController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4768.             'App\\Controller\\Security\\UserController:createAction' => ['privates''.service_locator.nWpr6Po''get_ServiceLocator_NWpr6PoService'false],
  4769.             'App\\Controller\\Security\\UserController:deleteAction' => ['privates''.service_locator.cOeO3Ub''get_ServiceLocator_COeO3UbService'false],
  4770.             'App\\Controller\\Security\\UserController:turn2faAction' => ['privates''.service_locator.j7AuKpE''get_ServiceLocator_J7AuKpEService'false],
  4771.             'App\\Controller\\Security\\UserController:updateAction' => ['privates''.service_locator.cSHK0U8''get_ServiceLocator_CSHK0U8Service'false],
  4772.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4773.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4774.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  4775.         ], [
  4776.             'App\\Controller\\API\\Blog\\BlogController::categories' => '?',
  4777.             'App\\Controller\\API\\Blog\\BlogController::checkUniqueSlug' => '?',
  4778.             'App\\Controller\\API\\Blog\\BlogController::create' => '?',
  4779.             'App\\Controller\\API\\Blog\\BlogController::delete' => '?',
  4780.             'App\\Controller\\API\\Blog\\BlogController::edit' => '?',
  4781.             'App\\Controller\\API\\Blog\\BlogController::featuredPosts' => '?',
  4782.             'App\\Controller\\API\\Blog\\BlogController::getPostsBySite' => '?',
  4783.             'App\\Controller\\API\\Blog\\BlogController::posts' => '?',
  4784.             'App\\Controller\\API\\Blog\\BlogController::setPostFeatured' => '?',
  4785.             'App\\Controller\\API\\Blog\\BlogController::setViewHandler' => '?',
  4786.             'App\\Controller\\API\\Blog\\BlogController::uploadImage' => '?',
  4787.             'App\\Controller\\API\\CategoryController::categories' => '?',
  4788.             'App\\Controller\\API\\DesignSchool\\CategoryController::categories' => '?',
  4789.             'App\\Controller\\API\\DesignSchool\\CategoryController::update' => '?',
  4790.             'App\\Controller\\API\\DesignSchool\\ImageController::create' => '?',
  4791.             'App\\Controller\\API\\DesignSchool\\PostController::create' => '?',
  4792.             'App\\Controller\\API\\DesignSchool\\PostController::delete' => '?',
  4793.             'App\\Controller\\API\\DesignSchool\\PostController::posts' => '?',
  4794.             'App\\Controller\\API\\DesignSchool\\PostController::setViewHandler' => '?',
  4795.             'App\\Controller\\API\\DesignSchool\\PostController::update' => '?',
  4796.             'App\\Controller\\API\\DesignerResource\\CategoryController::categories' => '?',
  4797.             'App\\Controller\\API\\DesignerResource\\CategoryController::setViewHandler' => '?',
  4798.             'App\\Controller\\API\\DesignerResource\\FileController::create' => '?',
  4799.             'App\\Controller\\API\\DesignerResource\\ResourceController::create' => '?',
  4800.             'App\\Controller\\API\\DesignerResource\\ResourceController::delete' => '?',
  4801.             'App\\Controller\\API\\DesignerResource\\ResourceController::resource' => '?',
  4802.             'App\\Controller\\API\\DesignerResource\\ResourceController::resources' => '?',
  4803.             'App\\Controller\\API\\DesignerResource\\ResourceController::restore' => '?',
  4804.             'App\\Controller\\API\\DesignerResource\\ResourceController::setViewHandler' => '?',
  4805.             'App\\Controller\\API\\DesignerResource\\ResourceController::update' => '?',
  4806.             'App\\Controller\\API\\DesignerResource\\TypeController::resources' => '?',
  4807.             'App\\Controller\\API\\DesignerResource\\TypeController::setViewHandler' => '?',
  4808.             'App\\Controller\\API\\FAQ\\TopicController::delete' => '?',
  4809.             'App\\Controller\\API\\FAQ\\TopicController::images' => '?',
  4810.             'App\\Controller\\API\\FAQ\\TopicController::setViewHandler' => '?',
  4811.             'App\\Controller\\API\\FAQ\\TopicController::topics' => '?',
  4812.             'App\\Controller\\API\\FAQ\\TopicController::update' => '?',
  4813.             'App\\Controller\\API\\Security\\UserController::users' => '?',
  4814.             'App\\Controller\\Blog\\BlogController::editPost' => '?',
  4815.             'App\\Controller\\Blog\\BlogController::flush' => '?',
  4816.             'App\\Controller\\Blog\\CategoryController::categoriesAction' => '?',
  4817.             'App\\Controller\\Blog\\CategoryController::createdAction' => '?',
  4818.             'App\\Controller\\Blog\\CategoryController::updateAction' => '?',
  4819.             'App\\Controller\\DashboardController::indexAction' => '?',
  4820.             'App\\Controller\\DesignSchool\\CategoryController::categories' => '?',
  4821.             'App\\Controller\\DesignSchool\\CategoryController::update' => '?',
  4822.             'App\\Controller\\DesignSchool\\PostController::flush' => '?',
  4823.             'App\\Controller\\DesignSchool\\PostController::setViewHandler' => '?',
  4824.             'App\\Controller\\DesignSchool\\PostController::update' => '?',
  4825.             'App\\Controller\\DesignerResource\\CategoryController::categories' => '?',
  4826.             'App\\Controller\\DesignerResource\\CategoryController::create' => '?',
  4827.             'App\\Controller\\DesignerResource\\CategoryController::delete' => '?',
  4828.             'App\\Controller\\DesignerResource\\CategoryController::update' => '?',
  4829.             'App\\Controller\\DesignerResource\\ResourceController::update' => '?',
  4830.             'App\\Controller\\FAQ\\TopicController::flush' => '?',
  4831.             'App\\Controller\\FAQ\\TopicController::topics' => '?',
  4832.             'App\\Controller\\FAQ\\TranslationController::approve' => '?',
  4833.             'App\\Controller\\FAQ\\TranslationController::blank' => '?',
  4834.             'App\\Controller\\FAQ\\TranslationController::create' => '?',
  4835.             'App\\Controller\\FAQ\\TranslationController::remove' => '?',
  4836.             'App\\Controller\\FAQ\\TranslationController::translations' => '?',
  4837.             'App\\Controller\\FAQ\\TranslationController::update' => '?',
  4838.             'App\\Controller\\Localization\\MessageController::indexAction' => '?',
  4839.             'App\\Controller\\Localization\\TranslationController::createAction' => '?',
  4840.             'App\\Controller\\Localization\\TranslationController::flushAction' => '?',
  4841.             'App\\Controller\\Localization\\TranslationController::quickAction' => '?',
  4842.             'App\\Controller\\Localization\\TranslationController::updateAction' => '?',
  4843.             'App\\Controller\\Localization\\TranslationHistoryController::indexAction' => '?',
  4844.             'App\\Controller\\SearchCollectionController::create' => '?',
  4845.             'App\\Controller\\SearchCollectionController::remove' => '?',
  4846.             'App\\Controller\\SearchCollectionController::update' => '?',
  4847.             'App\\Controller\\Security\\AuthorizationController::login' => '?',
  4848.             'App\\Controller\\Security\\UserController::createAction' => '?',
  4849.             'App\\Controller\\Security\\UserController::deleteAction' => '?',
  4850.             'App\\Controller\\Security\\UserController::turn2faAction' => '?',
  4851.             'App\\Controller\\Security\\UserController::updateAction' => '?',
  4852.             'kernel::loadRoutes' => '?',
  4853.             'kernel::registerContainerConfiguration' => '?',
  4854.             'kernel::terminate' => '?',
  4855.             'App\\Controller\\API\\Blog\\BlogController:categories' => '?',
  4856.             'App\\Controller\\API\\Blog\\BlogController:checkUniqueSlug' => '?',
  4857.             'App\\Controller\\API\\Blog\\BlogController:create' => '?',
  4858.             'App\\Controller\\API\\Blog\\BlogController:delete' => '?',
  4859.             'App\\Controller\\API\\Blog\\BlogController:edit' => '?',
  4860.             'App\\Controller\\API\\Blog\\BlogController:featuredPosts' => '?',
  4861.             'App\\Controller\\API\\Blog\\BlogController:getPostsBySite' => '?',
  4862.             'App\\Controller\\API\\Blog\\BlogController:posts' => '?',
  4863.             'App\\Controller\\API\\Blog\\BlogController:setPostFeatured' => '?',
  4864.             'App\\Controller\\API\\Blog\\BlogController:setViewHandler' => '?',
  4865.             'App\\Controller\\API\\Blog\\BlogController:uploadImage' => '?',
  4866.             'App\\Controller\\API\\CategoryController:categories' => '?',
  4867.             'App\\Controller\\API\\DesignSchool\\CategoryController:categories' => '?',
  4868.             'App\\Controller\\API\\DesignSchool\\CategoryController:update' => '?',
  4869.             'App\\Controller\\API\\DesignSchool\\ImageController:create' => '?',
  4870.             'App\\Controller\\API\\DesignSchool\\PostController:create' => '?',
  4871.             'App\\Controller\\API\\DesignSchool\\PostController:delete' => '?',
  4872.             'App\\Controller\\API\\DesignSchool\\PostController:posts' => '?',
  4873.             'App\\Controller\\API\\DesignSchool\\PostController:setViewHandler' => '?',
  4874.             'App\\Controller\\API\\DesignSchool\\PostController:update' => '?',
  4875.             'App\\Controller\\API\\DesignerResource\\CategoryController:categories' => '?',
  4876.             'App\\Controller\\API\\DesignerResource\\CategoryController:setViewHandler' => '?',
  4877.             'App\\Controller\\API\\DesignerResource\\FileController:create' => '?',
  4878.             'App\\Controller\\API\\DesignerResource\\ResourceController:create' => '?',
  4879.             'App\\Controller\\API\\DesignerResource\\ResourceController:delete' => '?',
  4880.             'App\\Controller\\API\\DesignerResource\\ResourceController:resource' => '?',
  4881.             'App\\Controller\\API\\DesignerResource\\ResourceController:resources' => '?',
  4882.             'App\\Controller\\API\\DesignerResource\\ResourceController:restore' => '?',
  4883.             'App\\Controller\\API\\DesignerResource\\ResourceController:setViewHandler' => '?',
  4884.             'App\\Controller\\API\\DesignerResource\\ResourceController:update' => '?',
  4885.             'App\\Controller\\API\\DesignerResource\\TypeController:resources' => '?',
  4886.             'App\\Controller\\API\\DesignerResource\\TypeController:setViewHandler' => '?',
  4887.             'App\\Controller\\API\\FAQ\\TopicController:delete' => '?',
  4888.             'App\\Controller\\API\\FAQ\\TopicController:images' => '?',
  4889.             'App\\Controller\\API\\FAQ\\TopicController:setViewHandler' => '?',
  4890.             'App\\Controller\\API\\FAQ\\TopicController:topics' => '?',
  4891.             'App\\Controller\\API\\FAQ\\TopicController:update' => '?',
  4892.             'App\\Controller\\API\\Security\\UserController:users' => '?',
  4893.             'App\\Controller\\Blog\\BlogController:editPost' => '?',
  4894.             'App\\Controller\\Blog\\BlogController:flush' => '?',
  4895.             'App\\Controller\\Blog\\CategoryController:categoriesAction' => '?',
  4896.             'App\\Controller\\Blog\\CategoryController:createdAction' => '?',
  4897.             'App\\Controller\\Blog\\CategoryController:updateAction' => '?',
  4898.             'App\\Controller\\DashboardController:indexAction' => '?',
  4899.             'App\\Controller\\DesignSchool\\CategoryController:categories' => '?',
  4900.             'App\\Controller\\DesignSchool\\CategoryController:update' => '?',
  4901.             'App\\Controller\\DesignSchool\\PostController:flush' => '?',
  4902.             'App\\Controller\\DesignSchool\\PostController:setViewHandler' => '?',
  4903.             'App\\Controller\\DesignSchool\\PostController:update' => '?',
  4904.             'App\\Controller\\DesignerResource\\CategoryController:categories' => '?',
  4905.             'App\\Controller\\DesignerResource\\CategoryController:create' => '?',
  4906.             'App\\Controller\\DesignerResource\\CategoryController:delete' => '?',
  4907.             'App\\Controller\\DesignerResource\\CategoryController:update' => '?',
  4908.             'App\\Controller\\DesignerResource\\ResourceController:update' => '?',
  4909.             'App\\Controller\\FAQ\\TopicController:flush' => '?',
  4910.             'App\\Controller\\FAQ\\TopicController:topics' => '?',
  4911.             'App\\Controller\\FAQ\\TranslationController:approve' => '?',
  4912.             'App\\Controller\\FAQ\\TranslationController:blank' => '?',
  4913.             'App\\Controller\\FAQ\\TranslationController:create' => '?',
  4914.             'App\\Controller\\FAQ\\TranslationController:remove' => '?',
  4915.             'App\\Controller\\FAQ\\TranslationController:translations' => '?',
  4916.             'App\\Controller\\FAQ\\TranslationController:update' => '?',
  4917.             'App\\Controller\\Localization\\MessageController:indexAction' => '?',
  4918.             'App\\Controller\\Localization\\TranslationController:createAction' => '?',
  4919.             'App\\Controller\\Localization\\TranslationController:flushAction' => '?',
  4920.             'App\\Controller\\Localization\\TranslationController:quickAction' => '?',
  4921.             'App\\Controller\\Localization\\TranslationController:updateAction' => '?',
  4922.             'App\\Controller\\Localization\\TranslationHistoryController:indexAction' => '?',
  4923.             'App\\Controller\\SearchCollectionController:create' => '?',
  4924.             'App\\Controller\\SearchCollectionController:remove' => '?',
  4925.             'App\\Controller\\SearchCollectionController:update' => '?',
  4926.             'App\\Controller\\Security\\AuthorizationController:login' => '?',
  4927.             'App\\Controller\\Security\\UserController:createAction' => '?',
  4928.             'App\\Controller\\Security\\UserController:deleteAction' => '?',
  4929.             'App\\Controller\\Security\\UserController:turn2faAction' => '?',
  4930.             'App\\Controller\\Security\\UserController:updateAction' => '?',
  4931.             'kernel:loadRoutes' => '?',
  4932.             'kernel:registerContainerConfiguration' => '?',
  4933.             'kernel:terminate' => '?',
  4934.         ]);
  4935.     }
  4936.     /**
  4937.      * Gets the private '.service_locator.uAuCZS4' shared service.
  4938.      *
  4939.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4940.      */
  4941.     protected function get_ServiceLocator_UAuCZS4Service()
  4942.     {
  4943.         return $this->privates['.service_locator.uAuCZS4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4944.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4945.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4946.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4947.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4948.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4949.             'router' => ['services''router''getRouterService'false],
  4950.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4951.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4952.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4953.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4954.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4955.         ], [
  4956.             'doctrine' => '?',
  4957.             'form.factory' => '?',
  4958.             'http_kernel' => '?',
  4959.             'parameter_bag' => '?',
  4960.             'request_stack' => '?',
  4961.             'router' => '?',
  4962.             'security.authorization_checker' => '?',
  4963.             'security.csrf.token_manager' => '?',
  4964.             'security.token_storage' => '?',
  4965.             'session' => '.session.deprecated',
  4966.             'twig' => '?',
  4967.         ]);
  4968.     }
  4969.     /**
  4970.      * Gets the private '.service_locator.uCSWYWR' shared service.
  4971.      *
  4972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4973.      */
  4974.     protected function get_ServiceLocator_UCSWYWRService()
  4975.     {
  4976.         return $this->privates['.service_locator.uCSWYWR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4977.             'categoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepository4Service'false],
  4978.         ], [
  4979.             'categoryRepository' => 'App\\Repository\\CategoryRepository',
  4980.         ]);
  4981.     }
  4982.     /**
  4983.      * Gets the private '.service_locator.v1VaTPk' shared service.
  4984.      *
  4985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4986.      */
  4987.     protected function get_ServiceLocator_V1VaTPkService()
  4988.     {
  4989.         return $this->privates['.service_locator.v1VaTPk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4990.             'flushTranslations' => ['privates''App\\Service\\Localization\\Translation\\FlushTranslations''getFlushTranslationsService'false],
  4991.             'translationRepository' => ['privates''App\\Repository\\Localization\\TranslationRepository''getTranslationRepository2Service'false],
  4992.         ], [
  4993.             'flushTranslations' => 'App\\Service\\Localization\\Translation\\FlushTranslations',
  4994.             'translationRepository' => 'App\\Repository\\Localization\\TranslationRepository',
  4995.         ]);
  4996.     }
  4997.     /**
  4998.      * Gets the private '.service_locator.vv9j2RX' shared service.
  4999.      *
  5000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5001.      */
  5002.     protected function get_ServiceLocator_Vv9j2RXService()
  5003.     {
  5004.         return $this->privates['.service_locator.vv9j2RX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5005.             'blogPost' => ['privates''.errored..service_locator.vv9j2RX.App\\Entity\\Blog\\BlogPost'NULL'Cannot autowire service ".service_locator.vv9j2RX": it references class "App\\Entity\\Blog\\BlogPost" but no such service exists.'],
  5006.         ], [
  5007.             'blogPost' => 'App\\Entity\\Blog\\BlogPost',
  5008.         ]);
  5009.     }
  5010.     /**
  5011.      * Gets the private '.service_locator.xg5.Jvb' shared service.
  5012.      *
  5013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5014.      */
  5015.     protected function get_ServiceLocator_Xg5_JvbService()
  5016.     {
  5017.         return $this->privates['.service_locator.xg5.Jvb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5018.             'repository' => ['privates''App\\Repository\\FAQ\\TopicRepository''getTopicRepositoryService'false],
  5019.         ], [
  5020.             'repository' => 'App\\Repository\\FAQ\\TopicRepository',
  5021.         ]);
  5022.     }
  5023.     /**
  5024.      * Gets the private '.service_locator.yYoV0uZ' shared service.
  5025.      *
  5026.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5027.      */
  5028.     protected function get_ServiceLocator_YYoV0uZService()
  5029.     {
  5030.         return $this->privates['.service_locator.yYoV0uZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5031.             'designSchoolUrl' => ['privates''App\\Service\\CompanyUrl\\DesignSchoolUrl''getDesignSchoolUrlService'false],
  5032.             'post' => ['privates''.errored..service_locator.yYoV0uZ.App\\Entity\\DesignSchool\\Post'NULL'Cannot autowire service ".service_locator.yYoV0uZ": it references class "App\\Entity\\DesignSchool\\Post" but no such service exists.'],
  5033.             'serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  5034.         ], [
  5035.             'designSchoolUrl' => 'App\\Service\\CompanyUrl\\DesignSchoolUrl',
  5036.             'post' => 'App\\Entity\\DesignSchool\\Post',
  5037.             'serializer' => '?',
  5038.         ]);
  5039.     }
  5040.     /**
  5041.      * Gets the private '.service_locator.yvGWyUl' shared service.
  5042.      *
  5043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5044.      */
  5045.     protected function get_ServiceLocator_YvGWyUlService()
  5046.     {
  5047.         return $this->privates['.service_locator.yvGWyUl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5048.             'getPostCreateUpdateRedirectUrl' => ['privates''App\\Service\\Translation\\GetRedirectUrl''getGetRedirectUrlService'false],
  5049.             'translation' => ['privates''.errored..service_locator.yvGWyUl.App\\Entity\\Localization\\Translation'NULL'Cannot autowire service ".service_locator.yvGWyUl": it references class "App\\Entity\\Localization\\Translation" but no such service exists.'],
  5050.             'updateTranslation' => ['privates''App\\Service\\Localization\\Translation\\UpdateTranslation''getUpdateTranslationService'false],
  5051.         ], [
  5052.             'getPostCreateUpdateRedirectUrl' => 'App\\Service\\Translation\\GetRedirectUrl',
  5053.             'translation' => 'App\\Entity\\Localization\\Translation',
  5054.             'updateTranslation' => 'App\\Service\\Localization\\Translation\\UpdateTranslation',
  5055.         ]);
  5056.     }
  5057.     /**
  5058.      * Gets the private '.session.deprecated' shared service.
  5059.      *
  5060.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5061.      */
  5062.     protected function get_Session_DeprecatedService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5066.         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();
  5067.     }
  5068.     /**
  5069.      * Gets the private '.twig.command.debug.lazy' shared service.
  5070.      *
  5071.      * @return \Symfony\Component\Console\Command\LazyCommand
  5072.      */
  5073.     protected function get_Twig_Command_Debug_LazyService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5077.         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 {
  5078.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5079.         });
  5080.     }
  5081.     /**
  5082.      * Gets the private '.twig.command.lint.lazy' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Console\Command\LazyCommand
  5085.      */
  5086.     protected function get_Twig_Command_Lint_LazyService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5090.         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 {
  5091.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5092.         });
  5093.     }
  5094.     /**
  5095.      * Gets the private 'App\Command\Blog\MakeCoverPictureCommand' shared autowired service.
  5096.      *
  5097.      * @return \App\Command\Blog\MakeCoverPictureCommand
  5098.      */
  5099.     protected function getMakeCoverPictureCommandService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5102.         include_once \dirname(__DIR__4).'/src/Command/Blog/MakeCoverPictureCommand.php';
  5103.         $this->privates['App\\Command\\Blog\\MakeCoverPictureCommand'] = $instance = new \App\Command\Blog\MakeCoverPictureCommand(($this->privates['App\\Service\\Blog\\UpdateCoverPicture'] ?? $this->getUpdateCoverPictureService()), ($this->privates['App\\Repository\\Blog\\PostRepository'] ?? $this->getPostRepositoryService()));
  5104.         $instance->setName('app:blog:make:cover');
  5105.         return $instance;
  5106.     }
  5107.     /**
  5108.      * Gets the private 'App\Command\Webp\DesignSchool\CategoryWebpCommand' shared autowired service.
  5109.      *
  5110.      * @return \App\Command\Webp\DesignSchool\CategoryWebpCommand
  5111.      */
  5112.     protected function getCategoryWebpCommandService()
  5113.     {
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5115.         include_once \dirname(__DIR__4).'/src/Command/Webp/AbstractWebpCommand.php';
  5116.         include_once \dirname(__DIR__4).'/src/Command/Webp/DesignSchool/CategoryWebpCommand.php';
  5117.         $this->privates['App\\Command\\Webp\\DesignSchool\\CategoryWebpCommand'] = $instance = new \App\Command\Webp\DesignSchool\CategoryWebpCommand(($this->privates['App\\Repository\\DesignSchool\\CategoryRepository'] ?? $this->getCategoryRepository3Service()));
  5118.         $instance->setFilterImage(($this->privates['App\\Service\\Image\\FilterImage'] ?? $this->getFilterImageService()));
  5119.         $instance->setName('app:webp:design_school:category');
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the private 'App\Command\Webp\DesignSchool\PostWebpCommand' shared autowired service.
  5124.      *
  5125.      * @return \App\Command\Webp\DesignSchool\PostWebpCommand
  5126.      */
  5127.     protected function getPostWebpCommandService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5130.         include_once \dirname(__DIR__4).'/src/Command/Webp/AbstractWebpCommand.php';
  5131.         include_once \dirname(__DIR__4).'/src/Command/Webp/DesignSchool/PostWebpCommand.php';
  5132.         $this->privates['App\\Command\\Webp\\DesignSchool\\PostWebpCommand'] = $instance = new \App\Command\Webp\DesignSchool\PostWebpCommand(($this->privates['App\\Repository\\DesignSchool\\PostRepository'] ?? $this->getPostRepository2Service()));
  5133.         $instance->setFilterImage(($this->privates['App\\Service\\Image\\FilterImage'] ?? $this->getFilterImageService()));
  5134.         $instance->setName('app:webp:design_school:post');
  5135.         return $instance;
  5136.     }
  5137.     /**
  5138.      * Gets the private 'App\EventSubscriber\Blog\PostSubscriber' shared autowired service.
  5139.      *
  5140.      * @return \App\EventSubscriber\Blog\PostSubscriber
  5141.      */
  5142.     protected function getPostSubscriberService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5145.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Blog/PostSubscriber.php';
  5146.         include_once \dirname(__DIR__4).'/src/Service/TableOfContents/CreateTableOfContents.php';
  5147.         include_once \dirname(__DIR__4).'/src/Service/Translation/CreatePreview.php';
  5148.         return $this->privates['App\\EventSubscriber\\Blog\\PostSubscriber'] = new \App\EventSubscriber\Blog\PostSubscriber(($this->privates['App\\Service\\TableOfContents\\CreateTableOfContents'] ?? ($this->privates['App\\Service\\TableOfContents\\CreateTableOfContents'] = new \App\Service\TableOfContents\CreateTableOfContents())), ($this->privates['App\\Service\\Translation\\CreatePreview'] ?? ($this->privates['App\\Service\\Translation\\CreatePreview'] = new \App\Service\Translation\CreatePreview(70))));
  5149.     }
  5150.     /**
  5151.      * Gets the private 'App\EventSubscriber\DesignSchool\PostSubscriber' shared autowired service.
  5152.      *
  5153.      * @return \App\EventSubscriber\DesignSchool\PostSubscriber
  5154.      */
  5155.     protected function getPostSubscriber2Service()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5158.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DesignSchool/PostSubscriber.php';
  5159.         include_once \dirname(__DIR__4).'/src/Service/TableOfContents/CreateTableOfContents.php';
  5160.         include_once \dirname(__DIR__4).'/src/Service/Translation/CreatePreview.php';
  5161.         return $this->privates['App\\EventSubscriber\\DesignSchool\\PostSubscriber'] = new \App\EventSubscriber\DesignSchool\PostSubscriber(($this->privates['App\\Service\\TableOfContents\\CreateTableOfContents'] ?? ($this->privates['App\\Service\\TableOfContents\\CreateTableOfContents'] = new \App\Service\TableOfContents\CreateTableOfContents())), ($this->privates['App\\Service\\Translation\\CreatePreview'] ?? ($this->privates['App\\Service\\Translation\\CreatePreview'] = new \App\Service\Translation\CreatePreview(70))));
  5162.     }
  5163.     /**
  5164.      * Gets the private 'App\EventSubscriber\FAQ\TopicSubscriber' shared autowired service.
  5165.      *
  5166.      * @return \App\EventSubscriber\FAQ\TopicSubscriber
  5167.      */
  5168.     protected function getTopicSubscriberService()
  5169.     {
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5171.         include_once \dirname(__DIR__4).'/src/EventSubscriber/FAQ/TopicSubscriber.php';
  5172.         return $this->privates['App\\EventSubscriber\\FAQ\\TopicSubscriber'] = new \App\EventSubscriber\FAQ\TopicSubscriber();
  5173.     }
  5174.     /**
  5175.      * Gets the private 'App\EventSubscriber\Localization\TranslationHistorySubscriber' shared autowired service.
  5176.      *
  5177.      * @return \App\EventSubscriber\Localization\TranslationHistorySubscriber
  5178.      */
  5179.     protected function getTranslationHistorySubscriberService()
  5180.     {
  5181.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5182.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Localization/TranslationHistorySubscriber.php';
  5183.         return $this->privates['App\\EventSubscriber\\Localization\\TranslationHistorySubscriber'] = new \App\EventSubscriber\Localization\TranslationHistorySubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5184.     }
  5185.     /**
  5186.      * Gets the private 'App\ExternalRouting\Blog\BlogPostUrlGenerator' shared autowired service.
  5187.      *
  5188.      * @return \App\ExternalRouting\Blog\BlogPostUrlGenerator
  5189.      */
  5190.     protected function getBlogPostUrlGeneratorService()
  5191.     {
  5192.         return $this->privates['App\\ExternalRouting\\Blog\\BlogPostUrlGenerator'] = new \App\ExternalRouting\Blog\BlogPostUrlGenerator($this->getParameter('app.site_urls'));
  5193.     }
  5194.     /**
  5195.      * Gets the private 'App\Form\Type\AbstractType' shared autowired service.
  5196.      *
  5197.      * @return \App\Form\Type\AbstractType
  5198.      */
  5199.     protected function getAbstractTypeService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5203.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5204.         return $this->privates['App\\Form\\Type\\AbstractType'] = new \App\Form\Type\AbstractType();
  5205.     }
  5206.     /**
  5207.      * Gets the private 'App\Form\Type\Blog\BlogPostImageType' shared autowired service.
  5208.      *
  5209.      * @return \App\Form\Type\Blog\BlogPostImageType
  5210.      */
  5211.     protected function getBlogPostImageTypeService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5216.         include_once \dirname(__DIR__4).'/src/Form/Type/Blog/BlogPostImageType.php';
  5217.         return $this->privates['App\\Form\\Type\\Blog\\BlogPostImageType'] = new \App\Form\Type\Blog\BlogPostImageType();
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\Form\Type\Blog\BlogPostType' shared autowired service.
  5221.      *
  5222.      * @return \App\Form\Type\Blog\BlogPostType
  5223.      */
  5224.     protected function getBlogPostTypeService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5229.         include_once \dirname(__DIR__4).'/src/Form/Type/Blog/BlogPostType.php';
  5230.         return $this->privates['App\\Form\\Type\\Blog\\BlogPostType'] = new \App\Form\Type\Blog\BlogPostType();
  5231.     }
  5232.     /**
  5233.      * Gets the private 'App\Form\Type\Blog\CategoryType' shared autowired service.
  5234.      *
  5235.      * @return \App\Form\Type\Blog\CategoryType
  5236.      */
  5237.     protected function getCategoryTypeService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5241.         include_once \dirname(__DIR__4).'/src/Form/Type/Blog/CategoryType.php';
  5242.         return $this->privates['App\\Form\\Type\\Blog\\CategoryType'] = new \App\Form\Type\Blog\CategoryType();
  5243.     }
  5244.     /**
  5245.      * Gets the private 'App\Form\Type\DeleteType' shared autowired service.
  5246.      *
  5247.      * @return \App\Form\Type\DeleteType
  5248.      */
  5249.     protected function getDeleteTypeService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5253.         include_once \dirname(__DIR__4).'/src/Form/Type/DeleteType.php';
  5254.         return $this->privates['App\\Form\\Type\\DeleteType'] = new \App\Form\Type\DeleteType();
  5255.     }
  5256.     /**
  5257.      * Gets the private 'App\Form\Type\DesignSchool\Category\CategoryType' shared autowired service.
  5258.      *
  5259.      * @return \App\Form\Type\DesignSchool\Category\CategoryType
  5260.      */
  5261.     protected function getCategoryType2Service()
  5262.     {
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5265.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5266.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignSchool/Category/CategoryType.php';
  5267.         return $this->privates['App\\Form\\Type\\DesignSchool\\Category\\CategoryType'] = new \App\Form\Type\DesignSchool\Category\CategoryType();
  5268.     }
  5269.     /**
  5270.      * Gets the private 'App\Form\Type\DesignSchool\Post\PostFilterType' shared autowired service.
  5271.      *
  5272.      * @return \App\Form\Type\DesignSchool\Post\PostFilterType
  5273.      */
  5274.     protected function getPostFilterTypeService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5278.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignSchool/Post/PostFilterType.php';
  5279.         return $this->privates['App\\Form\\Type\\DesignSchool\\Post\\PostFilterType'] = new \App\Form\Type\DesignSchool\Post\PostFilterType();
  5280.     }
  5281.     /**
  5282.      * Gets the private 'App\Form\Type\DesignSchool\Post\PostType' shared autowired service.
  5283.      *
  5284.      * @return \App\Form\Type\DesignSchool\Post\PostType
  5285.      */
  5286.     protected function getPostTypeService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5290.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignSchool/Post/PostType.php';
  5291.         return $this->privates['App\\Form\\Type\\DesignSchool\\Post\\PostType'] = new \App\Form\Type\DesignSchool\Post\PostType();
  5292.     }
  5293.     /**
  5294.      * Gets the private 'App\Form\Type\DesignSchool\SlugType' shared autowired service.
  5295.      *
  5296.      * @return \App\Form\Type\DesignSchool\SlugType
  5297.      */
  5298.     protected function getSlugTypeService()
  5299.     {
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5302.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignSchool/SlugType.php';
  5303.         return $this->privates['App\\Form\\Type\\DesignSchool\\SlugType'] = new \App\Form\Type\DesignSchool\SlugType();
  5304.     }
  5305.     /**
  5306.      * Gets the private 'App\Form\Type\DesignerResource\CategoryType' shared autowired service.
  5307.      *
  5308.      * @return \App\Form\Type\DesignerResource\CategoryType
  5309.      */
  5310.     protected function getCategoryType3Service()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5314.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5315.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignerResource/CategoryType.php';
  5316.         return $this->privates['App\\Form\\Type\\DesignerResource\\CategoryType'] = new \App\Form\Type\DesignerResource\CategoryType();
  5317.     }
  5318.     /**
  5319.      * Gets the private 'App\Form\Type\DesignerResource\ResourceFiltersType' shared autowired service.
  5320.      *
  5321.      * @return \App\Form\Type\DesignerResource\ResourceFiltersType
  5322.      */
  5323.     protected function getResourceFiltersTypeService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5327.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5328.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignerResource/ResourceFiltersType.php';
  5329.         return $this->privates['App\\Form\\Type\\DesignerResource\\ResourceFiltersType'] = new \App\Form\Type\DesignerResource\ResourceFiltersType();
  5330.     }
  5331.     /**
  5332.      * Gets the private 'App\Form\Type\DesignerResource\ResourceType' shared autowired service.
  5333.      *
  5334.      * @return \App\Form\Type\DesignerResource\ResourceType
  5335.      */
  5336.     protected function getResourceTypeService()
  5337.     {
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5340.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5341.         include_once \dirname(__DIR__4).'/src/Form/Type/DesignerResource/ResourceType.php';
  5342.         return $this->privates['App\\Form\\Type\\DesignerResource\\ResourceType'] = new \App\Form\Type\DesignerResource\ResourceType();
  5343.     }
  5344.     /**
  5345.      * Gets the private 'App\Form\Type\FAQ\HTML\MetadataType' shared autowired service.
  5346.      *
  5347.      * @return \App\Form\Type\FAQ\HTML\MetadataType
  5348.      */
  5349.     protected function getMetadataTypeService()
  5350.     {
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5353.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/HTML/MetadataType.php';
  5354.         return $this->privates['App\\Form\\Type\\FAQ\\HTML\\MetadataType'] = new \App\Form\Type\FAQ\HTML\MetadataType();
  5355.     }
  5356.     /**
  5357.      * Gets the private 'App\Form\Type\FAQ\Topic\CreateTopicType' shared autowired service.
  5358.      *
  5359.      * @return \App\Form\Type\FAQ\Topic\CreateTopicType
  5360.      */
  5361.     protected function getCreateTopicTypeService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5365.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Topic/TopicType.php';
  5366.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Topic/CreateTopicType.php';
  5367.         return $this->privates['App\\Form\\Type\\FAQ\\Topic\\CreateTopicType'] = new \App\Form\Type\FAQ\Topic\CreateTopicType();
  5368.     }
  5369.     /**
  5370.      * Gets the private 'App\Form\Type\FAQ\Topic\TopicImageType' shared autowired service.
  5371.      *
  5372.      * @return \App\Form\Type\FAQ\Topic\TopicImageType
  5373.      */
  5374.     protected function getTopicImageTypeService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5379.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Topic/TopicImageType.php';
  5380.         return $this->privates['App\\Form\\Type\\FAQ\\Topic\\TopicImageType'] = new \App\Form\Type\FAQ\Topic\TopicImageType();
  5381.     }
  5382.     /**
  5383.      * Gets the private 'App\Form\Type\FAQ\Topic\TopicType' shared autowired service.
  5384.      *
  5385.      * @return \App\Form\Type\FAQ\Topic\TopicType
  5386.      */
  5387.     protected function getTopicTypeService()
  5388.     {
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5391.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Topic/TopicType.php';
  5392.         return $this->privates['App\\Form\\Type\\FAQ\\Topic\\TopicType'] = new \App\Form\Type\FAQ\Topic\TopicType();
  5393.     }
  5394.     /**
  5395.      * Gets the private 'App\Form\Type\FAQ\Translation\CreateTranslationType' shared autowired service.
  5396.      *
  5397.      * @return \App\Form\Type\FAQ\Translation\CreateTranslationType
  5398.      */
  5399.     protected function getCreateTranslationTypeService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5403.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Translation/CreateTranslationType.php';
  5404.         return $this->privates['App\\Form\\Type\\FAQ\\Translation\\CreateTranslationType'] = new \App\Form\Type\FAQ\Translation\CreateTranslationType(($this->privates['App\\Service\\FAQ\\Topic\\GetAvailableTranslationLanguages'] ?? $this->getGetAvailableTranslationLanguagesService()));
  5405.     }
  5406.     /**
  5407.      * Gets the private 'App\Form\Type\FAQ\Translation\TranslationFilterType' shared autowired service.
  5408.      *
  5409.      * @return \App\Form\Type\FAQ\Translation\TranslationFilterType
  5410.      */
  5411.     protected function getTranslationFilterTypeService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5415.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Translation/TranslationFilterType.php';
  5416.         return $this->privates['App\\Form\\Type\\FAQ\\Translation\\TranslationFilterType'] = new \App\Form\Type\FAQ\Translation\TranslationFilterType();
  5417.     }
  5418.     /**
  5419.      * Gets the private 'App\Form\Type\FAQ\Translation\UpdateTranslationType' shared autowired service.
  5420.      *
  5421.      * @return \App\Form\Type\FAQ\Translation\UpdateTranslationType
  5422.      */
  5423.     protected function getUpdateTranslationTypeService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5427.         include_once \dirname(__DIR__4).'/src/Form/Type/FAQ/Translation/UpdateTranslationType.php';
  5428.         return $this->privates['App\\Form\\Type\\FAQ\\Translation\\UpdateTranslationType'] = new \App\Form\Type\FAQ\Translation\UpdateTranslationType();
  5429.     }
  5430.     /**
  5431.      * Gets the private 'App\Form\Type\HtmlType' shared autowired service.
  5432.      *
  5433.      * @return \App\Form\Type\HtmlType
  5434.      */
  5435.     protected function getHtmlTypeService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5439.         include_once \dirname(__DIR__4).'/src/Form/Type/HtmlType.php';
  5440.         return $this->privates['App\\Form\\Type\\HtmlType'] = new \App\Form\Type\HtmlType();
  5441.     }
  5442.     /**
  5443.      * Gets the private 'App\Form\Type\LanguageType' shared autowired service.
  5444.      *
  5445.      * @return \App\Form\Type\LanguageType
  5446.      */
  5447.     protected function getLanguageTypeService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5451.         include_once \dirname(__DIR__4).'/src/Form/Type/LanguageType.php';
  5452.         return $this->privates['App\\Form\\Type\\LanguageType'] = new \App\Form\Type\LanguageType($this->parameters['app.languages']);
  5453.     }
  5454.     /**
  5455.      * Gets the private 'App\Form\Type\Localization\MessageFilterType' shared autowired service.
  5456.      *
  5457.      * @return \App\Form\Type\Localization\MessageFilterType
  5458.      */
  5459.     protected function getMessageFilterTypeService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5463.         include_once \dirname(__DIR__4).'/src/Form/Type/Localization/MessageFilterType.php';
  5464.         return $this->privates['App\\Form\\Type\\Localization\\MessageFilterType'] = new \App\Form\Type\Localization\MessageFilterType($this->parameters['app.sites'], ($this->services['router'] ?? $this->getRouterService()));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'App\Form\Type\Localization\MessageType' shared autowired service.
  5468.      *
  5469.      * @return \App\Form\Type\Localization\MessageType
  5470.      */
  5471.     protected function getMessageTypeService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5475.         include_once \dirname(__DIR__4).'/src/Form/Type/Localization/MessageType.php';
  5476.         return $this->privates['App\\Form\\Type\\Localization\\MessageType'] = new \App\Form\Type\Localization\MessageType();
  5477.     }
  5478.     /**
  5479.      * Gets the private 'App\Form\Type\Localization\Translation\UpdateTranslationType' shared autowired service.
  5480.      *
  5481.      * @return \App\Form\Type\Localization\Translation\UpdateTranslationType
  5482.      */
  5483.     protected function getUpdateTranslationType2Service()
  5484.     {
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5487.         include_once \dirname(__DIR__4).'/src/Form/Type/Localization/Translation/UpdateTranslationType.php';
  5488.         return $this->privates['App\\Form\\Type\\Localization\\Translation\\UpdateTranslationType'] = new \App\Form\Type\Localization\Translation\UpdateTranslationType();
  5489.     }
  5490.     /**
  5491.      * Gets the private 'App\Form\Type\PaginationType' shared autowired service.
  5492.      *
  5493.      * @return \App\Form\Type\PaginationType
  5494.      */
  5495.     protected function getPaginationTypeService()
  5496.     {
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5499.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5500.         include_once \dirname(__DIR__4).'/src/Form/Type/PaginationType.php';
  5501.         return $this->privates['App\\Form\\Type\\PaginationType'] = new \App\Form\Type\PaginationType();
  5502.     }
  5503.     /**
  5504.      * Gets the private 'App\Form\Type\QuillType' shared autowired service.
  5505.      *
  5506.      * @return \App\Form\Type\QuillType
  5507.      */
  5508.     protected function getQuillTypeService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5512.         include_once \dirname(__DIR__4).'/src/Form/Type/QuillType.php';
  5513.         return $this->privates['App\\Form\\Type\\QuillType'] = new \App\Form\Type\QuillType();
  5514.     }
  5515.     /**
  5516.      * Gets the private 'App\Form\Type\SearchCollection\SearchCollectionFilterType' shared autowired service.
  5517.      *
  5518.      * @return \App\Form\Type\SearchCollection\SearchCollectionFilterType
  5519.      */
  5520.     protected function getSearchCollectionFilterTypeService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5524.         include_once \dirname(__DIR__4).'/src/Form/Type/SearchCollection/SearchCollectionFilterType.php';
  5525.         return $this->privates['App\\Form\\Type\\SearchCollection\\SearchCollectionFilterType'] = new \App\Form\Type\SearchCollection\SearchCollectionFilterType();
  5526.     }
  5527.     /**
  5528.      * Gets the private 'App\Form\Type\SearchCollection\SearchCollectionType' shared autowired service.
  5529.      *
  5530.      * @return \App\Form\Type\SearchCollection\SearchCollectionType
  5531.      */
  5532.     protected function getSearchCollectionTypeService()
  5533.     {
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5536.         include_once \dirname(__DIR__4).'/src/Form/Type/SearchCollection/SearchCollectionType.php';
  5537.         return $this->privates['App\\Form\\Type\\SearchCollection\\SearchCollectionType'] = new \App\Form\Type\SearchCollection\SearchCollectionType();
  5538.     }
  5539.     /**
  5540.      * Gets the private 'App\Form\Type\SearchCollection\TutorialType' shared autowired service.
  5541.      *
  5542.      * @return \App\Form\Type\SearchCollection\TutorialType
  5543.      */
  5544.     protected function getTutorialTypeService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5548.         include_once \dirname(__DIR__4).'/src/Form/Type/SearchCollection/TutorialType.php';
  5549.         return $this->privates['App\\Form\\Type\\SearchCollection\\TutorialType'] = new \App\Form\Type\SearchCollection\TutorialType();
  5550.     }
  5551.     /**
  5552.      * Gets the private 'App\Form\Type\Security\UserRolesType' shared autowired service.
  5553.      *
  5554.      * @return \App\Form\Type\Security\UserRolesType
  5555.      */
  5556.     protected function getUserRolesTypeService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5560.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/UserRolesType.php';
  5561.         return $this->privates['App\\Form\\Type\\Security\\UserRolesType'] = new \App\Form\Type\Security\UserRolesType();
  5562.     }
  5563.     /**
  5564.      * Gets the private 'App\Form\Type\Security\User\CreateUserType' shared autowired service.
  5565.      *
  5566.      * @return \App\Form\Type\Security\User\CreateUserType
  5567.      */
  5568.     protected function getCreateUserTypeService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5572.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/User/UpdateUserType.php';
  5573.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/User/CreateUserType.php';
  5574.         return $this->privates['App\\Form\\Type\\Security\\User\\CreateUserType'] = new \App\Form\Type\Security\User\CreateUserType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5575.     }
  5576.     /**
  5577.      * Gets the private 'App\Form\Type\Security\User\TwoFactorAuthUserType' shared autowired service.
  5578.      *
  5579.      * @return \App\Form\Type\Security\User\TwoFactorAuthUserType
  5580.      */
  5581.     protected function getTwoFactorAuthUserTypeService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5585.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/User/TwoFactorAuthUserType.php';
  5586.         return $this->privates['App\\Form\\Type\\Security\\User\\TwoFactorAuthUserType'] = new \App\Form\Type\Security\User\TwoFactorAuthUserType();
  5587.     }
  5588.     /**
  5589.      * Gets the private 'App\Form\Type\Security\User\UpdateUserType' shared autowired service.
  5590.      *
  5591.      * @return \App\Form\Type\Security\User\UpdateUserType
  5592.      */
  5593.     protected function getUpdateUserTypeService()
  5594.     {
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5597.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/User/UpdateUserType.php';
  5598.         return $this->privates['App\\Form\\Type\\Security\\User\\UpdateUserType'] = new \App\Form\Type\Security\User\UpdateUserType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5599.     }
  5600.     /**
  5601.      * Gets the private 'App\Form\Type\Security\User\UserFilterType' shared autowired service.
  5602.      *
  5603.      * @return \App\Form\Type\Security\User\UserFilterType
  5604.      */
  5605.     protected function getUserFilterTypeService()
  5606.     {
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5609.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5610.         include_once \dirname(__DIR__4).'/src/Form/Type/PaginationType.php';
  5611.         include_once \dirname(__DIR__4).'/src/Form/Type/Security/User/UserFilterType.php';
  5612.         return $this->privates['App\\Form\\Type\\Security\\User\\UserFilterType'] = new \App\Form\Type\Security\User\UserFilterType();
  5613.     }
  5614.     /**
  5615.      * Gets the private 'App\Form\Type\SiteType' shared autowired service.
  5616.      *
  5617.      * @return \App\Form\Type\SiteType
  5618.      */
  5619.     protected function getSiteTypeService()
  5620.     {
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5623.         include_once \dirname(__DIR__4).'/src/Form/Type/SiteType.php';
  5624.         return $this->privates['App\\Form\\Type\\SiteType'] = new \App\Form\Type\SiteType($this->parameters['app.sites']);
  5625.     }
  5626.     /**
  5627.      * Gets the private 'App\Form\Type\SortByType' shared autowired service.
  5628.      *
  5629.      * @return \App\Form\Type\SortByType
  5630.      */
  5631.     protected function getSortByTypeService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5635.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5636.         include_once \dirname(__DIR__4).'/src/Form/Type/SortByType.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  5638.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/SnakeCaseToCamelCaseTransformer.php';
  5639.         return $this->privates['App\\Form\\Type\\SortByType'] = new \App\Form\Type\SortByType(new \App\Form\DataTransformer\SnakeCaseToCamelCaseTransformer());
  5640.     }
  5641.     /**
  5642.      * Gets the private 'App\Form\Type\TagType' shared autowired service.
  5643.      *
  5644.      * @return \App\Form\Type\TagType
  5645.      */
  5646.     protected function getTagTypeService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5650.         include_once \dirname(__DIR__4).'/src/Form/Type/TagType.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  5652.         include_once \dirname(__DIR__4).'/src/Form/DataTransformer/TagToStringTransformer.php';
  5653.         return $this->privates['App\\Form\\Type\\TagType'] = new \App\Form\Type\TagType(new \App\Form\DataTransformer\TagToStringTransformer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  5654.     }
  5655.     /**
  5656.      * Gets the private 'App\Form\Type\UploadableType' shared autowired service.
  5657.      *
  5658.      * @return \App\Form\Type\UploadableType
  5659.      */
  5660.     protected function getUploadableTypeService()
  5661.     {
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5664.         include_once \dirname(__DIR__4).'/src/Form/Type/AbstractType.php';
  5665.         include_once \dirname(__DIR__4).'/src/Form/Type/UploadableType.php';
  5666.         return $this->privates['App\\Form\\Type\\UploadableType'] = new \App\Form\Type\UploadableType();
  5667.     }
  5668.     /**
  5669.      * Gets the private 'App\Repository\Blog\CategoryRepository' shared autowired service.
  5670.      *
  5671.      * @return \App\Repository\Blog\CategoryRepository
  5672.      */
  5673.     protected function getCategoryRepositoryService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5680.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5681.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5682.         include_once \dirname(__DIR__4).'/src/Repository/Blog/CategoryRepository.php';
  5683.         $this->privates['App\\Repository\\Blog\\CategoryRepository'] = $instance = new \App\Repository\Blog\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5684.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5685.         return $instance;
  5686.     }
  5687.     /**
  5688.      * Gets the private 'App\Repository\Blog\FeaturedBlogPostRepository' shared autowired service.
  5689.      *
  5690.      * @return \App\Repository\Blog\FeaturedBlogPostRepository
  5691.      */
  5692.     protected function getFeaturedBlogPostRepositoryService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5699.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5700.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5701.         include_once \dirname(__DIR__4).'/src/Repository/Blog/FeaturedBlogPostRepository.php';
  5702.         $this->privates['App\\Repository\\Blog\\FeaturedBlogPostRepository'] = $instance = new \App\Repository\Blog\FeaturedBlogPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5703.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5704.         return $instance;
  5705.     }
  5706.     /**
  5707.      * Gets the private 'App\Repository\Blog\PostRepository' shared autowired service.
  5708.      *
  5709.      * @return \App\Repository\Blog\PostRepository
  5710.      */
  5711.     protected function getPostRepositoryService()
  5712.     {
  5713.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5718.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5719.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5720.         include_once \dirname(__DIR__4).'/src/Repository/Blog/PostRepository.php';
  5721.         $this->privates['App\\Repository\\Blog\\PostRepository'] = $instance = new \App\Repository\Blog\PostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5722.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5723.         return $instance;
  5724.     }
  5725.     /**
  5726.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  5727.      *
  5728.      * @return \App\Repository\CategoryRepository
  5729.      */
  5730.     protected function getCategoryRepository4Service()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5737.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  5738.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5739.     }
  5740.     /**
  5741.      * Gets the private 'App\Repository\DesignSchool\CategoryRepository' shared autowired service.
  5742.      *
  5743.      * @return \App\Repository\DesignSchool\CategoryRepository
  5744.      */
  5745.     protected function getCategoryRepository3Service()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5752.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5753.         include_once \dirname(__DIR__4).'/src/Repository/DesignSchool/CategoryRepository.php';
  5754.         $this->privates['App\\Repository\\DesignSchool\\CategoryRepository'] = $instance = new \App\Repository\DesignSchool\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5755.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5756.         return $instance;
  5757.     }
  5758.     /**
  5759.      * Gets the private 'App\Repository\DesignSchool\PostRepository' shared autowired service.
  5760.      *
  5761.      * @return \App\Repository\DesignSchool\PostRepository
  5762.      */
  5763.     protected function getPostRepository2Service()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5770.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5771.         include_once \dirname(__DIR__4).'/src/Repository/DesignSchool/PostRepository.php';
  5772.         $this->privates['App\\Repository\\DesignSchool\\PostRepository'] = $instance = new \App\Repository\DesignSchool\PostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5773.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5774.         return $instance;
  5775.     }
  5776.     /**
  5777.      * Gets the private 'App\Repository\DesignerResource\CategoryRepository' shared autowired service.
  5778.      *
  5779.      * @return \App\Repository\DesignerResource\CategoryRepository
  5780.      */
  5781.     protected function getCategoryRepository2Service()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5788.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5789.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5790.         include_once \dirname(__DIR__4).'/src/Repository/DesignerResource/CategoryRepository.php';
  5791.         $this->privates['App\\Repository\\DesignerResource\\CategoryRepository'] = $instance = new \App\Repository\DesignerResource\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5792.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5793.         return $instance;
  5794.     }
  5795.     /**
  5796.      * Gets the private 'App\Repository\DesignerResource\ResourceRepository' shared autowired service.
  5797.      *
  5798.      * @return \App\Repository\DesignerResource\ResourceRepository
  5799.      */
  5800.     protected function getResourceRepositoryService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5807.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5808.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5809.         include_once \dirname(__DIR__4).'/src/Repository/DesignerResource/ResourceRepository.php';
  5810.         $this->privates['App\\Repository\\DesignerResource\\ResourceRepository'] = $instance = new \App\Repository\DesignerResource\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5811.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5812.         return $instance;
  5813.     }
  5814.     /**
  5815.      * Gets the private 'App\Repository\FAQ\TopicRepository' shared autowired service.
  5816.      *
  5817.      * @return \App\Repository\FAQ\TopicRepository
  5818.      */
  5819.     protected function getTopicRepositoryService()
  5820.     {
  5821.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/MaterializedPathRepository.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5829.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5830.         include_once \dirname(__DIR__4).'/src/Repository/FAQ/TopicRepository.php';
  5831.         $this->privates['App\\Repository\\FAQ\\TopicRepository'] = $instance = new \App\Repository\FAQ\TopicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5832.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'App\Repository\FAQ\TranslationRepository' shared autowired service.
  5837.      *
  5838.      * @return \App\Repository\FAQ\TranslationRepository
  5839.      */
  5840.     protected function getTranslationRepositoryService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5847.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5848.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5849.         include_once \dirname(__DIR__4).'/src/Repository/FAQ/TranslationRepository.php';
  5850.         $this->privates['App\\Repository\\FAQ\\TranslationRepository'] = $instance = new \App\Repository\FAQ\TranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5851.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5852.         return $instance;
  5853.     }
  5854.     /**
  5855.      * Gets the private 'App\Repository\Localization\MessageRepository' shared autowired service.
  5856.      *
  5857.      * @return \App\Repository\Localization\MessageRepository
  5858.      */
  5859.     protected function getMessageRepositoryService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5866.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5867.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5868.         include_once \dirname(__DIR__4).'/src/Repository/Localization/MessageRepository.php';
  5869.         $this->privates['App\\Repository\\Localization\\MessageRepository'] = $instance = new \App\Repository\Localization\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5870.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5871.         return $instance;
  5872.     }
  5873.     /**
  5874.      * Gets the private 'App\Repository\Localization\TranslationHistoryRepository' shared autowired service.
  5875.      *
  5876.      * @return \App\Repository\Localization\TranslationHistoryRepository
  5877.      */
  5878.     protected function getTranslationHistoryRepositoryService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5885.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5886.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5887.         include_once \dirname(__DIR__4).'/src/Repository/Localization/TranslationHistoryRepository.php';
  5888.         $this->privates['App\\Repository\\Localization\\TranslationHistoryRepository'] = $instance = new \App\Repository\Localization\TranslationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5889.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5890.         return $instance;
  5891.     }
  5892.     /**
  5893.      * Gets the private 'App\Repository\Localization\TranslationRepository' shared autowired service.
  5894.      *
  5895.      * @return \App\Repository\Localization\TranslationRepository
  5896.      */
  5897.     protected function getTranslationRepository2Service()
  5898.     {
  5899.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5904.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5905.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5906.         include_once \dirname(__DIR__4).'/src/Repository/Localization/TranslationRepository.php';
  5907.         $this->privates['App\\Repository\\Localization\\TranslationRepository'] = $instance = new \App\Repository\Localization\TranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['app.languages']);
  5908.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5909.         return $instance;
  5910.     }
  5911.     /**
  5912.      * Gets the private 'App\Repository\SearchCollectionRepository' shared autowired service.
  5913.      *
  5914.      * @return \App\Repository\SearchCollectionRepository
  5915.      */
  5916.     protected function getSearchCollectionRepositoryService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5923.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5924.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5925.         include_once \dirname(__DIR__4).'/src/Repository/SearchCollectionRepository.php';
  5926.         $this->privates['App\\Repository\\SearchCollectionRepository'] = $instance = new \App\Repository\SearchCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5927.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the private 'App\Repository\Security\UserRepository' shared autowired service.
  5932.      *
  5933.      * @return \App\Repository\Security\UserRepository
  5934.      */
  5935.     protected function getUserRepositoryService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5942.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5943.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5945.         include_once \dirname(__DIR__4).'/src/Repository/Security/UserRepository.php';
  5946.         $this->privates['App\\Repository\\Security\\UserRepository'] = $instance = new \App\Repository\Security\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5947.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5948.         return $instance;
  5949.     }
  5950.     /**
  5951.      * Gets the private 'App\Repository\TagRepository' shared autowired service.
  5952.      *
  5953.      * @return \App\Repository\TagRepository
  5954.      */
  5955.     protected function getTagRepositoryService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5962.         include_once \dirname(__DIR__4).'/src/Traits/PagerTrait.php';
  5963.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRepository.php';
  5964.         include_once \dirname(__DIR__4).'/src/Repository/TagRepository.php';
  5965.         $this->privates['App\\Repository\\TagRepository'] = $instance = new \App\Repository\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5966.         $instance->setPager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  5967.         return $instance;
  5968.     }
  5969.     /**
  5970.      * Gets the private 'App\Security\Authenticator\UsernameAuthenticator' shared autowired service.
  5971.      *
  5972.      * @return \App\Security\Authenticator\UsernameAuthenticator
  5973.      */
  5974.     protected function getUsernameAuthenticatorService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5982.         include_once \dirname(__DIR__4).'/src/Security/Authenticator/UsernameAuthenticator.php';
  5983.         return $this->privates['App\\Security\\Authenticator\\UsernameAuthenticator'] = new \App\Security\Authenticator\UsernameAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  5984.     }
  5985.     /**
  5986.      * Gets the private 'App\Serializer\EventSubscriber\Blog\CategorySubscriber' shared autowired service.
  5987.      *
  5988.      * @return \App\Serializer\EventSubscriber\Blog\CategorySubscriber
  5989.      */
  5990.     protected function getCategorySubscriberService()
  5991.     {
  5992.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5993.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/Blog/CategorySubscriber.php';
  5994.         return $this->privates['App\\Serializer\\EventSubscriber\\Blog\\CategorySubscriber'] = new \App\Serializer\EventSubscriber\Blog\CategorySubscriber(($this->privates['App\\Repository\\Localization\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  5995.     }
  5996.     /**
  5997.      * Gets the private 'App\Serializer\EventSubscriber\Blog\PostSubscriber' shared autowired service.
  5998.      *
  5999.      * @return \App\Serializer\EventSubscriber\Blog\PostSubscriber
  6000.      */
  6001.     protected function getPostSubscriber3Service()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6004.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/Blog/PostSubscriber.php';
  6005.         include_once \dirname(__DIR__4).'/src/ExternalRouting/Blog/BlogPostImageUrlGenerator.php';
  6006.         include_once \dirname(__DIR__4).'/src/Service/Translation/CreatePreview.php';
  6007.         return $this->privates['App\\Serializer\\EventSubscriber\\Blog\\PostSubscriber'] = new \App\Serializer\EventSubscriber\Blog\PostSubscriber(($this->privates['App\\ExternalRouting\\Blog\\BlogPostUrlGenerator'] ?? $this->getBlogPostUrlGeneratorService()), new \App\ExternalRouting\Blog\BlogPostImageUrlGenerator($this->getEnv('string:BLOG_URI_PREFIX')), ($this->privates['App\\Service\\Translation\\CreatePreview'] ?? ($this->privates['App\\Service\\Translation\\CreatePreview'] = new \App\Service\Translation\CreatePreview(70))));
  6008.     }
  6009.     /**
  6010.      * Gets the private 'App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber' shared autowired service.
  6011.      *
  6012.      * @return \App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber
  6013.      */
  6014.     protected function getCategorySubscriber2Service()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/AbstractSubscriber.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6018.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/DesignSchool/CategorySubscriber.php';
  6019.         return $this->privates['App\\Serializer\\EventSubscriber\\DesignSchool\\CategorySubscriber'] = new \App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  6020.     }
  6021.     /**
  6022.      * Gets the private 'App\Serializer\EventSubscriber\DesignSchool\PostSubscriber' shared autowired service.
  6023.      *
  6024.      * @return \App\Serializer\EventSubscriber\DesignSchool\PostSubscriber
  6025.      */
  6026.     protected function getPostSubscriber4Service()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/AbstractSubscriber.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6030.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/DesignSchool/PostSubscriber.php';
  6031.         include_once \dirname(__DIR__4).'/src/Service/DesignSchool/Post/GetPostImage.php';
  6032.         include_once \dirname(__DIR__4).'/src/Service/CompanyUrl/DesignSchoolUrl.php';
  6033.         include_once \dirname(__DIR__4).'/src/Service/Translation/CreatePreview.php';
  6034.         $a = ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService());
  6035.         return $this->privates['App\\Serializer\\EventSubscriber\\DesignSchool\\PostSubscriber'] = new \App\Serializer\EventSubscriber\DesignSchool\PostSubscriber(new \App\Service\DesignSchool\Post\GetPostImage($a), ($this->privates['App\\Service\\CompanyUrl\\DesignSchoolUrl'] ?? ($this->privates['App\\Service\\CompanyUrl\\DesignSchoolUrl'] = new \App\Service\CompanyUrl\DesignSchoolUrl($this->getEnv('string:DESIGN_BUNDLES_URL')))), ($this->privates['App\\Service\\Translation\\CreatePreview'] ?? ($this->privates['App\\Service\\Translation\\CreatePreview'] = new \App\Service\Translation\CreatePreview(70))), $a);
  6036.     }
  6037.     /**
  6038.      * Gets the private 'App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber' shared autowired service.
  6039.      *
  6040.      * @return \App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber
  6041.      */
  6042.     protected function getResourceSubscriberService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/AbstractSubscriber.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6046.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/DesignerResource/ResourceSubscriber.php';
  6047.         return $this->privates['App\\Serializer\\EventSubscriber\\DesignerResource\\ResourceSubscriber'] = new \App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  6048.     }
  6049.     /**
  6050.      * Gets the private 'App\Serializer\SubscribingHandler\I18nHandler' shared autowired service.
  6051.      *
  6052.      * @return \App\Serializer\SubscribingHandler\I18nHandler
  6053.      */
  6054.     protected function getI18nHandlerService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6057.         include_once \dirname(__DIR__4).'/src/Serializer/SubscribingHandler/I18nHandler.php';
  6058.         return $this->privates['App\\Serializer\\SubscribingHandler\\I18nHandler'] = new \App\Serializer\SubscribingHandler\I18nHandler(($this->privates['App\\Repository\\Localization\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  6059.     }
  6060.     /**
  6061.      * Gets the private 'App\Service\Blog\BlogService' shared autowired service.
  6062.      *
  6063.      * @return \App\Service\Blog\BlogService
  6064.      */
  6065.     protected function getBlogServiceService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  6068.         include_once \dirname(__DIR__4).'/src/Service/Blog/BlogService.php';
  6069.         $this->privates['App\\Service\\Blog\\BlogService'] = $instance = new \App\Service\Blog\BlogService(($this->privates['App\\Repository\\Blog\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  6070.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6071.         return $instance;
  6072.     }
  6073.     /**
  6074.      * Gets the private 'App\Service\Blog\UpdateCoverPicture' shared autowired service.
  6075.      *
  6076.      * @return \App\Service\Blog\UpdateCoverPicture
  6077.      */
  6078.     protected function getUpdateCoverPictureService()
  6079.     {
  6080.         include_once \dirname(__DIR__4).'/src/Service/Blog/UpdateCoverPicture.php';
  6081.         return $this->privates['App\\Service\\Blog\\UpdateCoverPicture'] = new \App\Service\Blog\UpdateCoverPicture(($this->privates['App\\Service\\Image\\FilterImage'] ?? $this->getFilterImageService()), $this->getParameter('app.blog.cover.filters'));
  6082.     }
  6083.     /**
  6084.      * Gets the private 'App\Service\Bus\Blog\Flush' shared autowired service.
  6085.      *
  6086.      * @return \App\Service\Bus\Blog\Flush
  6087.      */
  6088.     protected function getFlushService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/src/Service/Bus/Translation/Flush.php';
  6091.         include_once \dirname(__DIR__4).'/src/Service/Bus/Blog/Flush.php';
  6092.         return $this->privates['App\\Service\\Bus\\Blog\\Flush'] = new \App\Service\Bus\Blog\Flush($this->getEnv('resolve:BLOG_FLUSH_URL'), $this->getEnv('resolve:BLOG_FLUSH_SINGLE_URL'), $this->getEnv('resolve:BLOG_FLUSH_FEATURED_URL'), $this->getEnv('resolve:BLOG_FLUSH_TIMEOUT'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'dev');
  6093.     }
  6094.     /**
  6095.      * Gets the private 'App\Service\Bus\DesignSchool\Flush' shared autowired service.
  6096.      *
  6097.      * @return \App\Service\Bus\DesignSchool\Flush
  6098.      */
  6099.     protected function getFlush3Service()
  6100.     {
  6101.         include_once \dirname(__DIR__4).'/src/Service/Bus/Translation/Flush.php';
  6102.         include_once \dirname(__DIR__4).'/src/Service/Bus/Blog/Flush.php';
  6103.         include_once \dirname(__DIR__4).'/src/Service/Bus/DesignSchool/Flush.php';
  6104.         return $this->privates['App\\Service\\Bus\\DesignSchool\\Flush'] = new \App\Service\Bus\DesignSchool\Flush($this->getEnv('resolve:DESIGN_SCHOOL_FLUSH_URL'), $this->getEnv('resolve:DESIGN_SCHOOL_FLUSH_SINGLE_URL'), ''$this->getEnv('resolve:DESIGN_SCHOOL_FLUSH_TIMEOUT'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'dev');
  6105.     }
  6106.     /**
  6107.      * Gets the private 'App\Service\Bus\Faq\Flush' shared autowired service.
  6108.      *
  6109.      * @return \App\Service\Bus\Faq\Flush
  6110.      */
  6111.     protected function getFlush2Service()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/src/Service/Bus/Translation/Flush.php';
  6114.         include_once \dirname(__DIR__4).'/src/Service/Bus/Faq/Flush.php';
  6115.         return $this->privates['App\\Service\\Bus\\Faq\\Flush'] = new \App\Service\Bus\Faq\Flush($this->getEnv('resolve:FAQ_FLUSH_URL'), $this->getEnv('resolve:FAQ_FLUSH_TIMEOUT'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'dev');
  6116.     }
  6117.     /**
  6118.      * Gets the private 'App\Service\Bus\Translation\Flush' shared autowired service.
  6119.      *
  6120.      * @return \App\Service\Bus\Translation\Flush
  6121.      */
  6122.     protected function getFlush4Service()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/src/Service/Bus/Translation/Flush.php';
  6125.         return $this->privates['App\\Service\\Bus\\Translation\\Flush'] = new \App\Service\Bus\Translation\Flush($this->getEnv('resolve:TRANSLATION_FLUSH_URL'), $this->getEnv('resolve:TRANSLATION_FLUSH_TIMEOUT'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'dev');
  6126.     }
  6127.     /**
  6128.      * Gets the private 'App\Service\CompanyUrl\DesignSchoolUrl' shared autowired service.
  6129.      *
  6130.      * @return \App\Service\CompanyUrl\DesignSchoolUrl
  6131.      */
  6132.     protected function getDesignSchoolUrlService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/src/Service/CompanyUrl/DesignSchoolUrl.php';
  6135.         return $this->privates['App\\Service\\CompanyUrl\\DesignSchoolUrl'] = new \App\Service\CompanyUrl\DesignSchoolUrl($this->getEnv('string:DESIGN_BUNDLES_URL'));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'App\Service\DesignSchool\Post\PaginatePosts' shared autowired service.
  6139.      *
  6140.      * @return \App\Service\DesignSchool\Post\PaginatePosts
  6141.      */
  6142.     protected function getPaginatePostsService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/src/Service/DesignSchool/Post/PaginatePosts.php';
  6145.         return $this->privates['App\\Service\\DesignSchool\\Post\\PaginatePosts'] = new \App\Service\DesignSchool\Post\PaginatePosts(($this->privates['App\\Repository\\DesignSchool\\PostRepository'] ?? $this->getPostRepository2Service()));
  6146.     }
  6147.     /**
  6148.      * Gets the private 'App\Service\DesignSchool\Post\UpdatePostImage' shared autowired service.
  6149.      *
  6150.      * @return \App\Service\DesignSchool\Post\UpdatePostImage
  6151.      */
  6152.     protected function getUpdatePostImageService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/src/Service/DesignSchool/Post/UpdatePostImage.php';
  6155.         return $this->privates['App\\Service\\DesignSchool\\Post\\UpdatePostImage'] = new \App\Service\DesignSchool\Post\UpdatePostImage(($this->privates['App\\Service\\Image\\FilterImage'] ?? $this->getFilterImageService()));
  6156.     }
  6157.     /**
  6158.      * Gets the private 'App\Service\DesignerResource\Category\CreateCategory' shared autowired service.
  6159.      *
  6160.      * @return \App\Service\DesignerResource\Category\CreateCategory
  6161.      */
  6162.     protected function getCreateCategoryService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Category/CreateCategory.php';
  6165.         return $this->privates['App\\Service\\DesignerResource\\Category\\CreateCategory'] = new \App\Service\DesignerResource\Category\CreateCategory(($this->privates['App\\Service\\Localization\\Translation\\CreateTranslation'] ?? $this->getCreateTranslationService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Bus\\Translation\\Flush'] ?? $this->getFlush4Service()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6166.     }
  6167.     /**
  6168.      * Gets the private 'App\Service\DesignerResource\Category\DeleteCategory' shared autowired service.
  6169.      *
  6170.      * @return \App\Service\DesignerResource\Category\DeleteCategory
  6171.      */
  6172.     protected function getDeleteCategoryService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Category/DeleteCategory.php';
  6175.         return $this->privates['App\\Service\\DesignerResource\\Category\\DeleteCategory'] = new \App\Service\DesignerResource\Category\DeleteCategory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6176.     }
  6177.     /**
  6178.      * Gets the private 'App\Service\DesignerResource\Category\PaginateCategories' shared autowired service.
  6179.      *
  6180.      * @return \App\Service\DesignerResource\Category\PaginateCategories
  6181.      */
  6182.     protected function getPaginateCategoriesService()
  6183.     {
  6184.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Category/PaginateCategories.php';
  6185.         return $this->privates['App\\Service\\DesignerResource\\Category\\PaginateCategories'] = new \App\Service\DesignerResource\Category\PaginateCategories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  6186.     }
  6187.     /**
  6188.      * Gets the private 'App\Service\DesignerResource\Category\UpdateCategory' shared autowired service.
  6189.      *
  6190.      * @return \App\Service\DesignerResource\Category\UpdateCategory
  6191.      */
  6192.     protected function getUpdateCategoryService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Category/UpdateCategory.php';
  6195.         return $this->privates['App\\Service\\DesignerResource\\Category\\UpdateCategory'] = new \App\Service\DesignerResource\Category\UpdateCategory(($this->privates['App\\Service\\Localization\\Translation\\UpdateTranslation'] ?? $this->getUpdateTranslationService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Bus\\Translation\\Flush'] ?? $this->getFlush4Service()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6196.     }
  6197.     /**
  6198.      * Gets the private 'App\Service\DesignerResource\Resource\GetTypes' shared autowired service.
  6199.      *
  6200.      * @return \App\Service\DesignerResource\Resource\GetTypes
  6201.      */
  6202.     protected function getGetTypesService()
  6203.     {
  6204.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Resource/GetTypes.php';
  6205.         return $this->privates['App\\Service\\DesignerResource\\Resource\\GetTypes'] = new \App\Service\DesignerResource\Resource\GetTypes(($this->services['translator'] ?? $this->getTranslatorService()));
  6206.     }
  6207.     /**
  6208.      * Gets the private 'App\Service\DesignerResource\Resource\PaginateResources' shared autowired service.
  6209.      *
  6210.      * @return \App\Service\DesignerResource\Resource\PaginateResources
  6211.      */
  6212.     protected function getPaginateResourcesService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/src/Service/DesignerResource/Resource/PaginateResources.php';
  6215.         return $this->privates['App\\Service\\DesignerResource\\Resource\\PaginateResources'] = new \App\Service\DesignerResource\Resource\PaginateResources(($this->privates['App\\Repository\\DesignerResource\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  6216.     }
  6217.     /**
  6218.      * Gets the private 'App\Service\FAQ\Topic\GetAvailableTranslationLanguages' shared autowired service.
  6219.      *
  6220.      * @return \App\Service\FAQ\Topic\GetAvailableTranslationLanguages
  6221.      */
  6222.     protected function getGetAvailableTranslationLanguagesService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/src/Service/FAQ/Topic/GetAvailableTranslationLanguages.php';
  6225.         return $this->privates['App\\Service\\FAQ\\Topic\\GetAvailableTranslationLanguages'] = new \App\Service\FAQ\Topic\GetAvailableTranslationLanguages($this->parameters['app.languages']);
  6226.     }
  6227.     /**
  6228.      * Gets the private 'App\Service\FAQ\Translation\CreateTranslations' shared autowired service.
  6229.      *
  6230.      * @return \App\Service\FAQ\Translation\CreateTranslations
  6231.      */
  6232.     protected function getCreateTranslationsService()
  6233.     {
  6234.         include_once \dirname(__DIR__4).'/src/Traits/EntityManagerTrait.php';
  6235.         include_once \dirname(__DIR__4).'/src/Service/FAQ/Translation/CreateTranslations.php';
  6236.         $this->privates['App\\Service\\FAQ\\Translation\\CreateTranslations'] = $instance = new \App\Service\FAQ\Translation\CreateTranslations(($this->privates['App\\Repository\\FAQ\\TranslationRepository'] ?? $this->getTranslationRepositoryService()));
  6237.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6238.         return $instance;
  6239.     }
  6240.     /**
  6241.      * Gets the private 'App\Service\FAQ\Translation\GetNextBlankTranslation' shared autowired service.
  6242.      *
  6243.      * @return \App\Service\FAQ\Translation\GetNextBlankTranslation
  6244.      */
  6245.     protected function getGetNextBlankTranslationService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/src/Service/FAQ/Translation/GetNextBlankTranslation.php';
  6248.         return $this->privates['App\\Service\\FAQ\\Translation\\GetNextBlankTranslation'] = new \App\Service\FAQ\Translation\GetNextBlankTranslation(($this->privates['App\\Repository\\FAQ\\TranslationRepository'] ?? $this->getTranslationRepositoryService()));
  6249.     }
  6250.     /**
  6251.      * Gets the private 'App\Service\Image\FilterImage' shared autowired service.
  6252.      *
  6253.      * @return \App\Service\Image\FilterImage
  6254.      */
  6255.     protected function getFilterImageService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/src/Service/Image/FilterImage.php';
  6258.         return $this->privates['App\\Service\\Image\\FilterImage'] = new \App\Service\Image\FilterImage(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  6259.     }
  6260.     /**
  6261.      * Gets the private 'App\Service\Localization\Translation\CreateBatch' shared autowired service.
  6262.      *
  6263.      * @return \App\Service\Localization\Translation\CreateBatch
  6264.      */
  6265.     protected function getCreateBatchService()
  6266.     {
  6267.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/CreateBatch.php';
  6268.         return $this->privates['App\\Service\\Localization\\Translation\\CreateBatch'] = new \App\Service\Localization\Translation\CreateBatch(($this->privates['App\\Service\\Localization\\Translation\\CreateTranslation'] ?? $this->getCreateTranslationService()), ($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()));
  6269.     }
  6270.     /**
  6271.      * Gets the private 'App\Service\Localization\Translation\CreateTranslation' shared autowired service.
  6272.      *
  6273.      * @return \App\Service\Localization\Translation\CreateTranslation
  6274.      */
  6275.     protected function getCreateTranslationService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/CreateTranslation.php';
  6278.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/SanitizeTranslation.php';
  6279.         return $this->privates['App\\Service\\Localization\\Translation\\CreateTranslation'] = new \App\Service\Localization\Translation\CreateTranslation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Localization\\Translation\\FlagTranslationAsPending'] ?? $this->getFlagTranslationAsPendingService()), ($this->privates['App\\Service\\Localization\\Translation\\SanitizeTranslation'] ?? ($this->privates['App\\Service\\Localization\\Translation\\SanitizeTranslation'] = new \App\Service\Localization\Translation\SanitizeTranslation())));
  6280.     }
  6281.     /**
  6282.      * Gets the private 'App\Service\Localization\Translation\FlagTranslationAsPending' shared autowired service.
  6283.      *
  6284.      * @return \App\Service\Localization\Translation\FlagTranslationAsPending
  6285.      */
  6286.     protected function getFlagTranslationAsPendingService()
  6287.     {
  6288.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/FlagTranslationAsPending.php';
  6289.         return $this->privates['App\\Service\\Localization\\Translation\\FlagTranslationAsPending'] = new \App\Service\Localization\Translation\FlagTranslationAsPending(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6290.     }
  6291.     /**
  6292.      * Gets the private 'App\Service\Localization\Translation\FlushTranslations' shared autowired service.
  6293.      *
  6294.      * @return \App\Service\Localization\Translation\FlushTranslations
  6295.      */
  6296.     protected function getFlushTranslationsService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/FlushTranslations.php';
  6299.         return $this->privates['App\\Service\\Localization\\Translation\\FlushTranslations'] = new \App\Service\Localization\Translation\FlushTranslations(($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), ($this->privates['App\\Service\\Bus\\Translation\\Flush'] ?? $this->getFlush4Service()));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'App\Service\Localization\Translation\UpdateBatch' shared autowired service.
  6303.      *
  6304.      * @return \App\Service\Localization\Translation\UpdateBatch
  6305.      */
  6306.     protected function getUpdateBatchService()
  6307.     {
  6308.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/UpdateBatch.php';
  6309.         return $this->privates['App\\Service\\Localization\\Translation\\UpdateBatch'] = new \App\Service\Localization\Translation\UpdateBatch(($this->privates['App\\Service\\Localization\\Translation\\UpdateTranslation'] ?? $this->getUpdateTranslationService()), ($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()));
  6310.     }
  6311.     /**
  6312.      * Gets the private 'App\Service\Localization\Translation\UpdateTranslation' shared autowired service.
  6313.      *
  6314.      * @return \App\Service\Localization\Translation\UpdateTranslation
  6315.      */
  6316.     protected function getUpdateTranslationService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/UpdateTranslation.php';
  6319.         include_once \dirname(__DIR__4).'/src/Service/Localization/Translation/SanitizeTranslation.php';
  6320.         return $this->privates['App\\Service\\Localization\\Translation\\UpdateTranslation'] = new \App\Service\Localization\Translation\UpdateTranslation(($this->privates['App\\Service\\Localization\\Translation\\FlagTranslationAsPending'] ?? $this->getFlagTranslationAsPendingService()), ($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), ($this->privates['App\\Service\\Localization\\Translation\\SanitizeTranslation'] ?? ($this->privates['App\\Service\\Localization\\Translation\\SanitizeTranslation'] = new \App\Service\Localization\Translation\SanitizeTranslation())));
  6321.     }
  6322.     /**
  6323.      * Gets the private 'App\Service\Menu\Sidebar\BlogBuilder' shared autowired service.
  6324.      *
  6325.      * @return \App\Service\Menu\Sidebar\BlogBuilder
  6326.      */
  6327.     protected function getBlogBuilderService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6330.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/BlogBuilder.php';
  6331.         return $this->privates['App\\Service\\Menu\\Sidebar\\BlogBuilder'] = new \App\Service\Menu\Sidebar\BlogBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  6332.     }
  6333.     /**
  6334.      * Gets the private 'App\Service\Menu\Sidebar\DesignSchoolBuilder' shared autowired service.
  6335.      *
  6336.      * @return \App\Service\Menu\Sidebar\DesignSchoolBuilder
  6337.      */
  6338.     protected function getDesignSchoolBuilderService()
  6339.     {
  6340.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6341.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/DesignSchoolBuilder.php';
  6342.         return $this->privates['App\\Service\\Menu\\Sidebar\\DesignSchoolBuilder'] = new \App\Service\Menu\Sidebar\DesignSchoolBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  6343.     }
  6344.     /**
  6345.      * Gets the private 'App\Service\Menu\Sidebar\DesignerResourceBuilder' shared autowired service.
  6346.      *
  6347.      * @return \App\Service\Menu\Sidebar\DesignerResourceBuilder
  6348.      */
  6349.     protected function getDesignerResourceBuilderService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6352.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/DesignerResourceBuilder.php';
  6353.         return $this->privates['App\\Service\\Menu\\Sidebar\\DesignerResourceBuilder'] = new \App\Service\Menu\Sidebar\DesignerResourceBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  6354.     }
  6355.     /**
  6356.      * Gets the private 'App\Service\Menu\Sidebar\FAQBuilder' shared autowired service.
  6357.      *
  6358.      * @return \App\Service\Menu\Sidebar\FAQBuilder
  6359.      */
  6360.     protected function getFAQBuilderService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6363.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/FAQBuilder.php';
  6364.         return $this->privates['App\\Service\\Menu\\Sidebar\\FAQBuilder'] = new \App\Service\Menu\Sidebar\FAQBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['app.languages'], ($this->privates['App\\Repository\\FAQ\\TranslationRepository'] ?? $this->getTranslationRepositoryService()));
  6365.     }
  6366.     /**
  6367.      * Gets the private 'App\Service\Menu\Sidebar\LocalizationBuilder' shared autowired service.
  6368.      *
  6369.      * @return \App\Service\Menu\Sidebar\LocalizationBuilder
  6370.      */
  6371.     protected function getLocalizationBuilderService()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6374.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/LocalizationBuilder.php';
  6375.         return $this->privates['App\\Service\\Menu\\Sidebar\\LocalizationBuilder'] = new \App\Service\Menu\Sidebar\LocalizationBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), ($this->privates['App\\Service\\Translation\\GetSummary'] ?? $this->getGetSummaryService()), $this->parameters['app.languages']);
  6376.     }
  6377.     /**
  6378.      * Gets the private 'App\Service\Menu\Sidebar\SearchCollectionBuilder' shared autowired service.
  6379.      *
  6380.      * @return \App\Service\Menu\Sidebar\SearchCollectionBuilder
  6381.      */
  6382.     protected function getSearchCollectionBuilderService()
  6383.     {
  6384.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6385.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/SearchCollectionBuilder.php';
  6386.         return $this->privates['App\\Service\\Menu\\Sidebar\\SearchCollectionBuilder'] = new \App\Service\Menu\Sidebar\SearchCollectionBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  6387.     }
  6388.     /**
  6389.      * Gets the private 'App\Service\Menu\Sidebar\SecurityBuilder' shared autowired service.
  6390.      *
  6391.      * @return \App\Service\Menu\Sidebar\SecurityBuilder
  6392.      */
  6393.     protected function getSecurityBuilderService()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/src/Menu/BuilderInterface.php';
  6396.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar/SecurityBuilder.php';
  6397.         return $this->privates['App\\Service\\Menu\\Sidebar\\SecurityBuilder'] = new \App\Service\Menu\Sidebar\SecurityBuilder(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  6398.     }
  6399.     /**
  6400.      * Gets the private 'App\Service\Report\GetDashboard' shared autowired service.
  6401.      *
  6402.      * @return \App\Service\Report\GetDashboard
  6403.      */
  6404.     protected function getGetDashboardService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/src/Service/Report/GetDashboard.php';
  6407.         return $this->privates['App\\Service\\Report\\GetDashboard'] = new \App\Service\Report\GetDashboard(($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), ($this->privates['App\\Service\\Translation\\GetSummary'] ?? $this->getGetSummaryService()));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'App\Service\SearchCollection\UpdateSearchCollection' shared autowired service.
  6411.      *
  6412.      * @return \App\Service\SearchCollection\UpdateSearchCollection
  6413.      */
  6414.     protected function getUpdateSearchCollectionService()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/src/Service/SearchCollection/UpdateSearchCollection.php';
  6417.         include_once \dirname(__DIR__4).'/src/Service/SearchCollection/CreateSearchCollectionUrl.php';
  6418.         return $this->privates['App\\Service\\SearchCollection\\UpdateSearchCollection'] = new \App\Service\SearchCollection\UpdateSearchCollection(($this->privates['App\\Service\\SearchCollection\\CreateSearchCollectionUrl'] ?? ($this->privates['App\\Service\\SearchCollection\\CreateSearchCollectionUrl'] = new \App\Service\SearchCollection\CreateSearchCollectionUrl('/^(?:http(?:s)?:\\/\\/)?(?:(\\w{2})\\.)?(?:(?:dev|showroom)(?:\\d+)?\\.)?((?:font|design)bundles)\\.(?:net|local)(?:\\.+)?/'12))));
  6419.     }
  6420.     /**
  6421.      * Gets the private 'App\Service\TableOfContents\CreateTableOfContents' shared autowired service.
  6422.      *
  6423.      * @return \App\Service\TableOfContents\CreateTableOfContents
  6424.      */
  6425.     protected function getCreateTableOfContentsService()
  6426.     {
  6427.         include_once \dirname(__DIR__4).'/src/Service/TableOfContents/CreateTableOfContents.php';
  6428.         return $this->privates['App\\Service\\TableOfContents\\CreateTableOfContents'] = new \App\Service\TableOfContents\CreateTableOfContents();
  6429.     }
  6430.     /**
  6431.      * Gets the private 'App\Service\Translation\GetRedirectUrl' shared autowired service.
  6432.      *
  6433.      * @return \App\Service\Translation\GetRedirectUrl
  6434.      */
  6435.     protected function getGetRedirectUrlService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/src/Service/Translation/GetRedirectUrl.php';
  6438.         return $this->privates['App\\Service\\Translation\\GetRedirectUrl'] = new \App\Service\Translation\GetRedirectUrl(($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'App\Service\Translation\GetSummary' shared autowired service.
  6442.      *
  6443.      * @return \App\Service\Translation\GetSummary
  6444.      */
  6445.     protected function getGetSummaryService()
  6446.     {
  6447.         include_once \dirname(__DIR__4).'/src/Service/Translation/GetSummary.php';
  6448.         return $this->privates['App\\Service\\Translation\\GetSummary'] = new \App\Service\Translation\GetSummary(($this->privates['App\\Repository\\Localization\\TranslationRepository'] ?? $this->getTranslationRepository2Service()), $this->parameters['app.languages']);
  6449.     }
  6450.     /**
  6451.      * Gets the private 'App\Service\Translation\I18nLoader' shared autowired service.
  6452.      *
  6453.      * @return \App\Service\Translation\I18nLoader
  6454.      */
  6455.     protected function getI18nLoaderService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6458.         include_once \dirname(__DIR__4).'/src/Service/Translation/I18nLoader.php';
  6459.         return $this->privates['App\\Service\\Translation\\I18nLoader'] = new \App\Service\Translation\I18nLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6460.     }
  6461.     /**
  6462.      * Gets the private 'App\Twig\Runtime\FAQ\Topic\RenderPath' shared autowired service.
  6463.      *
  6464.      * @return \App\Twig\Runtime\FAQ\Topic\RenderPath
  6465.      */
  6466.     protected function getRenderPathService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6469.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FAQ/Topic/RenderPath.php';
  6470.         return $this->privates['App\\Twig\\Runtime\\FAQ\\Topic\\RenderPath'] = new \App\Twig\Runtime\FAQ\Topic\RenderPath(($this->privates['App\\Repository\\FAQ\\TopicRepository'] ?? $this->getTopicRepositoryService()));
  6471.     }
  6472.     /**
  6473.      * Gets the private 'App\Twig\Runtime\Localization\RenderTranslation' shared autowired service.
  6474.      *
  6475.      * @return \App\Twig\Runtime\Localization\RenderTranslation
  6476.      */
  6477.     protected function getRenderTranslationService()
  6478.     {
  6479.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6480.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Localization/RenderTranslation.php';
  6481.         include_once \dirname(__DIR__4).'/src/Service/Translation/CreatePreview.php';
  6482.         return $this->privates['App\\Twig\\Runtime\\Localization\\RenderTranslation'] = new \App\Twig\Runtime\Localization\RenderTranslation(($this->privates['App\\Service\\Translation\\CreatePreview'] ?? ($this->privates['App\\Service\\Translation\\CreatePreview'] = new \App\Service\Translation\CreatePreview(70))));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'App\Twig\Runtime\Menu\RenderSidebar' shared autowired service.
  6486.      *
  6487.      * @return \App\Twig\Runtime\Menu\RenderSidebar
  6488.      */
  6489.     protected function getRenderSidebarService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6492.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Menu/RenderSidebar.php';
  6493.         include_once \dirname(__DIR__4).'/src/Service/Menu/Sidebar.php';
  6494.         return $this->privates['App\\Twig\\Runtime\\Menu\\RenderSidebar'] = new \App\Twig\Runtime\Menu\RenderSidebar(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \App\Service\Menu\Sidebar(new RewindableGenerator(function () {
  6495.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\BlogBuilder'] ?? $this->getBlogBuilderService());
  6496.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\DesignSchoolBuilder'] ?? $this->getDesignSchoolBuilderService());
  6497.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\DesignerResourceBuilder'] ?? $this->getDesignerResourceBuilderService());
  6498.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\FAQBuilder'] ?? $this->getFAQBuilderService());
  6499.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\LocalizationBuilder'] ?? $this->getLocalizationBuilderService());
  6500.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\SearchCollectionBuilder'] ?? $this->getSearchCollectionBuilderService());
  6501.             yield => ($this->privates['App\\Service\\Menu\\Sidebar\\SecurityBuilder'] ?? $this->getSecurityBuilderService());
  6502.         }, 7)));
  6503.     }
  6504.     /**
  6505.      * Gets the private 'App\Twig\Runtime\Security\RenderJWT' shared autowired service.
  6506.      *
  6507.      * @return \App\Twig\Runtime\Security\RenderJWT
  6508.      */
  6509.     protected function getRenderJWTService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6512.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Security/RenderJWT.php';
  6513.         return $this->privates['App\\Twig\\Runtime\\Security\\RenderJWT'] = new \App\Twig\Runtime\Security\RenderJWT(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6514.     }
  6515.     /**
  6516.      * Gets the private 'App\Validation\Constraint\Blog\PostValidator' shared autowired service.
  6517.      *
  6518.      * @return \App\Validation\Constraint\Blog\PostValidator
  6519.      */
  6520.     protected function getPostValidatorService()
  6521.     {
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6524.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/Blog/PostValidator.php';
  6525.         return $this->privates['App\\Validation\\Constraint\\Blog\\PostValidator'] = new \App\Validation\Constraint\Blog\PostValidator(($this->privates['App\\Repository\\Blog\\PostRepository'] ?? $this->getPostRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6526.     }
  6527.     /**
  6528.      * Gets the private 'App\Validation\Constraint\DesignSchool\PostValidator' shared autowired service.
  6529.      *
  6530.      * @return \App\Validation\Constraint\DesignSchool\PostValidator
  6531.      */
  6532.     protected function getPostValidator2Service()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6536.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/DesignSchool/PostValidator.php';
  6537.         return $this->privates['App\\Validation\\Constraint\\DesignSchool\\PostValidator'] = new \App\Validation\Constraint\DesignSchool\PostValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6538.     }
  6539.     /**
  6540.      * Gets the private 'App\Validation\Constraint\DesignerResource\CategoryValidator' shared autowired service.
  6541.      *
  6542.      * @return \App\Validation\Constraint\DesignerResource\CategoryValidator
  6543.      */
  6544.     protected function getCategoryValidatorService()
  6545.     {
  6546.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6548.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/DesignerResource/CategoryValidator.php';
  6549.         return $this->privates['App\\Validation\\Constraint\\DesignerResource\\CategoryValidator'] = new \App\Validation\Constraint\DesignerResource\CategoryValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6550.     }
  6551.     /**
  6552.      * Gets the private 'App\Validation\Constraint\FAQ\TranslationValidator' shared autowired service.
  6553.      *
  6554.      * @return \App\Validation\Constraint\FAQ\TranslationValidator
  6555.      */
  6556.     protected function getTranslationValidatorService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6560.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/FAQ/TranslationValidator.php';
  6561.         return $this->privates['App\\Validation\\Constraint\\FAQ\\TranslationValidator'] = new \App\Validation\Constraint\FAQ\TranslationValidator();
  6562.     }
  6563.     /**
  6564.      * Gets the private 'App\Validation\Constraint\SearchCollectionValidator' shared autowired service.
  6565.      *
  6566.      * @return \App\Validation\Constraint\SearchCollectionValidator
  6567.      */
  6568.     protected function getSearchCollectionValidatorService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6572.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/SearchCollectionValidator.php';
  6573.         include_once \dirname(__DIR__4).'/src/Service/SearchCollection/CreateSearchCollectionUrl.php';
  6574.         return $this->privates['App\\Validation\\Constraint\\SearchCollectionValidator'] = new \App\Validation\Constraint\SearchCollectionValidator(($this->privates['App\\Repository\\SearchCollectionRepository'] ?? $this->getSearchCollectionRepositoryService()), ($this->privates['App\\Service\\SearchCollection\\CreateSearchCollectionUrl'] ?? ($this->privates['App\\Service\\SearchCollection\\CreateSearchCollectionUrl'] = new \App\Service\SearchCollection\CreateSearchCollectionUrl('/^(?:http(?:s)?:\\/\\/)?(?:(\\w{2})\\.)?(?:(?:dev|showroom)(?:\\d+)?\\.)?((?:font|design)bundles)\\.(?:net|local)(?:\\.+)?/'12))));
  6575.     }
  6576.     /**
  6577.      * Gets the private 'App\Validation\Constraint\SearchCollection\TutorialValidator' shared autowired service.
  6578.      *
  6579.      * @return \App\Validation\Constraint\SearchCollection\TutorialValidator
  6580.      */
  6581.     protected function getTutorialValidatorService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6585.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/SearchCollection/TutorialValidator.php';
  6586.         return $this->privates['App\\Validation\\Constraint\\SearchCollection\\TutorialValidator'] = new \App\Validation\Constraint\SearchCollection\TutorialValidator(($this->privates['App\\Repository\\DesignSchool\\PostRepository'] ?? $this->getPostRepository2Service()), ($this->privates['App\\Repository\\DesignSchool\\CategoryRepository'] ?? $this->getCategoryRepository3Service()));
  6587.     }
  6588.     /**
  6589.      * Gets the private 'App\Validation\Constraint\SearchCollection\UrlValidator' shared autowired service.
  6590.      *
  6591.      * @return \App\Validation\Constraint\SearchCollection\UrlValidator
  6592.      */
  6593.     protected function getUrlValidatorService()
  6594.     {
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/RegexValidator.php';
  6598.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/SearchCollection/UrlValidator.php';
  6599.         return $this->privates['App\\Validation\\Constraint\\SearchCollection\\UrlValidator'] = new \App\Validation\Constraint\SearchCollection\UrlValidator('/^(?:http(?:s)?:\\/\\/)?(?:(\\w{2})\\.)?(?:(?:dev|showroom)(?:\\d+)?\\.)?((?:font|design)bundles)\\.(?:net|local)(?:\\.+)?/');
  6600.     }
  6601.     /**
  6602.      * Gets the private 'App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator' shared autowired service.
  6603.      *
  6604.      * @return \App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator
  6605.      */
  6606.     protected function getCheckGoogleAuthCodeValidatorService()
  6607.     {
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6610.         include_once \dirname(__DIR__4).'/src/Validation/Constraint/Security/CheckGoogleAuthCodeValidator.php';
  6611.         return $this->privates['App\\Validation\\Constraint\\Security\\CheckGoogleAuthCodeValidator'] = new \App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['scheb_two_factor.security.google_authenticator'] ?? $this->getSchebTwoFactor_Security_GoogleAuthenticatorService()));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  6615.      *
  6616.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  6617.      */
  6618.     protected function getManagerRegistryAwareConnectionProviderService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  6622.         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'));
  6623.     }
  6624.     /**
  6625.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  6626.      *
  6627.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  6628.      */
  6629.     protected function getRunSqlCommandService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6633.         $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()));
  6634.         $instance->setName('dbal:run-sql');
  6635.         return $instance;
  6636.     }
  6637.     /**
  6638.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6639.      *
  6640.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6641.      */
  6642.     protected function getResetAssetsEventListenerService()
  6643.     {
  6644.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6645.     }
  6646.     /**
  6647.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  6648.      *
  6649.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  6650.      */
  6651.     protected function getCacheWarmer2Service()
  6652.     {
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  6655.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6656.     }
  6657.     /**
  6658.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  6659.      *
  6660.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  6661.      */
  6662.     protected function getUploaderHelperService()
  6663.     {
  6664.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  6668.      *
  6669.      * @return \Vich\UploaderBundle\Util\Transliterator
  6670.      */
  6671.     protected function getTransliteratorService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  6676.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en'))));
  6677.     }
  6678.     /**
  6679.      * Gets the private 'annotations.cache_adapter' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6682.      */
  6683.     protected function getAnnotations_CacheAdapterService()
  6684.     {
  6685.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6686.     }
  6687.     /**
  6688.      * Gets the private 'annotations.cache_warmer' shared service.
  6689.      *
  6690.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6691.      */
  6692.     protected function getAnnotations_CacheWarmerService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6697.         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);
  6698.     }
  6699.     /**
  6700.      * Gets the private 'annotations.cached_reader' shared service.
  6701.      *
  6702.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6703.      */
  6704.     protected function getAnnotations_CachedReaderService()
  6705.     {
  6706.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  6707.     }
  6708.     /**
  6709.      * Gets the private 'annotations.reader' shared service.
  6710.      *
  6711.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6712.      */
  6713.     protected function getAnnotations_ReaderService()
  6714.     {
  6715.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6716.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6717.         $a->registerUniqueLoader('class_exists');
  6718.         $instance->addGlobalIgnoredName('required'$a);
  6719.         return $instance;
  6720.     }
  6721.     /**
  6722.      * Gets the private 'assets.packages' shared service.
  6723.      *
  6724.      * @return \Symfony\Component\Asset\Packages
  6725.      */
  6726.     protected function getAssets_PackagesService()
  6727.     {
  6728.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6729.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  6730.             return new \EmptyIterator();
  6731.         }, 0));
  6732.     }
  6733.     /**
  6734.      * Gets the private 'cache.annotations' shared service.
  6735.      *
  6736.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6737.      */
  6738.     protected function getCache_AnnotationsService()
  6739.     {
  6740.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yQRGI1NZkW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6741.     }
  6742.     /**
  6743.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6744.      *
  6745.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6746.      */
  6747.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6748.     {
  6749.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6750.     }
  6751.     /**
  6752.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6753.      *
  6754.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6755.      */
  6756.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6757.     {
  6758.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6759.     }
  6760.     /**
  6761.      * Gets the private 'cache.property_info' shared service.
  6762.      *
  6763.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6764.      */
  6765.     protected function getCache_PropertyInfoService()
  6766.     {
  6767.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GO3qgcf+M-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6768.     }
  6769.     /**
  6770.      * Gets the private 'cache.security_expression_language' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6773.      */
  6774.     protected function getCache_SecurityExpressionLanguageService()
  6775.     {
  6776.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZxJVeOIafD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6777.     }
  6778.     /**
  6779.      * Gets the private 'cache.serializer' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6782.      */
  6783.     protected function getCache_SerializerService()
  6784.     {
  6785.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KZEhphyfhd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6786.     }
  6787.     /**
  6788.      * Gets the private 'cache.validator' shared service.
  6789.      *
  6790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6791.      */
  6792.     protected function getCache_ValidatorService()
  6793.     {
  6794.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qThdxPEFwL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6795.     }
  6796.     /**
  6797.      * Gets the private 'cache.webpack_encore' shared service.
  6798.      *
  6799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6800.      */
  6801.     protected function getCache_WebpackEncoreService()
  6802.     {
  6803.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wUC7fwDCPS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6804.     }
  6805.     /**
  6806.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6807.      *
  6808.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6809.      */
  6810.     protected function getCachePoolClearer_CacheWarmerService()
  6811.     {
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6814.         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']);
  6815.     }
  6816.     /**
  6817.      * Gets the private 'config_builder.warmer' shared service.
  6818.      *
  6819.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6820.      */
  6821.     protected function getConfigBuilder_WarmerService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6825.         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()));
  6826.     }
  6827.     /**
  6828.      * Gets the private 'config_cache_factory' shared service.
  6829.      *
  6830.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6831.      */
  6832.     protected function getConfigCacheFactoryService()
  6833.     {
  6834.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6835.             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)));
  6836.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6837.         }, 2));
  6838.     }
  6839.     /**
  6840.      * Gets the private 'console.command.about' shared service.
  6841.      *
  6842.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6843.      */
  6844.     protected function getConsole_Command_AboutService()
  6845.     {
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6848.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6849.         $instance->setName('about');
  6850.         $instance->setDescription('Display information about the current project');
  6851.         return $instance;
  6852.     }
  6853.     /**
  6854.      * Gets the private 'console.command.assets_install' shared service.
  6855.      *
  6856.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6857.      */
  6858.     protected function getConsole_Command_AssetsInstallService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6862.         $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));
  6863.         $instance->setName('assets:install');
  6864.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6865.         return $instance;
  6866.     }
  6867.     /**
  6868.      * Gets the private 'console.command.cache_clear' shared service.
  6869.      *
  6870.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6871.      */
  6872.     protected function getConsole_Command_CacheClearService()
  6873.     {
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6876.         $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())));
  6877.         $instance->setName('cache:clear');
  6878.         $instance->setDescription('Clear the cache');
  6879.         return $instance;
  6880.     }
  6881.     /**
  6882.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6883.      *
  6884.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6885.      */
  6886.     protected function getConsole_Command_CachePoolClearService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6890.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.webpack_encore']);
  6891.         $instance->setName('cache:pool:clear');
  6892.         $instance->setDescription('Clear cache pools');
  6893.         return $instance;
  6894.     }
  6895.     /**
  6896.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6897.      *
  6898.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6899.      */
  6900.     protected function getConsole_Command_CachePoolDeleteService()
  6901.     {
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6904.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.webpack_encore']);
  6905.         $instance->setName('cache:pool:delete');
  6906.         $instance->setDescription('Delete an item from a cache pool');
  6907.         return $instance;
  6908.     }
  6909.     /**
  6910.      * Gets the private 'console.command.cache_pool_list' shared service.
  6911.      *
  6912.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6913.      */
  6914.     protected function getConsole_Command_CachePoolListService()
  6915.     {
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6918.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.webpack_encore']);
  6919.         $instance->setName('cache:pool:list');
  6920.         $instance->setDescription('List available cache pools');
  6921.         return $instance;
  6922.     }
  6923.     /**
  6924.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6925.      *
  6926.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6927.      */
  6928.     protected function getConsole_Command_CachePoolPruneService()
  6929.     {
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6932.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6933.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6934.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6935.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6936.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6937.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6938.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6939.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6940.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6941.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6942.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6943.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  6944.         }, 11));
  6945.         $instance->setName('cache:pool:prune');
  6946.         $instance->setDescription('Prune cache pools');
  6947.         return $instance;
  6948.     }
  6949.     /**
  6950.      * Gets the private 'console.command.cache_warmup' shared service.
  6951.      *
  6952.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6953.      */
  6954.     protected function getConsole_Command_CacheWarmupService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6958.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6959.         $instance->setName('cache:warmup');
  6960.         $instance->setDescription('Warm up an empty cache');
  6961.         return $instance;
  6962.     }
  6963.     /**
  6964.      * Gets the private 'console.command.config_debug' shared service.
  6965.      *
  6966.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6967.      */
  6968.     protected function getConsole_Command_ConfigDebugService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6975.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6976.         $instance->setName('debug:config');
  6977.         $instance->setDescription('Dump the current configuration for an extension');
  6978.         return $instance;
  6979.     }
  6980.     /**
  6981.      * Gets the private 'console.command.config_dump_reference' shared service.
  6982.      *
  6983.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6984.      */
  6985.     protected function getConsole_Command_ConfigDumpReferenceService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6992.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6993.         $instance->setName('config:dump-reference');
  6994.         $instance->setDescription('Dump the default configuration for an extension');
  6995.         return $instance;
  6996.     }
  6997.     /**
  6998.      * Gets the private 'console.command.container_debug' shared service.
  6999.      *
  7000.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7001.      */
  7002.     protected function getConsole_Command_ContainerDebugService()
  7003.     {
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7007.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7008.         $instance->setName('debug:container');
  7009.         $instance->setDescription('Display current services for an application');
  7010.         return $instance;
  7011.     }
  7012.     /**
  7013.      * Gets the private 'console.command.container_lint' shared service.
  7014.      *
  7015.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7016.      */
  7017.     protected function getConsole_Command_ContainerLintService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7021.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7022.         $instance->setName('lint:container');
  7023.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'console.command.debug_autowiring' shared service.
  7028.      *
  7029.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7030.      */
  7031.     protected function getConsole_Command_DebugAutowiringService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7037.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7038.         $instance->setName('debug:autowiring');
  7039.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  7040.         return $instance;
  7041.     }
  7042.     /**
  7043.      * Gets the private 'console.command.dotenv_debug' shared service.
  7044.      *
  7045.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  7046.      */
  7047.     protected function getConsole_Command_DotenvDebugService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  7051.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  7052.         $instance->setName('debug:dotenv');
  7053.         $instance->setDescription('Lists all dotenv files with variables and values');
  7054.         return $instance;
  7055.     }
  7056.     /**
  7057.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7058.      *
  7059.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7060.      */
  7061.     protected function getConsole_Command_EventDispatcherDebugService()
  7062.     {
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7065.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.p3KTscm'] ?? $this->get_ServiceLocator_P3KTscmService()));
  7066.         $instance->setName('debug:event-dispatcher');
  7067.         $instance->setDescription('Display configured listeners for an application');
  7068.         return $instance;
  7069.     }
  7070.     /**
  7071.      * Gets the private 'console.command.form_debug' shared service.
  7072.      *
  7073.      * @return \Symfony\Component\Form\Command\DebugCommand
  7074.      */
  7075.     protected function getConsole_Command_FormDebugService()
  7076.     {
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7079.         $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\\Type'=> 'App\\Form\\Type\\Blog'=> 'App\\Form\\Type\\DesignSchool\\Category'=> 'App\\Form\\Type\\DesignSchool\\Post'=> 'App\\Form\\Type\\DesignSchool'=> 'App\\Form\\Type\\DesignerResource'=> 'App\\Form\\Type\\FAQ\\HTML'=> 'App\\Form\\Type\\FAQ\\Topic'=> 'App\\Form\\Type\\FAQ\\Translation'10 => 'App\\Form\\Type\\Localization'11 => 'App\\Form\\Type\\Localization\\Translation'12 => 'App\\Form\\Type\\SearchCollection'13 => 'App\\Form\\Type\\Security\\User'14 => 'App\\Form\\Type\\Security'15 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'16 => 'Vich\\UploaderBundle\\Form\\Type'17 => 'Liip\\ImagineBundle\\Form\\Type'], [=> 'App\\Form\\Type\\AbstractType'=> 'App\\Form\\Type\\Blog\\BlogPostImageType'=> 'App\\Form\\Type\\Blog\\BlogPostType'=> 'App\\Form\\Type\\Blog\\CategoryType'=> 'App\\Form\\Type\\DeleteType'=> 'App\\Form\\Type\\DesignSchool\\Category\\CategoryType'=> 'App\\Form\\Type\\DesignSchool\\Post\\PostFilterType'=> 'App\\Form\\Type\\DesignSchool\\Post\\PostType'=> 'App\\Form\\Type\\DesignSchool\\SlugType'=> 'App\\Form\\Type\\DesignerResource\\CategoryType'10 => 'App\\Form\\Type\\DesignerResource\\ResourceFiltersType'11 => 'App\\Form\\Type\\DesignerResource\\ResourceType'12 => 'App\\Form\\Type\\FAQ\\HTML\\MetadataType'13 => 'App\\Form\\Type\\FAQ\\Topic\\CreateTopicType'14 => 'App\\Form\\Type\\FAQ\\Topic\\TopicImageType'15 => 'App\\Form\\Type\\FAQ\\Topic\\TopicType'16 => 'App\\Form\\Type\\FAQ\\Translation\\CreateTranslationType'17 => 'App\\Form\\Type\\FAQ\\Translation\\TranslationFilterType'18 => 'App\\Form\\Type\\FAQ\\Translation\\UpdateTranslationType'19 => 'App\\Form\\Type\\HtmlType'20 => 'App\\Form\\Type\\LanguageType'21 => 'App\\Form\\Type\\Localization\\MessageFilterType'22 => 'App\\Form\\Type\\Localization\\MessageType'23 => 'App\\Form\\Type\\Localization\\Translation\\UpdateTranslationType'24 => 'App\\Form\\Type\\PaginationType'25 => 'App\\Form\\Type\\QuillType'26 => 'App\\Form\\Type\\SearchCollection\\SearchCollectionFilterType'27 => 'App\\Form\\Type\\SearchCollection\\SearchCollectionType'28 => 'App\\Form\\Type\\SearchCollection\\TutorialType'29 => 'App\\Form\\Type\\Security\\User\\CreateUserType'30 => 'App\\Form\\Type\\Security\\User\\TwoFactorAuthUserType'31 => 'App\\Form\\Type\\Security\\User\\UpdateUserType'32 => 'App\\Form\\Type\\Security\\User\\UserFilterType'33 => 'App\\Form\\Type\\Security\\UserRolesType'34 => 'App\\Form\\Type\\SiteType'35 => 'App\\Form\\Type\\SortByType'36 => 'App\\Form\\Type\\TagType'37 => 'App\\Form\\Type\\UploadableType'38 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'39 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'40 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'41 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'42 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'43 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'44 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'45 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7080.         $instance->setName('debug:form');
  7081.         $instance->setDescription('Display form type information');
  7082.         return $instance;
  7083.     }
  7084.     /**
  7085.      * Gets the private 'console.command.router_debug' shared service.
  7086.      *
  7087.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7088.      */
  7089.     protected function getConsole_Command_RouterDebugService()
  7090.     {
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7094.         $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()));
  7095.         $instance->setName('debug:router');
  7096.         $instance->setDescription('Display current routes for an application');
  7097.         return $instance;
  7098.     }
  7099.     /**
  7100.      * Gets the private 'console.command.router_match' shared service.
  7101.      *
  7102.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7103.      */
  7104.     protected function getConsole_Command_RouterMatchService()
  7105.     {
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7108.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  7109.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7110.         }, 1));
  7111.         $instance->setName('router:match');
  7112.         $instance->setDescription('Help debug routes by simulating a path info match');
  7113.         return $instance;
  7114.     }
  7115.     /**
  7116.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7117.      *
  7118.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7119.      */
  7120.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7126.         $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')))));
  7127.         $instance->setName('secrets:decrypt-to-local');
  7128.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  7129.         return $instance;
  7130.     }
  7131.     /**
  7132.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7133.      *
  7134.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7135.      */
  7136.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7137.     {
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7142.         $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')))));
  7143.         $instance->setName('secrets:encrypt-from-local');
  7144.         $instance->setDescription('Encrypt all local secrets to the vault');
  7145.         return $instance;
  7146.     }
  7147.     /**
  7148.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7149.      *
  7150.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7151.      */
  7152.     protected function getConsole_Command_SecretsGenerateKeyService()
  7153.     {
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7158.         $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')))));
  7159.         $instance->setName('secrets:generate-keys');
  7160.         $instance->setDescription('Generate new encryption keys');
  7161.         return $instance;
  7162.     }
  7163.     /**
  7164.      * Gets the private 'console.command.secrets_list' shared service.
  7165.      *
  7166.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7167.      */
  7168.     protected function getConsole_Command_SecretsListService()
  7169.     {
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7174.         $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')))));
  7175.         $instance->setName('secrets:list');
  7176.         $instance->setDescription('List all secrets');
  7177.         return $instance;
  7178.     }
  7179.     /**
  7180.      * Gets the private 'console.command.secrets_remove' shared service.
  7181.      *
  7182.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7183.      */
  7184.     protected function getConsole_Command_SecretsRemoveService()
  7185.     {
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7190.         $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')))));
  7191.         $instance->setName('secrets:remove');
  7192.         $instance->setDescription('Remove a secret from the vault');
  7193.         return $instance;
  7194.     }
  7195.     /**
  7196.      * Gets the private 'console.command.secrets_set' shared service.
  7197.      *
  7198.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7199.      */
  7200.     protected function getConsole_Command_SecretsSetService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7206.         $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')))));
  7207.         $instance->setName('secrets:set');
  7208.         $instance->setDescription('Set a secret in the vault');
  7209.         return $instance;
  7210.     }
  7211.     /**
  7212.      * Gets the private 'console.command.translation_debug' shared service.
  7213.      *
  7214.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7215.      */
  7216.     protected function getConsole_Command_TranslationDebugService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7220.         $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/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/DesignerResource/Resource/GetTypes.php'), => (\dirname(__DIR__4).'/src/Service/Menu/Sidebar/LocalizationBuilder.php'), => (\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/jms/serializer/src/Handler/FormErrorHandler.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  7221.         $instance->setName('debug:translation');
  7222.         $instance->setDescription('Display translation messages information');
  7223.         return $instance;
  7224.     }
  7225.     /**
  7226.      * Gets the private 'console.command.translation_extract' shared service.
  7227.      *
  7228.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7229.      */
  7230.     protected function getConsole_Command_TranslationExtractService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7234.         $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/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/DesignerResource/Resource/GetTypes.php'), => (\dirname(__DIR__4).'/src/Service/Menu/Sidebar/LocalizationBuilder.php'), => (\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/jms/serializer/src/Handler/FormErrorHandler.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  7235.         $instance->setName('translation:extract');
  7236.         $instance->setAliases([=> 'translation:update']);
  7237.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  7238.         return $instance;
  7239.     }
  7240.     /**
  7241.      * Gets the private 'console.command.translation_pull' shared service.
  7242.      *
  7243.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  7244.      */
  7245.     protected function getConsole_Command_TranslationPullService()
  7246.     {
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  7250.         $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', [], []);
  7251.         $instance->setName('translation:pull');
  7252.         $instance->setDescription('Pull translations from a given provider.');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'console.command.translation_push' shared service.
  7257.      *
  7258.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  7259.      */
  7260.     protected function getConsole_Command_TranslationPushService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  7265.         $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()), [], []);
  7266.         $instance->setName('translation:push');
  7267.         $instance->setDescription('Push translations to a given provider.');
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the private 'console.command.validator_debug' shared service.
  7272.      *
  7273.      * @return \Symfony\Component\Validator\Command\DebugCommand
  7274.      */
  7275.     protected function getConsole_Command_ValidatorDebugService()
  7276.     {
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  7279.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7280.         $instance->setName('debug:validator');
  7281.         $instance->setDescription('Display validation constraints for classes');
  7282.         return $instance;
  7283.     }
  7284.     /**
  7285.      * Gets the private 'console.command.xliff_lint' shared service.
  7286.      *
  7287.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  7288.      */
  7289.     protected function getConsole_Command_XliffLintService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7293.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  7294.         $instance->setName('lint:xliff');
  7295.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  7296.         return $instance;
  7297.     }
  7298.     /**
  7299.      * Gets the private 'console.command.yaml_lint' shared service.
  7300.      *
  7301.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7302.      */
  7303.     protected function getConsole_Command_YamlLintService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7308.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7309.         $instance->setName('lint:yaml');
  7310.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  7311.         return $instance;
  7312.     }
  7313.     /**
  7314.      * Gets the private 'console.error_listener' shared service.
  7315.      *
  7316.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7317.      */
  7318.     protected function getConsole_ErrorListenerService()
  7319.     {
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7321.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7322.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7323.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7324.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7325.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7326.     }
  7327.     /**
  7328.      * Gets the private 'container.env_var_processor' shared service.
  7329.      *
  7330.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7331.      */
  7332.     protected function getContainer_EnvVarProcessorService()
  7333.     {
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7336.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7337.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  7338.         }, 1));
  7339.     }
  7340.     /**
  7341.      * Gets the private 'container.getenv' shared service.
  7342.      *
  7343.      * @return \Closure
  7344.      */
  7345.     protected function getContainer_GetenvService()
  7346.     {
  7347.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  7348.     }
  7349.     /**
  7350.      * Gets the private 'data_collector.form' shared service.
  7351.      *
  7352.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7353.      */
  7354.     protected function getDataCollector_FormService()
  7355.     {
  7356.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7357.     }
  7358.     /**
  7359.      * Gets the private 'data_collector.request' shared service.
  7360.      *
  7361.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  7362.      */
  7363.     protected function getDataCollector_RequestService()
  7364.     {
  7365.         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())));
  7366.     }
  7367.     /**
  7368.      * Gets the private 'data_collector.request.session_collector' shared service.
  7369.      *
  7370.      * @return \Closure
  7371.      */
  7372.     protected function getDataCollector_Request_SessionCollectorService()
  7373.     {
  7374.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  7375.     }
  7376.     /**
  7377.      * Gets the private 'debug.argument_resolver.default' shared service.
  7378.      *
  7379.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7380.      */
  7381.     protected function getDebug_ArgumentResolver_DefaultService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7386.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7387.     }
  7388.     /**
  7389.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7390.      *
  7391.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7392.      */
  7393.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7394.     {
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7398.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.sMqY_Eo'] ?? $this->get_ServiceLocator_SMqYEoService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7399.     }
  7400.     /**
  7401.      * Gets the private 'debug.argument_resolver.request' shared service.
  7402.      *
  7403.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7404.      */
  7405.     protected function getDebug_ArgumentResolver_RequestService()
  7406.     {
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7410.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7411.     }
  7412.     /**
  7413.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7414.      *
  7415.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7416.      */
  7417.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7422.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7423.     }
  7424.     /**
  7425.      * Gets the private 'debug.argument_resolver.service' shared service.
  7426.      *
  7427.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7428.      */
  7429.     protected function getDebug_ArgumentResolver_ServiceService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7434.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.sMqY_Eo'] ?? $this->get_ServiceLocator_SMqYEoService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7435.     }
  7436.     /**
  7437.      * Gets the private 'debug.argument_resolver.session' shared service.
  7438.      *
  7439.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7440.      */
  7441.     protected function getDebug_ArgumentResolver_SessionService()
  7442.     {
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7446.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7447.     }
  7448.     /**
  7449.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7450.      *
  7451.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7452.      */
  7453.     protected function getDebug_ArgumentResolver_VariadicService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7458.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7459.     }
  7460.     /**
  7461.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7462.      *
  7463.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7464.      */
  7465.     protected function getDebug_DebugHandlersListenerService()
  7466.     {
  7467.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7468.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7469.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7470.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7471.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7472.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  7473.     }
  7474.     /**
  7475.      * Gets the private 'debug.file_link_formatter' shared service.
  7476.      *
  7477.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7478.      */
  7479.     protected function getDebug_FileLinkFormatterService()
  7480.     {
  7481.         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 () {
  7482.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7483.         });
  7484.     }
  7485.     /**
  7486.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7487.      *
  7488.      * @return \string
  7489.      */
  7490.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7491.     {
  7492.         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');
  7493.     }
  7494.     /**
  7495.      * Gets the private 'debug.log_processor' shared service.
  7496.      *
  7497.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7498.      */
  7499.     protected function getDebug_LogProcessorService()
  7500.     {
  7501.         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())));
  7502.     }
  7503.     /**
  7504.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7505.      *
  7506.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7507.      */
  7508.     protected function getDebug_Security_Access_DecisionManagerService()
  7509.     {
  7510.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  7511.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7512.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  7513.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7514.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7515.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7516.     }
  7517.     /**
  7518.      * Gets the private 'debug.security.firewall' shared service.
  7519.      *
  7520.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7521.      */
  7522.     protected function getDebug_Security_FirewallService()
  7523.     {
  7524.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  7525.     }
  7526.     /**
  7527.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7528.      *
  7529.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7530.      */
  7531.     protected function getDebug_Security_UserValueResolverService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7536.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7537.     }
  7538.     /**
  7539.      * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  7540.      *
  7541.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7542.      */
  7543.     protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  7544.     {
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  7549.         return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7550.     }
  7551.     /**
  7552.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7553.      *
  7554.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7555.      */
  7556.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7557.     {
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7562.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7563.     }
  7564.     /**
  7565.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7566.      *
  7567.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7568.      */
  7569.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7575.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7576.     }
  7577.     /**
  7578.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7579.      *
  7580.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7581.      */
  7582.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7589.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7590.     }
  7591.     /**
  7592.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7593.      *
  7594.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7595.      */
  7596.     protected function getDebug_Security_Voter_VoteListenerService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7599.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  7600.     }
  7601.     /**
  7602.      * Gets the private 'designer_resource.s3' shared service.
  7603.      *
  7604.      * @return \Aws\S3\S3Client
  7605.      */
  7606.     protected function getDesignerResource_S3Service()
  7607.     {
  7608.         return $this->privates['designer_resource.s3'] = \Aws\S3\S3Client::factory(['version' => 'latest''region' => 'us-east-1''credentials' => ['key' => $this->getEnv('DESIGNER_RESOURCE_AWS_KEY'), 'secret' => $this->getEnv('DESIGNER_RESOURCE_AWS_SECRET')]]);
  7609.     }
  7610.     /**
  7611.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7612.      *
  7613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7614.      */
  7615.     protected function getDoctrine_CacheClearMetadataCommandService()
  7616.     {
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7621.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7622.         $instance->setName('doctrine:cache:clear-metadata');
  7623.         return $instance;
  7624.     }
  7625.     /**
  7626.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7627.      *
  7628.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7629.      */
  7630.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7636.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7637.         $instance->setName('doctrine:cache:clear-query');
  7638.         return $instance;
  7639.     }
  7640.     /**
  7641.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7642.      *
  7643.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7644.      */
  7645.     protected function getDoctrine_CacheClearResultCommandService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7651.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7652.         $instance->setName('doctrine:cache:clear-result');
  7653.         return $instance;
  7654.     }
  7655.     /**
  7656.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7657.      *
  7658.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7659.      */
  7660.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7666.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7667.         $instance->setName('doctrine:cache:clear-collection-region');
  7668.         return $instance;
  7669.     }
  7670.     /**
  7671.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7672.      *
  7673.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7674.      */
  7675.     protected function getDoctrine_ClearEntityRegionCommandService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7681.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7682.         $instance->setName('doctrine:cache:clear-entity-region');
  7683.         return $instance;
  7684.     }
  7685.     /**
  7686.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7687.      *
  7688.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7689.      */
  7690.     protected function getDoctrine_ClearQueryRegionCommandService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7696.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7697.         $instance->setName('doctrine:cache:clear-query-region');
  7698.         return $instance;
  7699.     }
  7700.     /**
  7701.      * Gets the private 'doctrine.database_create_command' shared service.
  7702.      *
  7703.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7704.      */
  7705.     protected function getDoctrine_DatabaseCreateCommandService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7710.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7711.         $instance->setName('doctrine:database:create');
  7712.         return $instance;
  7713.     }
  7714.     /**
  7715.      * Gets the private 'doctrine.database_drop_command' shared service.
  7716.      *
  7717.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7718.      */
  7719.     protected function getDoctrine_DatabaseDropCommandService()
  7720.     {
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7724.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7725.         $instance->setName('doctrine:database:drop');
  7726.         return $instance;
  7727.     }
  7728.     /**
  7729.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7730.      *
  7731.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7732.      */
  7733.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7734.     {
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7739.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7740.         $instance->setName('doctrine:ensure-production-settings');
  7741.         return $instance;
  7742.     }
  7743.     /**
  7744.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  7745.      *
  7746.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  7747.      */
  7748.     protected function getDoctrine_FixturesLoadCommandService()
  7749.     {
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  7756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  7758.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  7759.         $a->addFixtures([]);
  7760.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  7761.         $instance->setName('doctrine:fixtures:load');
  7762.         return $instance;
  7763.     }
  7764.     /**
  7765.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7766.      *
  7767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7768.      */
  7769.     protected function getDoctrine_MappingConvertCommandService()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7775.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7776.         $instance->setName('doctrine:mapping:convert');
  7777.         return $instance;
  7778.     }
  7779.     /**
  7780.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7781.      *
  7782.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7783.      */
  7784.     protected function getDoctrine_MappingImportCommandService()
  7785.     {
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7789.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7790.         $instance->setName('doctrine:mapping:import');
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7795.      *
  7796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7797.      */
  7798.     protected function getDoctrine_MappingInfoCommandService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7804.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7805.         $instance->setName('doctrine:mapping:info');
  7806.         return $instance;
  7807.     }
  7808.     /**
  7809.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7810.      *
  7811.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7812.      */
  7813.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7816.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7817.     }
  7818.     /**
  7819.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7820.      *
  7821.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7822.      */
  7823.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7826.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7827.     }
  7828.     /**
  7829.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7830.      *
  7831.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7832.      */
  7833.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7837.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7838.     }
  7839.     /**
  7840.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7841.      *
  7842.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7843.      */
  7844.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7848.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7849.             return new \EmptyIterator();
  7850.         }, 0));
  7851.     }
  7852.     /**
  7853.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7854.      *
  7855.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7856.      */
  7857.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7858.     {
  7859.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7861.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7862.     }
  7863.     /**
  7864.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7865.      *
  7866.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7867.      */
  7868.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7872.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7873.     }
  7874.     /**
  7875.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7876.      *
  7877.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7878.      */
  7879.     protected function getDoctrine_Orm_Validator_UniqueService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7884.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7885.     }
  7886.     /**
  7887.      * Gets the private 'doctrine.query_dql_command' shared service.
  7888.      *
  7889.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7890.      */
  7891.     protected function getDoctrine_QueryDqlCommandService()
  7892.     {
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7897.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7898.         $instance->setName('doctrine:query:dql');
  7899.         return $instance;
  7900.     }
  7901.     /**
  7902.      * Gets the private 'doctrine.query_sql_command' shared service.
  7903.      *
  7904.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7905.      */
  7906.     protected function getDoctrine_QuerySqlCommandService()
  7907.     {
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7911.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7912.         $instance->setName('doctrine:query:sql');
  7913.         return $instance;
  7914.     }
  7915.     /**
  7916.      * Gets the private 'doctrine.schema_create_command' shared service.
  7917.      *
  7918.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7919.      */
  7920.     protected function getDoctrine_SchemaCreateCommandService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7927.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7928.         $instance->setName('doctrine:schema:create');
  7929.         return $instance;
  7930.     }
  7931.     /**
  7932.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7933.      *
  7934.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7935.      */
  7936.     protected function getDoctrine_SchemaDropCommandService()
  7937.     {
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7943.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7944.         $instance->setName('doctrine:schema:drop');
  7945.         return $instance;
  7946.     }
  7947.     /**
  7948.      * Gets the private 'doctrine.schema_update_command' shared service.
  7949.      *
  7950.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7951.      */
  7952.     protected function getDoctrine_SchemaUpdateCommandService()
  7953.     {
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7959.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7960.         $instance->setName('doctrine:schema:update');
  7961.         return $instance;
  7962.     }
  7963.     /**
  7964.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7965.      *
  7966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7967.      */
  7968.     protected function getDoctrine_SchemaValidateCommandService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7974.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7975.         $instance->setName('doctrine:schema:validate');
  7976.         return $instance;
  7977.     }
  7978.     /**
  7979.      * Gets the private 'doctrine.ulid_generator' shared service.
  7980.      *
  7981.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7982.      */
  7983.     protected function getDoctrine_UlidGeneratorService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7987.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7988.     }
  7989.     /**
  7990.      * Gets the private 'doctrine.uuid_generator' shared service.
  7991.      *
  7992.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7993.      */
  7994.     protected function getDoctrine_UuidGeneratorService()
  7995.     {
  7996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7998.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7999.     }
  8000.     /**
  8001.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8002.      *
  8003.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8004.      */
  8005.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8006.     {
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8009.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8010.         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()));
  8011.     }
  8012.     /**
  8013.      * Gets the private 'exception_listener' shared service.
  8014.      *
  8015.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8016.      */
  8017.     protected function getExceptionListenerService()
  8018.     {
  8019.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8020.     }
  8021.     /**
  8022.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8023.      *
  8024.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8025.      */
  8026.     protected function getForm_ChoiceListFactory_CachedService()
  8027.     {
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8032.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  8033.     }
  8034.     /**
  8035.      * Gets the private 'form.registry' shared service.
  8036.      *
  8037.      * @return \Symfony\Component\Form\FormRegistry
  8038.      */
  8039.     protected function getForm_RegistryService()
  8040.     {
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8048.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8049.             'App\\Form\\Type\\AbstractType' => ['privates''App\\Form\\Type\\AbstractType''getAbstractTypeService'false],
  8050.             'App\\Form\\Type\\Blog\\BlogPostImageType' => ['privates''App\\Form\\Type\\Blog\\BlogPostImageType''getBlogPostImageTypeService'false],
  8051.             'App\\Form\\Type\\Blog\\BlogPostType' => ['privates''App\\Form\\Type\\Blog\\BlogPostType''getBlogPostTypeService'false],
  8052.             'App\\Form\\Type\\Blog\\CategoryType' => ['privates''App\\Form\\Type\\Blog\\CategoryType''getCategoryTypeService'false],
  8053.             'App\\Form\\Type\\DeleteType' => ['privates''App\\Form\\Type\\DeleteType''getDeleteTypeService'false],
  8054.             'App\\Form\\Type\\DesignSchool\\Category\\CategoryType' => ['privates''App\\Form\\Type\\DesignSchool\\Category\\CategoryType''getCategoryType2Service'false],
  8055.             'App\\Form\\Type\\DesignSchool\\Post\\PostFilterType' => ['privates''App\\Form\\Type\\DesignSchool\\Post\\PostFilterType''getPostFilterTypeService'false],
  8056.             'App\\Form\\Type\\DesignSchool\\Post\\PostType' => ['privates''App\\Form\\Type\\DesignSchool\\Post\\PostType''getPostTypeService'false],
  8057.             'App\\Form\\Type\\DesignSchool\\SlugType' => ['privates''App\\Form\\Type\\DesignSchool\\SlugType''getSlugTypeService'false],
  8058.             'App\\Form\\Type\\DesignerResource\\CategoryType' => ['privates''App\\Form\\Type\\DesignerResource\\CategoryType''getCategoryType3Service'false],
  8059.             'App\\Form\\Type\\DesignerResource\\ResourceFiltersType' => ['privates''App\\Form\\Type\\DesignerResource\\ResourceFiltersType''getResourceFiltersTypeService'false],
  8060.             'App\\Form\\Type\\DesignerResource\\ResourceType' => ['privates''App\\Form\\Type\\DesignerResource\\ResourceType''getResourceTypeService'false],
  8061.             'App\\Form\\Type\\FAQ\\HTML\\MetadataType' => ['privates''App\\Form\\Type\\FAQ\\HTML\\MetadataType''getMetadataTypeService'false],
  8062.             'App\\Form\\Type\\FAQ\\Topic\\CreateTopicType' => ['privates''App\\Form\\Type\\FAQ\\Topic\\CreateTopicType''getCreateTopicTypeService'false],
  8063.             'App\\Form\\Type\\FAQ\\Topic\\TopicImageType' => ['privates''App\\Form\\Type\\FAQ\\Topic\\TopicImageType''getTopicImageTypeService'false],
  8064.             'App\\Form\\Type\\FAQ\\Topic\\TopicType' => ['privates''App\\Form\\Type\\FAQ\\Topic\\TopicType''getTopicTypeService'false],
  8065.             'App\\Form\\Type\\FAQ\\Translation\\CreateTranslationType' => ['privates''App\\Form\\Type\\FAQ\\Translation\\CreateTranslationType''getCreateTranslationTypeService'false],
  8066.             'App\\Form\\Type\\FAQ\\Translation\\TranslationFilterType' => ['privates''App\\Form\\Type\\FAQ\\Translation\\TranslationFilterType''getTranslationFilterTypeService'false],
  8067.             'App\\Form\\Type\\FAQ\\Translation\\UpdateTranslationType' => ['privates''App\\Form\\Type\\FAQ\\Translation\\UpdateTranslationType''getUpdateTranslationTypeService'false],
  8068.             'App\\Form\\Type\\HtmlType' => ['privates''App\\Form\\Type\\HtmlType''getHtmlTypeService'false],
  8069.             'App\\Form\\Type\\LanguageType' => ['privates''App\\Form\\Type\\LanguageType''getLanguageTypeService'false],
  8070.             'App\\Form\\Type\\Localization\\MessageFilterType' => ['privates''App\\Form\\Type\\Localization\\MessageFilterType''getMessageFilterTypeService'false],
  8071.             'App\\Form\\Type\\Localization\\MessageType' => ['privates''App\\Form\\Type\\Localization\\MessageType''getMessageTypeService'false],
  8072.             'App\\Form\\Type\\Localization\\Translation\\UpdateTranslationType' => ['privates''App\\Form\\Type\\Localization\\Translation\\UpdateTranslationType''getUpdateTranslationType2Service'false],
  8073.             'App\\Form\\Type\\PaginationType' => ['privates''App\\Form\\Type\\PaginationType''getPaginationTypeService'false],
  8074.             'App\\Form\\Type\\QuillType' => ['privates''App\\Form\\Type\\QuillType''getQuillTypeService'false],
  8075.             'App\\Form\\Type\\SearchCollection\\SearchCollectionFilterType' => ['privates''App\\Form\\Type\\SearchCollection\\SearchCollectionFilterType''getSearchCollectionFilterTypeService'false],
  8076.             'App\\Form\\Type\\SearchCollection\\SearchCollectionType' => ['privates''App\\Form\\Type\\SearchCollection\\SearchCollectionType''getSearchCollectionTypeService'false],
  8077.             'App\\Form\\Type\\SearchCollection\\TutorialType' => ['privates''App\\Form\\Type\\SearchCollection\\TutorialType''getTutorialTypeService'false],
  8078.             'App\\Form\\Type\\Security\\UserRolesType' => ['privates''App\\Form\\Type\\Security\\UserRolesType''getUserRolesTypeService'false],
  8079.             'App\\Form\\Type\\Security\\User\\CreateUserType' => ['privates''App\\Form\\Type\\Security\\User\\CreateUserType''getCreateUserTypeService'false],
  8080.             'App\\Form\\Type\\Security\\User\\TwoFactorAuthUserType' => ['privates''App\\Form\\Type\\Security\\User\\TwoFactorAuthUserType''getTwoFactorAuthUserTypeService'false],
  8081.             'App\\Form\\Type\\Security\\User\\UpdateUserType' => ['privates''App\\Form\\Type\\Security\\User\\UpdateUserType''getUpdateUserTypeService'false],
  8082.             'App\\Form\\Type\\Security\\User\\UserFilterType' => ['privates''App\\Form\\Type\\Security\\User\\UserFilterType''getUserFilterTypeService'false],
  8083.             'App\\Form\\Type\\SiteType' => ['privates''App\\Form\\Type\\SiteType''getSiteTypeService'false],
  8084.             'App\\Form\\Type\\SortByType' => ['privates''App\\Form\\Type\\SortByType''getSortByTypeService'false],
  8085.             'App\\Form\\Type\\TagType' => ['privates''App\\Form\\Type\\TagType''getTagTypeService'false],
  8086.             'App\\Form\\Type\\UploadableType' => ['privates''App\\Form\\Type\\UploadableType''getUploadableTypeService'false],
  8087.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  8088.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8089.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8090.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8091.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8092.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8093.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  8094.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  8095.         ], [
  8096.             'App\\Form\\Type\\AbstractType' => '?',
  8097.             'App\\Form\\Type\\Blog\\BlogPostImageType' => '?',
  8098.             'App\\Form\\Type\\Blog\\BlogPostType' => '?',
  8099.             'App\\Form\\Type\\Blog\\CategoryType' => '?',
  8100.             'App\\Form\\Type\\DeleteType' => '?',
  8101.             'App\\Form\\Type\\DesignSchool\\Category\\CategoryType' => '?',
  8102.             'App\\Form\\Type\\DesignSchool\\Post\\PostFilterType' => '?',
  8103.             'App\\Form\\Type\\DesignSchool\\Post\\PostType' => '?',
  8104.             'App\\Form\\Type\\DesignSchool\\SlugType' => '?',
  8105.             'App\\Form\\Type\\DesignerResource\\CategoryType' => '?',
  8106.             'App\\Form\\Type\\DesignerResource\\ResourceFiltersType' => '?',
  8107.             'App\\Form\\Type\\DesignerResource\\ResourceType' => '?',
  8108.             'App\\Form\\Type\\FAQ\\HTML\\MetadataType' => '?',
  8109.             'App\\Form\\Type\\FAQ\\Topic\\CreateTopicType' => '?',
  8110.             'App\\Form\\Type\\FAQ\\Topic\\TopicImageType' => '?',
  8111.             'App\\Form\\Type\\FAQ\\Topic\\TopicType' => '?',
  8112.             'App\\Form\\Type\\FAQ\\Translation\\CreateTranslationType' => '?',
  8113.             'App\\Form\\Type\\FAQ\\Translation\\TranslationFilterType' => '?',
  8114.             'App\\Form\\Type\\FAQ\\Translation\\UpdateTranslationType' => '?',
  8115.             'App\\Form\\Type\\HtmlType' => '?',
  8116.             'App\\Form\\Type\\LanguageType' => '?',
  8117.             'App\\Form\\Type\\Localization\\MessageFilterType' => '?',
  8118.             'App\\Form\\Type\\Localization\\MessageType' => '?',
  8119.             'App\\Form\\Type\\Localization\\Translation\\UpdateTranslationType' => '?',
  8120.             'App\\Form\\Type\\PaginationType' => '?',
  8121.             'App\\Form\\Type\\QuillType' => '?',
  8122.             'App\\Form\\Type\\SearchCollection\\SearchCollectionFilterType' => '?',
  8123.             'App\\Form\\Type\\SearchCollection\\SearchCollectionType' => '?',
  8124.             'App\\Form\\Type\\SearchCollection\\TutorialType' => '?',
  8125.             'App\\Form\\Type\\Security\\UserRolesType' => '?',
  8126.             'App\\Form\\Type\\Security\\User\\CreateUserType' => '?',
  8127.             'App\\Form\\Type\\Security\\User\\TwoFactorAuthUserType' => '?',
  8128.             'App\\Form\\Type\\Security\\User\\UpdateUserType' => '?',
  8129.             'App\\Form\\Type\\Security\\User\\UserFilterType' => '?',
  8130.             'App\\Form\\Type\\SiteType' => '?',
  8131.             'App\\Form\\Type\\SortByType' => '?',
  8132.             'App\\Form\\Type\\TagType' => '?',
  8133.             'App\\Form\\Type\\UploadableType' => '?',
  8134.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  8135.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8136.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8137.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8138.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8139.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8140.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  8141.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  8142.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8143.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8144.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8145.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8146.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8147.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8148.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8149.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8150.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8151.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8152.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8153.         }, 1)], new RewindableGenerator(function () {
  8154.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8155.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8156.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8157.     }
  8158.     /**
  8159.      * Gets the private 'form.server_params' shared service.
  8160.      *
  8161.      * @return \Symfony\Component\Form\Util\ServerParams
  8162.      */
  8163.     protected function getForm_ServerParamsService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8166.         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())));
  8167.     }
  8168.     /**
  8169.      * Gets the private 'form.type.choice' shared service.
  8170.      *
  8171.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8172.      */
  8173.     protected function getForm_Type_ChoiceService()
  8174.     {
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8178.         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()));
  8179.     }
  8180.     /**
  8181.      * Gets the private 'form.type.color' shared service.
  8182.      *
  8183.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8184.      */
  8185.     protected function getForm_Type_ColorService()
  8186.     {
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8190.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8191.     }
  8192.     /**
  8193.      * Gets the private 'form.type.entity' shared service.
  8194.      *
  8195.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8196.      */
  8197.     protected function getForm_Type_EntityService()
  8198.     {
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8203.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8204.     }
  8205.     /**
  8206.      * Gets the private 'form.type.form' shared service.
  8207.      *
  8208.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8209.      */
  8210.     protected function getForm_Type_FormService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8216.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8217.     }
  8218.     /**
  8219.      * Gets the private 'form.type_extension.csrf' shared service.
  8220.      *
  8221.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8222.      */
  8223.     protected function getForm_TypeExtension_CsrfService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8228.         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()));
  8229.     }
  8230.     /**
  8231.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8232.      *
  8233.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8234.      */
  8235.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8240.         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()));
  8241.     }
  8242.     /**
  8243.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8244.      *
  8245.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8246.      */
  8247.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8248.     {
  8249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8254.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  8255.     }
  8256.     /**
  8257.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8258.      *
  8259.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8260.      */
  8261.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8262.     {
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8266.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8267.     }
  8268.     /**
  8269.      * Gets the private 'form.type_extension.form.validator' shared service.
  8270.      *
  8271.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8272.      */
  8273.     protected function getForm_TypeExtension_Form_ValidatorService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8279.         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()));
  8280.     }
  8281.     /**
  8282.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8283.      *
  8284.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8285.      */
  8286.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8291.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8292.     }
  8293.     /**
  8294.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8295.      *
  8296.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8297.      */
  8298.     protected function getForm_TypeGuesser_DoctrineService()
  8299.     {
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8302.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8303.     }
  8304.     /**
  8305.      * Gets the private 'form.type_guesser.validator' shared service.
  8306.      *
  8307.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8308.      */
  8309.     protected function getForm_TypeGuesser_ValidatorService()
  8310.     {
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8313.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8314.     }
  8315.     /**
  8316.      * Gets the private 'fos_rest.body_listener' shared service.
  8317.      *
  8318.      * @return \FOS\RestBundle\EventListener\BodyListener
  8319.      */
  8320.     protected function getFosRest_BodyListenerService()
  8321.     {
  8322.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8323.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  8324.         ], [
  8325.             'fos_rest.decoder.json' => '?',
  8326.         ]), ['json' => 'fos_rest.decoder.json']), false);
  8327.         $instance->setDefaultFormat('json');
  8328.         return $instance;
  8329.     }
  8330.     /**
  8331.      * Gets the private 'fos_rest.decoder.json' shared service.
  8332.      *
  8333.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  8334.      */
  8335.     protected function getFosRest_Decoder_JsonService()
  8336.     {
  8337.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  8339.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  8340.     }
  8341.     /**
  8342.      * Gets the private 'fos_rest.format_listener' shared service.
  8343.      *
  8344.      * @return \FOS\RestBundle\EventListener\FormatListener
  8345.      */
  8346.     protected function getFosRest_FormatListenerService()
  8347.     {
  8348.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8349.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  8350.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => '2.0''fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  8351.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['prefer_extension' => false'fallback_format' => 'html''priorities' => [=> 'html'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  8352.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  8353.     }
  8354.     /**
  8355.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  8356.      *
  8357.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  8358.      */
  8359.     protected function getFosRest_ParamFetcherListenerService()
  8360.     {
  8361.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  8362.     }
  8363.     /**
  8364.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  8365.      *
  8366.      * @return \FOS\RestBundle\Request\ParamFetcher
  8367.      */
  8368.     protected function getFosRest_Request_ParamFetcherService()
  8369.     {
  8370.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8371.     }
  8372.     /**
  8373.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  8374.      *
  8375.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  8376.      */
  8377.     protected function getFosRest_Serializer_FormErrorHandlerService()
  8378.     {
  8379.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  8382.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  8383.     }
  8384.     /**
  8385.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  8386.      *
  8387.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  8388.      */
  8389.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  8390.     {
  8391.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  8394.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8395.             'App\\Serializer\\SubscribingHandler\\I18nHandler' => ['privates''App\\Serializer\\SubscribingHandler\\I18nHandler''getI18nHandlerService'false],
  8396.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  8397.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  8398.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  8399.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  8400.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  8401.         ], [
  8402.             'App\\Serializer\\SubscribingHandler\\I18nHandler' => '?',
  8403.             'jms_serializer.array_collection_handler' => '?',
  8404.             'jms_serializer.constraint_violation_handler' => '?',
  8405.             'jms_serializer.datetime_handler' => '?',
  8406.             'jms_serializer.iterator_handler' => '?',
  8407.             'fos_rest.serializer.form_error_handler' => '?',
  8408.         ]), [=> ['i18n' => ['json' => [=> 'App\\Serializer\\SubscribingHandler\\I18nHandler'=> 'serialize']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  8409.     }
  8410.     /**
  8411.      * Gets the private 'fos_rest.view_response_listener' shared service.
  8412.      *
  8413.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  8414.      */
  8415.     protected function getFosRest_ViewResponseListenerService()
  8416.     {
  8417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  8418.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  8419.     }
  8420.     /**
  8421.      * Gets the private 'fragment.renderer.inline' shared service.
  8422.      *
  8423.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8424.      */
  8425.     protected function getFragment_Renderer_InlineService()
  8426.     {
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8430.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8431.         $instance->setFragmentPath('/_fragment');
  8432.         return $instance;
  8433.     }
  8434.     /**
  8435.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8436.      *
  8437.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8438.      */
  8439.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8440.     {
  8441.         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())));
  8442.     }
  8443.     /**
  8444.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8445.      *
  8446.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8447.      */
  8448.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8449.     {
  8450.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  8451.     }
  8452.     /**
  8453.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  8454.      *
  8455.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  8456.      */
  8457.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  8461.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  8462.     }
  8463.     /**
  8464.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  8465.      *
  8466.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  8467.      */
  8468.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  8469.     {
  8470.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  8472.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  8473.     }
  8474.     /**
  8475.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  8476.      *
  8477.      * @return \JMS\Serializer\Handler\DateHandler
  8478.      */
  8479.     protected function getJmsSerializer_DatetimeHandlerService()
  8480.     {
  8481.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  8483.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/London'true);
  8484.     }
  8485.     /**
  8486.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  8487.      *
  8488.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  8489.      */
  8490.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  8494.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  8495.     }
  8496.     /**
  8497.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  8498.      *
  8499.      * @return \JMS\Serializer\Handler\IteratorHandler
  8500.      */
  8501.     protected function getJmsSerializer_IteratorHandlerService()
  8502.     {
  8503.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  8505.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  8506.     }
  8507.     /**
  8508.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  8509.      *
  8510.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  8511.      */
  8512.     protected function getJmsSerializer_StopwatchSubscriberService()
  8513.     {
  8514.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  8516.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8517.     }
  8518.     /**
  8519.      * Gets the private 'knp_gaufrette.command.filesystem_keys' shared service.
  8520.      *
  8521.      * @return \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand
  8522.      */
  8523.     protected function getKnpGaufrette_Command_FilesystemKeysService()
  8524.     {
  8525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/Command/FilesystemKeysCommand.php';
  8527.         $this->privates['knp_gaufrette.command.filesystem_keys'] = $instance = new \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand(($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()));
  8528.         $instance->setName('gaufrette:filesystem:keys');
  8529.         return $instance;
  8530.     }
  8531.     /**
  8532.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  8533.      *
  8534.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  8535.      */
  8536.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  8537.     {
  8538.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  8539.     }
  8540.     /**
  8541.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  8542.      *
  8543.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  8544.      */
  8545.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  8546.     {
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  8554.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]));
  8555.     }
  8556.     /**
  8557.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  8558.      *
  8559.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  8560.      */
  8561.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8568.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  8569.     }
  8570.     /**
  8571.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  8572.      *
  8573.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  8574.      */
  8575.     protected function getLiipImagine_Command_CacheRemoveService()
  8576.     {
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  8580.         $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()));
  8581.         $instance->setName('liip:imagine:cache:remove');
  8582.         return $instance;
  8583.     }
  8584.     /**
  8585.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  8586.      *
  8587.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  8588.      */
  8589.     protected function getLiipImagine_Command_CacheResolveService()
  8590.     {
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8592.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  8594.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  8595.         $instance->setName('liip:imagine:cache:resolve');
  8596.         return $instance;
  8597.     }
  8598.     /**
  8599.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  8600.      *
  8601.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  8602.      */
  8603.     protected function getLiipImagine_Filter_ConfigurationService()
  8604.     {
  8605.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->getParameter('liip_imagine.filter_sets'));
  8606.     }
  8607.     /**
  8608.      * Gets the private 'liip_imagine.form.type.image' shared service.
  8609.      *
  8610.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  8611.      */
  8612.     protected function getLiipImagine_Form_Type_ImageService()
  8613.     {
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  8617.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  8618.     }
  8619.     /**
  8620.      * Gets the private 'liip_imagine.imagick' shared service.
  8621.      *
  8622.      * @return \Imagine\Imagick\Imagine
  8623.      */
  8624.     protected function getLiipImagine_ImagickService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  8634.         $this->privates['liip_imagine.imagick'] = $instance = new \Imagine\Imagick\Imagine();
  8635.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  8636.         return $instance;
  8637.     }
  8638.     /**
  8639.      * Gets the private 'liip_imagine.service.filter' shared service.
  8640.      *
  8641.      * @return \Liip\ImagineBundle\Service\FilterService
  8642.      */
  8643.     protected function getLiipImagine_Service_FilterService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  8646.         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()));
  8647.     }
  8648.     /**
  8649.      * Gets the private 'locale_aware_listener' shared service.
  8650.      *
  8651.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8652.      */
  8653.     protected function getLocaleAwareListenerService()
  8654.     {
  8655.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8656.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  8657.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8658.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8659.     }
  8660.     /**
  8661.      * Gets the private 'locale_listener' shared service.
  8662.      *
  8663.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8664.      */
  8665.     protected function getLocaleListenerService()
  8666.     {
  8667.         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, []);
  8668.     }
  8669.     /**
  8670.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8671.      *
  8672.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8673.      */
  8674.     protected function getMaker_AutoCommand_MakeAuthService()
  8675.     {
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8682.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8683.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8684.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  8685.         $instance->setName('make:auth');
  8686.         return $instance;
  8687.     }
  8688.     /**
  8689.      * Gets the private 'maker.auto_command.make_command' shared service.
  8690.      *
  8691.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8692.      */
  8693.     protected function getMaker_AutoCommand_MakeCommandService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8700.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8701.         $instance->setName('make:command');
  8702.         return $instance;
  8703.     }
  8704.     /**
  8705.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8706.      *
  8707.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8708.      */
  8709.     protected function getMaker_AutoCommand_MakeControllerService()
  8710.     {
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8716.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8717.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8718.         $instance->setName('make:controller');
  8719.         return $instance;
  8720.     }
  8721.     /**
  8722.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8723.      *
  8724.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8725.      */
  8726.     protected function getMaker_AutoCommand_MakeCrudService()
  8727.     {
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8733.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8734.         $instance->setName('make:crud');
  8735.         return $instance;
  8736.     }
  8737.     /**
  8738.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8739.      *
  8740.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8741.      */
  8742.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8743.     {
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8749.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8750.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8751.         $instance->setName('make:docker:database');
  8752.         return $instance;
  8753.     }
  8754.     /**
  8755.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8756.      *
  8757.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8758.      */
  8759.     protected function getMaker_AutoCommand_MakeEntityService()
  8760.     {
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8767.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8768.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8769.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  8770.         $instance->setName('make:entity');
  8771.         return $instance;
  8772.     }
  8773.     /**
  8774.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8775.      *
  8776.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8777.      */
  8778.     protected function getMaker_AutoCommand_MakeFixturesService()
  8779.     {
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8785.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8786.         $instance->setName('make:fixtures');
  8787.         return $instance;
  8788.     }
  8789.     /**
  8790.      * Gets the private 'maker.auto_command.make_form' shared service.
  8791.      *
  8792.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8793.      */
  8794.     protected function getMaker_AutoCommand_MakeFormService()
  8795.     {
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8801.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8802.         $instance->setName('make:form');
  8803.         return $instance;
  8804.     }
  8805.     /**
  8806.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  8807.      *
  8808.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8809.      */
  8810.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  8817.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8818.         $instance->setName('make:functional-test');
  8819.         return $instance;
  8820.     }
  8821.     /**
  8822.      * Gets the private 'maker.auto_command.make_message' shared service.
  8823.      *
  8824.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8825.      */
  8826.     protected function getMaker_AutoCommand_MakeMessageService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8833.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8834.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8835.         $instance->setName('make:message');
  8836.         return $instance;
  8837.     }
  8838.     /**
  8839.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8840.      *
  8841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8842.      */
  8843.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8850.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8851.         $instance->setName('make:messenger-middleware');
  8852.         return $instance;
  8853.     }
  8854.     /**
  8855.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8856.      *
  8857.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8858.      */
  8859.     protected function getMaker_AutoCommand_MakeMigrationService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8867.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8868.         $instance->setName('make:migration');
  8869.         return $instance;
  8870.     }
  8871.     /**
  8872.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8873.      *
  8874.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8875.      */
  8876.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8877.     {
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8883.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8884.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8885.         $instance->setName('make:registration-form');
  8886.         return $instance;
  8887.     }
  8888.     /**
  8889.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8890.      *
  8891.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8892.      */
  8893.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8900.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8901.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8902.         $instance->setName('make:reset-password');
  8903.         return $instance;
  8904.     }
  8905.     /**
  8906.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8907.      *
  8908.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8909.      */
  8910.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8917.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8918.         $instance->setName('make:serializer:encoder');
  8919.         return $instance;
  8920.     }
  8921.     /**
  8922.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8923.      *
  8924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8925.      */
  8926.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8933.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8934.         $instance->setName('make:serializer:normalizer');
  8935.         return $instance;
  8936.     }
  8937.     /**
  8938.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8939.      *
  8940.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8941.      */
  8942.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8950.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8951.         $instance->setName('make:subscriber');
  8952.         return $instance;
  8953.     }
  8954.     /**
  8955.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8956.      *
  8957.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8958.      */
  8959.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8960.     {
  8961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8966.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8967.         $instance->setName('make:twig-extension');
  8968.         return $instance;
  8969.     }
  8970.     /**
  8971.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  8972.      *
  8973.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8974.      */
  8975.     protected function getMaker_AutoCommand_MakeUnitTestService()
  8976.     {
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  8982.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8983.         $instance->setName('make:unit-test');
  8984.         return $instance;
  8985.     }
  8986.     /**
  8987.      * Gets the private 'maker.auto_command.make_user' shared service.
  8988.      *
  8989.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8990.      */
  8991.     protected function getMaker_AutoCommand_MakeUserService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9000.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9001.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9002.         $instance->setName('make:user');
  9003.         return $instance;
  9004.     }
  9005.     /**
  9006.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9007.      *
  9008.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9009.      */
  9010.     protected function getMaker_AutoCommand_MakeValidatorService()
  9011.     {
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9017.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9018.         $instance->setName('make:validator');
  9019.         return $instance;
  9020.     }
  9021.     /**
  9022.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9023.      *
  9024.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9025.      */
  9026.     protected function getMaker_AutoCommand_MakeVoterService()
  9027.     {
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9033.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9034.         $instance->setName('make:voter');
  9035.         return $instance;
  9036.     }
  9037.     /**
  9038.      * Gets the private 'maker.doctrine_helper' shared service.
  9039.      *
  9040.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9041.      */
  9042.     protected function getMaker_DoctrineHelperService()
  9043.     {
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9045.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  9046.     }
  9047.     /**
  9048.      * Gets the private 'maker.entity_class_generator' shared service.
  9049.      *
  9050.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9051.      */
  9052.     protected function getMaker_EntityClassGeneratorService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9055.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9056.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9057.         return $instance;
  9058.     }
  9059.     /**
  9060.      * Gets the private 'maker.file_manager' shared service.
  9061.      *
  9062.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9063.      */
  9064.     protected function getMaker_FileManagerService()
  9065.     {
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9070.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9071.     }
  9072.     /**
  9073.      * Gets the private 'maker.generator' shared service.
  9074.      *
  9075.      * @return \Symfony\Bundle\MakerBundle\Generator
  9076.      */
  9077.     protected function getMaker_GeneratorService()
  9078.     {
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9080.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  9081.     }
  9082.     /**
  9083.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9084.      *
  9085.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9086.      */
  9087.     protected function getMaker_Renderer_FormTypeRendererService()
  9088.     {
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9090.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9091.     }
  9092.     /**
  9093.      * Gets the private 'monolog.handler.console' shared service.
  9094.      *
  9095.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9096.      */
  9097.     protected function getMonolog_Handler_ConsoleService()
  9098.     {
  9099.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9100.     }
  9101.     /**
  9102.      * Gets the private 'monolog.handler.main' shared service.
  9103.      *
  9104.      * @return \Monolog\Handler\StreamHandler
  9105.      */
  9106.     protected function getMonolog_Handler_MainService()
  9107.     {
  9108.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9109.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9110.         return $instance;
  9111.     }
  9112.     /**
  9113.      * Gets the private 'monolog.logger' shared service.
  9114.      *
  9115.      * @return \Symfony\Bridge\Monolog\Logger
  9116.      */
  9117.     protected function getMonolog_LoggerService()
  9118.     {
  9119.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9120.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9121.         $instance->useMicrosecondTimestamps(true);
  9122.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9123.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9124.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9125.         return $instance;
  9126.     }
  9127.     /**
  9128.      * Gets the private 'monolog.logger.cache' shared service.
  9129.      *
  9130.      * @return \Symfony\Bridge\Monolog\Logger
  9131.      */
  9132.     protected function getMonolog_Logger_CacheService()
  9133.     {
  9134.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9135.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9136.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9137.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9138.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9139.         return $instance;
  9140.     }
  9141.     /**
  9142.      * Gets the private 'monolog.logger.request' shared service.
  9143.      *
  9144.      * @return \Symfony\Bridge\Monolog\Logger
  9145.      */
  9146.     protected function getMonolog_Logger_RequestService()
  9147.     {
  9148.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9149.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9150.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9151.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9152.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9153.         return $instance;
  9154.     }
  9155.     /**
  9156.      * Gets the private 'monolog.logger.security' shared service.
  9157.      *
  9158.      * @return \Symfony\Bridge\Monolog\Logger
  9159.      */
  9160.     protected function getMonolog_Logger_SecurityService()
  9161.     {
  9162.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9163.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9164.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9165.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9166.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9167.         return $instance;
  9168.     }
  9169.     /**
  9170.      * Gets the private 'parameter_bag' shared service.
  9171.      *
  9172.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9173.      */
  9174.     protected function getParameterBagService()
  9175.     {
  9176.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9177.     }
  9178.     /**
  9179.      * Gets the private 'profiler_listener' shared service.
  9180.      *
  9181.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9182.      */
  9183.     protected function getProfilerListenerService()
  9184.     {
  9185.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  9186.     }
  9187.     /**
  9188.      * Gets the private 'property_accessor' shared service.
  9189.      *
  9190.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9191.      */
  9192.     protected function getPropertyAccessorService()
  9193.     {
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  9200.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9201.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9202.     }
  9203.     /**
  9204.      * Gets the private 'router.cache_warmer' shared service.
  9205.      *
  9206.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9207.      */
  9208.     protected function getRouter_CacheWarmerService()
  9209.     {
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9212.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9213.             'router' => ['services''router''getRouterService'false],
  9214.         ], [
  9215.             'router' => '?',
  9216.         ]))->withContext('router.cache_warmer'$this));
  9217.     }
  9218.     /**
  9219.      * Gets the private 'router.expression_language_provider' shared service.
  9220.      *
  9221.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9222.      */
  9223.     protected function getRouter_ExpressionLanguageProviderService()
  9224.     {
  9225.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9226.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9227.         ], [
  9228.             'env' => 'Closure',
  9229.         ]));
  9230.     }
  9231.     /**
  9232.      * Gets the private 'router.request_context' shared service.
  9233.      *
  9234.      * @return \Symfony\Component\Routing\RequestContext
  9235.      */
  9236.     protected function getRouter_RequestContextService()
  9237.     {
  9238.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9239.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9240.         return $instance;
  9241.     }
  9242.     /**
  9243.      * Gets the private 'router_listener' shared service.
  9244.      *
  9245.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9246.      */
  9247.     protected function getRouterListenerService()
  9248.     {
  9249.         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);
  9250.     }
  9251.     /**
  9252.      * Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
  9253.      *
  9254.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
  9255.      */
  9256.     protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad true)
  9257.     {
  9258.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticatedTokenHandler.php';
  9260.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler($this->getSchebTwoFactor_IpWhitelistHandlerService(), $this->parameters['scheb_two_factor.security_tokens']);
  9261.     }
  9262.     /**
  9263.      * Gets the private 'scheb_two_factor.condition_handler' shared service.
  9264.      *
  9265.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler
  9266.      */
  9267.     protected function getSchebTwoFactor_ConditionHandlerService($lazyLoad true)
  9268.     {
  9269.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/ConditionAuthenticationHandler.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/DefaultTwoFactorCondition.php';
  9273.         return $this->privates['scheb_two_factor.condition_handler'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler($this->getSchebTwoFactor_AuthenticatedTokenHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\DefaultTwoFactorCondition());
  9274.     }
  9275.     /**
  9276.      * Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
  9277.      *
  9278.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
  9279.      */
  9280.     protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad true)
  9281.     {
  9282.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/IpWhitelistHandler.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  9286.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler($this->getSchebTwoFactor_ProviderHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  9287.     }
  9288.     /**
  9289.      * Gets the private 'scheb_two_factor.provider_handler' shared service.
  9290.      *
  9291.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
  9292.      */
  9293.     protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad true)
  9294.     {
  9295.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/TwoFactorProviderHandler.php';
  9297.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  9298.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  9299.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())));
  9300.     }
  9301.     /**
  9302.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  9303.      *
  9304.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  9305.      */
  9306.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  9307.     {
  9308.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9309.     }
  9310.     /**
  9311.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  9312.      *
  9313.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  9314.      */
  9315.     protected function getSchebTwoFactor_ProviderRegistryService()
  9316.     {
  9317.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  9318.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->getSchebTwoFactor_Security_Google_ProviderService());
  9319.         }, 1));
  9320.     }
  9321.     /**
  9322.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  9323.      *
  9324.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  9325.      */
  9326.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  9327.     {
  9328.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  9329.     }
  9330.     /**
  9331.      * Gets the private 'scheb_two_factor.security.google.default_form_renderer' shared service.
  9332.      *
  9333.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  9334.      */
  9335.     protected function getSchebTwoFactor_Security_Google_DefaultFormRendererService($lazyLoad true)
  9336.     {
  9337.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  9339.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'security/2fa_form.html.twig');
  9340.     }
  9341.     /**
  9342.      * Gets the private 'scheb_two_factor.security.google.provider' shared service.
  9343.      *
  9344.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTwoFactorProvider
  9345.      */
  9346.     protected function getSchebTwoFactor_Security_Google_ProviderService()
  9347.     {
  9348.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php';
  9350.         return $this->privates['scheb_two_factor.security.google.provider'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTwoFactorProvider(($this->services['scheb_two_factor.security.google_authenticator'] ?? $this->getSchebTwoFactor_Security_GoogleAuthenticatorService()), $this->getSchebTwoFactor_Security_Google_DefaultFormRendererService());
  9351.     }
  9352.     /**
  9353.      * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  9354.      *
  9355.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  9356.      */
  9357.     protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  9358.     {
  9359.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  9361.         return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener(($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()));
  9362.     }
  9363.     /**
  9364.      * Gets the private 'secrets.vault' shared service.
  9365.      *
  9366.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9367.      */
  9368.     protected function getSecrets_VaultService()
  9369.     {
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9374.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9375.     }
  9376.     /**
  9377.      * Gets the private 'security.access_listener' shared service.
  9378.      *
  9379.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9380.      */
  9381.     protected function getSecurity_AccessListenerService()
  9382.     {
  9383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9386.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9387.     }
  9388.     /**
  9389.      * Gets the private 'security.access_map' shared service.
  9390.      *
  9391.      * @return \Symfony\Component\Security\Http\AccessMap
  9392.      */
  9393.     protected function getSecurity_AccessMapService()
  9394.     {
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9397.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9398.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9399.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [=> 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  9400.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9401.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  9402.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  9403.         return $instance;
  9404.     }
  9405.     /**
  9406.      * Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
  9407.      *
  9408.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  9409.      */
  9410.     protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
  9411.     {
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/FirewallListenerInterface.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  9417.         return $this->privates['security.authentication.access_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  9418.     }
  9419.     /**
  9420.      * Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
  9421.      *
  9422.      * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  9423.      */
  9424.     protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
  9425.     {
  9426.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  9427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9428.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  9429.         return $this->privates['security.authentication.authentication_required_handler.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), []);
  9430.     }
  9431.     /**
  9432.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  9433.      *
  9434.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  9435.      */
  9436.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  9437.     {
  9438.         return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9439.     }
  9440.     /**
  9441.      * Gets the private 'security.authentication.guard_handler' shared service.
  9442.      *
  9443.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9444.      *
  9445.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9446.      */
  9447.     protected function getSecurity_Authentication_GuardHandlerService()
  9448.     {
  9449.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9452.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api']);
  9453.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  9454.         return $instance;
  9455.     }
  9456.     /**
  9457.      * Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
  9458.      *
  9459.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  9460.      */
  9461.     protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  9464.         return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener('main', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9465.     }
  9466.     /**
  9467.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9468.      *
  9469.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9470.      *
  9471.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9472.      */
  9473.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9474.     {
  9475.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9476.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9477.     }
  9478.     /**
  9479.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9480.      *
  9481.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9482.      *
  9483.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  9484.      */
  9485.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9486.     {
  9487.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  9488.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  9489.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9490.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9491.     }
  9492.     /**
  9493.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9494.      *
  9495.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9496.      *
  9497.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  9498.      */
  9499.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9500.     {
  9501.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  9502.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  9503.             yield => ($this->privates['App\\Security\\Authenticator\\UsernameAuthenticator'] ?? $this->getUsernameAuthenticatorService());
  9504.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9505.     }
  9506.     /**
  9507.      * Gets the private 'security.authentication.listener.two_factor.main' shared service.
  9508.      *
  9509.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener
  9510.      */
  9511.     protected function getSecurity_Authentication_Listener_TwoFactor_MainService()
  9512.     {
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorListener.php';
  9516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9520.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  9523.         $a = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  9524.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9525.         return $this->privates['security.authentication.listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), $a, new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b$a, []), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$a), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9526.     }
  9527.     /**
  9528.      * Gets the private 'security.authentication.manager' shared service.
  9529.      *
  9530.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9531.      *
  9532.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9533.      */
  9534.     protected function getSecurity_Authentication_ManagerService()
  9535.     {
  9536.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9537.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9538.             yield => ($this->privates['security.authentication.provider.guard.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService());
  9539.             yield => ($this->privates['security.authentication.provider.guard.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecoratorService());
  9540.             yield => ($this->privates['security.authentication.provider.two_factor.main'] ?? $this->getSecurity_Authentication_Provider_TwoFactor_MainService());
  9541.             yield => ($this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService());
  9542.         }, 4), true);
  9543.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9544.         return $instance;
  9545.     }
  9546.     /**
  9547.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator' shared service.
  9548.      *
  9549.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9550.      */
  9551.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9555.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9558.         return $this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9559.     }
  9560.     /**
  9561.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator.inner' shared service.
  9562.      *
  9563.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9564.      *
  9565.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9566.      */
  9567.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService()
  9568.     {
  9569.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9570.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9571.     }
  9572.     /**
  9573.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator' shared service.
  9574.      *
  9575.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9576.      */
  9577.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService()
  9578.     {
  9579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9584.         return $this->privates['security.authentication.provider.guard.api.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9585.     }
  9586.     /**
  9587.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator.inner' shared service.
  9588.      *
  9589.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9590.      *
  9591.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9592.      */
  9593.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService()
  9594.     {
  9595.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9598.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9599.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9600.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  9601.     }
  9602.     /**
  9603.      * Gets the private 'security.authentication.provider.guard.main.two_factor_decorator' shared service.
  9604.      *
  9605.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9606.      */
  9607.     protected function getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecoratorService()
  9608.     {
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9612.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9613.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9614.         return $this->privates['security.authentication.provider.guard.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9615.     }
  9616.     /**
  9617.      * Gets the private 'security.authentication.provider.guard.main.two_factor_decorator.inner' shared service.
  9618.      *
  9619.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9620.      *
  9621.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9622.      */
  9623.     protected function getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecorator_InnerService()
  9624.     {
  9625.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9628.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9629.             yield => ($this->privates['App\\Security\\Authenticator\\UsernameAuthenticator'] ?? $this->getUsernameAuthenticatorService());
  9630.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  9631.     }
  9632.     /**
  9633.      * Gets the private 'security.authentication.provider.two_factor.main' shared service.
  9634.      *
  9635.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider
  9636.      */
  9637.     protected function getSecurity_Authentication_Provider_TwoFactor_MainService()
  9638.     {
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9641.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/TwoFactorAuthenticationProvider.php';
  9642.         return $this->privates['security.authentication.provider.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), NULL, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()));
  9643.     }
  9644.     /**
  9645.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  9646.      *
  9647.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  9648.      */
  9649.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  9650.     {
  9651.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  9652.     }
  9653.     /**
  9654.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9655.      *
  9656.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9657.      */
  9658.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9659.     {
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9665.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  9666.     }
  9667.     /**
  9668.      * Gets the private 'security.authentication_utils' shared service.
  9669.      *
  9670.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9671.      */
  9672.     protected function getSecurity_AuthenticationUtilsService()
  9673.     {
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9675.         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())));
  9676.     }
  9677.     /**
  9678.      * Gets the private 'security.channel_listener' shared service.
  9679.      *
  9680.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9681.      */
  9682.     protected function getSecurity_ChannelListenerService()
  9683.     {
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9687.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9688.         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());
  9689.     }
  9690.     /**
  9691.      * Gets the private 'security.command.debug_firewall' shared service.
  9692.      *
  9693.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9694.      */
  9695.     protected function getSecurity_Command_DebugFirewallService()
  9696.     {
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9699.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service()), ($this->privates['.service_locator.p3KTscm'] ?? $this->get_ServiceLocator_P3KTscmService()), [], false);
  9700.         $instance->setName('debug:firewall');
  9701.         $instance->setDescription('Display information about your security firewall(s)');
  9702.         return $instance;
  9703.     }
  9704.     /**
  9705.      * Gets the private 'security.command.user_password_encoder' shared service.
  9706.      *
  9707.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9708.      *
  9709.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9710.      */
  9711.     protected function getSecurity_Command_UserPasswordEncoderService()
  9712.     {
  9713.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9714.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\Security\\User']);
  9715.         $instance->setName('security:encode-password');
  9716.         $instance->setDescription('Encode a password');
  9717.         return $instance;
  9718.     }
  9719.     /**
  9720.      * Gets the private 'security.command.user_password_hash' shared service.
  9721.      *
  9722.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9723.      */
  9724.     protected function getSecurity_Command_UserPasswordHashService()
  9725.     {
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9728.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\Security\\User']);
  9729.         $instance->setName('security:hash-password');
  9730.         $instance->setDescription('Hash a user password');
  9731.         return $instance;
  9732.     }
  9733.     /**
  9734.      * Gets the private 'security.context_listener.0' shared service.
  9735.      *
  9736.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9737.      */
  9738.     protected function getSecurity_ContextListener_0Service()
  9739.     {
  9740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9743.         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 () {
  9744.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9745.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9746.     }
  9747.     /**
  9748.      * Gets the private 'security.csrf.token_storage' shared service.
  9749.      *
  9750.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9751.      */
  9752.     protected function getSecurity_Csrf_TokenStorageService()
  9753.     {
  9754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9757.         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())));
  9758.     }
  9759.     /**
  9760.      * Gets the private 'security.encoder_factory.generic' shared service.
  9761.      *
  9762.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9763.      *
  9764.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9765.      */
  9766.     protected function getSecurity_EncoderFactory_GenericService()
  9767.     {
  9768.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9769.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Security\\User' => ['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]]);
  9770.     }
  9771.     /**
  9772.      * Gets the private 'security.event_dispatcher.api' shared service.
  9773.      *
  9774.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9775.      */
  9776.     protected function getSecurity_EventDispatcher_ApiService()
  9777.     {
  9778.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9779.         $instance->addListener('security.authentication.success', [=> function () {
  9780.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  9781.         }, => 'onLogin'], 9223372036854775807);
  9782.         $instance->addListener('security.authentication.success', [=> function () {
  9783.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9784.         }, => 'onLogin'], 9223372036854775806);
  9785.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9786.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9787.         }, => 'checkPassport'], 0);
  9788.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9789.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9790.         }, => 'onSuccessfulLogin'], -63);
  9791.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9792.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9793.         }, => 'onLogout'], 0);
  9794.         return $instance;
  9795.     }
  9796.     /**
  9797.      * Gets the private 'security.event_dispatcher.main' shared service.
  9798.      *
  9799.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9800.      */
  9801.     protected function getSecurity_EventDispatcher_MainService()
  9802.     {
  9803.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9805.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  9806.         }, => 'onLogout'], 64);
  9807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9808.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9809.         }, => 'onLogout'], 0);
  9810.         $instance->addListener('security.authentication.success', [=> function () {
  9811.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  9812.         }, => 'onLogin'], 9223372036854775807);
  9813.         $instance->addListener('security.authentication.success', [=> function () {
  9814.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9815.         }, => 'onLogin'], 9223372036854775806);
  9816.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9817.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9818.         }, => 'checkPassport'], 0);
  9819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9820.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9821.         }, => 'onSuccessfulLogin'], -63);
  9822.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9823.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9824.         }, => 'onLogout'], 0);
  9825.         return $instance;
  9826.     }
  9827.     /**
  9828.      * Gets the private 'security.firewall.map' shared service.
  9829.      *
  9830.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9831.      */
  9832.     protected function getSecurity_Firewall_MapService()
  9833.     {
  9834.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service()), new RewindableGenerator(function () {
  9835.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  9836.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9837.             yield 'security.firewall.map.context.main' => NULL;
  9838.         }, 3));
  9839.     }
  9840.     /**
  9841.      * Gets the private 'security.firewall.map.context.api' shared service.
  9842.      *
  9843.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9844.      */
  9845.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9846.     {
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9851.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9852.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9853.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  9854.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9855.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.app_user_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  9856.     }
  9857.     /**
  9858.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9859.      *
  9860.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9861.      */
  9862.     protected function getSecurity_Firewall_Map_Context_DevService()
  9863.     {
  9864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9866.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9867.             return new \EmptyIterator();
  9868.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9869.     }
  9870.     /**
  9871.      * Gets the private 'security.firewall.map.context.main' shared service.
  9872.      *
  9873.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  9874.      */
  9875.     protected function getSecurity_Firewall_Map_Context_MainService()
  9876.     {
  9877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9885.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9886.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9887.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  9888.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9889.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9890.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  9891.             yield => ($this->privates['security.authentication.listener.two_factor.main'] ?? $this->getSecurity_Authentication_Listener_TwoFactor_MainService());
  9892.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9893.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  9894.             yield => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
  9895.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9896.         }, 8), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b'main', ($this->privates['App\\Security\\Authenticator\\UsernameAuthenticator'] ?? $this->getUsernameAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\Authenticator\\UsernameAuthenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'two_factor'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  9897.     }
  9898.     /**
  9899.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  9900.      *
  9901.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  9902.      */
  9903.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  9904.     {
  9905.         return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login''check_path' => '2fa_login_check''enable_csrf' => true'csrf_parameter' => '_csrf_security_token''post_only' => true'always_use_default_target_path' => false'default_target_path' => '/''success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => false'multi_factor' => false'prepare_on_login' => false'prepare_on_access_denied' => false'csrf_token_id' => 'two_factor''provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  9906.     }
  9907.     /**
  9908.      * Gets the private 'security.helper' shared service.
  9909.      *
  9910.      * @return \Symfony\Component\Security\Core\Security
  9911.      */
  9912.     protected function getSecurity_HelperService()
  9913.     {
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  9915.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9916.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9917.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9918.         ], [
  9919.             'security.authorization_checker' => '?',
  9920.             'security.token_storage' => '?',
  9921.         ]));
  9922.     }
  9923.     /**
  9924.      * Gets the private 'security.http_utils' shared service.
  9925.      *
  9926.      * @return \Symfony\Component\Security\Http\HttpUtils
  9927.      */
  9928.     protected function getSecurity_HttpUtilsService()
  9929.     {
  9930.         $a = ($this->services['router'] ?? $this->getRouterService());
  9931.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9932.     }
  9933.     /**
  9934.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9935.      *
  9936.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9937.      */
  9938.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9939.     {
  9940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9941.         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()));
  9942.     }
  9943.     /**
  9944.      * Gets the private 'security.logout.listener.default.main' shared service.
  9945.      *
  9946.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9947.      */
  9948.     protected function getSecurity_Logout_Listener_Default_MainService()
  9949.     {
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9951.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_login');
  9952.     }
  9953.     /**
  9954.      * Gets the private 'security.logout_url_generator' shared service.
  9955.      *
  9956.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9957.      */
  9958.     protected function getSecurity_LogoutUrlGeneratorService()
  9959.     {
  9960.         $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()));
  9961.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  9962.         return $instance;
  9963.     }
  9964.     /**
  9965.      * Gets the private 'security.password_hasher_factory' shared service.
  9966.      *
  9967.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  9968.      */
  9969.     protected function getSecurity_PasswordHasherFactoryService()
  9970.     {
  9971.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9973.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Security\\User' => ['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]]);
  9974.     }
  9975.     /**
  9976.      * Gets the private 'security.role_hierarchy' shared service.
  9977.      *
  9978.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9979.      */
  9980.     protected function getSecurity_RoleHierarchyService()
  9981.     {
  9982.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9983.     }
  9984.     /**
  9985.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  9986.      *
  9987.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9988.      */
  9989.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  9990.     {
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9993.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9994.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Security\\User''username'NULL);
  9995.     }
  9996.     /**
  9997.      * Gets the private 'security.user_password_hasher' shared service.
  9998.      *
  9999.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  10000.      */
  10001.     protected function getSecurity_UserPasswordHasherService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10005.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10006.     }
  10007.     /**
  10008.      * Gets the private 'security.validator.user_password' shared service.
  10009.      *
  10010.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10011.      */
  10012.     protected function getSecurity_Validator_UserPasswordService()
  10013.     {
  10014.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10017.         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()));
  10018.     }
  10019.     /**
  10020.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10021.      *
  10022.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10023.      */
  10024.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10025.     {
  10026.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10027.     }
  10028.     /**
  10029.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10030.      *
  10031.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10032.      */
  10033.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10034.     {
  10035.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10036.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10037.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10038.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10039.     }
  10040.     /**
  10041.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10042.      *
  10043.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10044.      */
  10045.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10046.     {
  10047.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10048.     }
  10049.     /**
  10050.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10051.      *
  10052.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10053.      */
  10054.     protected function getSensioFrameworkExtra_View_ListenerService()
  10055.     {
  10056.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  10057.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10058.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10059.         ], [
  10060.             'twig' => '?',
  10061.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10062.         return $instance;
  10063.     }
  10064.     /**
  10065.      * Gets the private 'session.factory' shared service.
  10066.      *
  10067.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10068.      */
  10069.     protected function getSession_FactoryService()
  10070.     {
  10071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10073.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  10074.     }
  10075.     /**
  10076.      * Gets the private 'session.storage.factory.service' shared service.
  10077.      *
  10078.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10079.      *
  10080.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  10081.      */
  10082.     protected function getSession_Storage_Factory_ServiceService()
  10083.     {
  10084.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  10085.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10086.     }
  10087.     /**
  10088.      * Gets the private 'session.storage.metadata_bag' shared service.
  10089.      *
  10090.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10091.      *
  10092.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10093.      */
  10094.     protected function getSession_Storage_MetadataBagService()
  10095.     {
  10096.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10097.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10098.     }
  10099.     /**
  10100.      * Gets the private 'session.storage.native' shared service.
  10101.      *
  10102.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10103.      *
  10104.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10105.      */
  10106.     protected function getSession_Storage_NativeService()
  10107.     {
  10108.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10109.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  10110.     }
  10111.     /**
  10112.      * Gets the private 'session_listener' shared service.
  10113.      *
  10114.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10115.      */
  10116.     protected function getSessionListenerService()
  10117.     {
  10118.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10119.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10120.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10121.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10122.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10123.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10124.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10125.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10126.         ], [
  10127.             'initialized_session' => '?',
  10128.             'logger' => '?',
  10129.             'request_stack' => '?',
  10130.             'session' => '?',
  10131.             'session_collector' => '?',
  10132.             'session_factory' => '?',
  10133.             'session_storage' => '?',
  10134.         ]), true$this->parameters['session.storage.options']);
  10135.     }
  10136.     /**
  10137.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  10138.      *
  10139.      * @return \Gedmo\Sluggable\SluggableListener
  10140.      */
  10141.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  10142.     {
  10143.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  10146.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  10147.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10148.         return $instance;
  10149.     }
  10150.     /**
  10151.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  10152.      *
  10153.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  10154.      */
  10155.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  10156.     {
  10157.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10158.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  10159.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  10160.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  10161.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10162.         return $instance;
  10163.     }
  10164.     /**
  10165.      * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  10166.      *
  10167.      * @return \Gedmo\Sortable\SortableListener
  10168.      */
  10169.     protected function getStofDoctrineExtensions_Listener_SortableService()
  10170.     {
  10171.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10172.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  10173.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  10174.         $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  10175.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10176.         return $instance;
  10177.     }
  10178.     /**
  10179.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  10180.      *
  10181.      * @return \Gedmo\Timestampable\TimestampableListener
  10182.      */
  10183.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  10184.     {
  10185.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  10189.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  10190.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10191.         return $instance;
  10192.     }
  10193.     /**
  10194.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  10195.      *
  10196.      * @return \Gedmo\Tree\TreeListener
  10197.      */
  10198.     protected function getStofDoctrineExtensions_Listener_TreeService()
  10199.     {
  10200.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  10202.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  10203.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  10204.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10205.         return $instance;
  10206.     }
  10207.     /**
  10208.      * Gets the private 'translation.extractor' shared service.
  10209.      *
  10210.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10211.      */
  10212.     protected function getTranslation_ExtractorService()
  10213.     {
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10218.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10219.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10220.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10221.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10222.         return $instance;
  10223.     }
  10224.     /**
  10225.      * Gets the private 'translation.loader.csv' shared service.
  10226.      *
  10227.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10228.      */
  10229.     protected function getTranslation_Loader_CsvService()
  10230.     {
  10231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10235.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10236.     }
  10237.     /**
  10238.      * Gets the private 'translation.loader.dat' shared service.
  10239.      *
  10240.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10241.      */
  10242.     protected function getTranslation_Loader_DatService()
  10243.     {
  10244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10247.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10248.     }
  10249.     /**
  10250.      * Gets the private 'translation.loader.ini' shared service.
  10251.      *
  10252.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10253.      */
  10254.     protected function getTranslation_Loader_IniService()
  10255.     {
  10256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10260.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10261.     }
  10262.     /**
  10263.      * Gets the private 'translation.loader.json' shared service.
  10264.      *
  10265.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10266.      */
  10267.     protected function getTranslation_Loader_JsonService()
  10268.     {
  10269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10273.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10274.     }
  10275.     /**
  10276.      * Gets the private 'translation.loader.mo' shared service.
  10277.      *
  10278.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10279.      */
  10280.     protected function getTranslation_Loader_MoService()
  10281.     {
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10286.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10287.     }
  10288.     /**
  10289.      * Gets the private 'translation.loader.php' shared service.
  10290.      *
  10291.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10292.      */
  10293.     protected function getTranslation_Loader_PhpService()
  10294.     {
  10295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10299.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10300.     }
  10301.     /**
  10302.      * Gets the private 'translation.loader.po' shared service.
  10303.      *
  10304.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10305.      */
  10306.     protected function getTranslation_Loader_PoService()
  10307.     {
  10308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10312.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10313.     }
  10314.     /**
  10315.      * Gets the private 'translation.loader.qt' shared service.
  10316.      *
  10317.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10318.      */
  10319.     protected function getTranslation_Loader_QtService()
  10320.     {
  10321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10323.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10324.     }
  10325.     /**
  10326.      * Gets the private 'translation.loader.res' shared service.
  10327.      *
  10328.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10329.      */
  10330.     protected function getTranslation_Loader_ResService()
  10331.     {
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10334.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10335.     }
  10336.     /**
  10337.      * Gets the private 'translation.loader.xliff' shared service.
  10338.      *
  10339.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10340.      */
  10341.     protected function getTranslation_Loader_XliffService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10345.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10346.     }
  10347.     /**
  10348.      * Gets the private 'translation.loader.yml' shared service.
  10349.      *
  10350.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10351.      */
  10352.     protected function getTranslation_Loader_YmlService()
  10353.     {
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10358.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10359.     }
  10360.     /**
  10361.      * Gets the private 'translation.provider_collection' shared service.
  10362.      *
  10363.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10364.      */
  10365.     protected function getTranslation_ProviderCollectionService()
  10366.     {
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10369.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10370.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10371.         }, 1), []))->fromConfig([]);
  10372.     }
  10373.     /**
  10374.      * Gets the private 'translation.reader' shared service.
  10375.      *
  10376.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10377.      */
  10378.     protected function getTranslation_ReaderService()
  10379.     {
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10396.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10397.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10398.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10399.         $instance->addLoader('i18n', ($this->privates['App\\Service\\Translation\\I18nLoader'] ?? $this->getI18nLoaderService()));
  10400.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10401.         $instance->addLoader('yaml'$a);
  10402.         $instance->addLoader('yml'$a);
  10403.         $instance->addLoader('xlf'$b);
  10404.         $instance->addLoader('xliff'$b);
  10405.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10406.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10407.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10408.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10409.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10410.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10411.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10412.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10413.         return $instance;
  10414.     }
  10415.     /**
  10416.      * Gets the private 'translation.warmer' shared service.
  10417.      *
  10418.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10419.      */
  10420.     protected function getTranslation_WarmerService()
  10421.     {
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10424.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10425.             'translator' => ['services''translator''getTranslatorService'false],
  10426.         ], [
  10427.             'translator' => '?',
  10428.         ]))->withContext('translation.warmer'$this));
  10429.     }
  10430.     /**
  10431.      * Gets the private 'translation.writer' shared service.
  10432.      *
  10433.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10434.      */
  10435.     protected function getTranslation_WriterService()
  10436.     {
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10451.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10452.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10453.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10454.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10455.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10456.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10457.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10458.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10459.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10460.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10461.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10462.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10463.         return $instance;
  10464.     }
  10465.     /**
  10466.      * Gets the private 'translator.default' shared service.
  10467.      *
  10468.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10469.      */
  10470.     protected function getTranslator_DefaultService()
  10471.     {
  10472.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10473.             'App\\Service\\Translation\\I18nLoader' => ['privates''App\\Service\\Translation\\I18nLoader''getI18nLoaderService'false],
  10474.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10475.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10476.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10477.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10478.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10479.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10480.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10481.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10482.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10483.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10484.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10485.         ], [
  10486.             'App\\Service\\Translation\\I18nLoader' => '?',
  10487.             'translation.loader.csv' => '?',
  10488.             'translation.loader.dat' => '?',
  10489.             'translation.loader.ini' => '?',
  10490.             'translation.loader.json' => '?',
  10491.             'translation.loader.mo' => '?',
  10492.             'translation.loader.php' => '?',
  10493.             'translation.loader.po' => '?',
  10494.             'translation.loader.qt' => '?',
  10495.             'translation.loader.res' => '?',
  10496.             'translation.loader.xliff' => '?',
  10497.             'translation.loader.yml' => '?',
  10498.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['App\\Service\\Translation\\I18nLoader' => [=> 'i18n'], 'translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/translations/1.en.i18n'), => (\dirname(__DIR__4).'/translations/2.en.i18n'), => (\dirname(__DIR__4).'/translations/blog.en.xlf'), => (\dirname(__DIR__4).'/translations/design_school.en.xlf'), 10 => (\dirname(__DIR__4).'/translations/designer_resource.en.xlf'), 11 => (\dirname(__DIR__4).'/translations/faq.en.xlf'), 12 => (\dirname(__DIR__4).'/translations/flash.en.xlf'), 13 => (\dirname(__DIR__4).'/translations/languages.en.xlf'), 14 => (\dirname(__DIR__4).'/translations/messages.en.xlf'), 15 => (\dirname(__DIR__4).'/translations/security.en.xlf'), 16 => (\dirname(__DIR__4).'/translations/sites.en.xlf'), 17 => (\dirname(__DIR__4).'/translations/translations.en.xlf'), 18 => (\dirname(__DIR__4).'/translations/validators/validators.en.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/stof/doctrine-extensions-bundle/src/translations'16 => 'vendor/jms/serializer-bundle/translations'17 => 'vendor/friendsofsymfony/rest-bundle/translations'18 => 'vendor/lexik/jwt-authentication-bundle/translations'19 => 'vendor/symfony/webpack-encore-bundle/src/translations'20 => 'vendor/knplabs/knp-gaufrette-bundle/translations'21 => 'vendor/aws/aws-sdk-php-symfony/src/translations'22 => 'vendor/liip/imagine-bundle/translations'23 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  10499.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10500.         $instance->setFallbackLocales([=> 'en']);
  10501.         return $instance;
  10502.     }
  10503.     /**
  10504.      * Gets the private 'twig.command.debug' shared service.
  10505.      *
  10506.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10507.      */
  10508.     protected function getTwig_Command_DebugService()
  10509.     {
  10510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10511.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10512.         $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()));
  10513.         $instance->setName('debug:twig');
  10514.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10515.         return $instance;
  10516.     }
  10517.     /**
  10518.      * Gets the private 'twig.command.lint' shared service.
  10519.      *
  10520.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10521.      */
  10522.     protected function getTwig_Command_LintService()
  10523.     {
  10524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10525.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10527.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10528.         $instance->setName('lint:twig');
  10529.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10530.         return $instance;
  10531.     }
  10532.     /**
  10533.      * Gets the private 'twig.form.renderer' shared service.
  10534.      *
  10535.      * @return \Symfony\Component\Form\FormRenderer
  10536.      */
  10537.     protected function getTwig_Form_RendererService()
  10538.     {
  10539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10544.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10545.     }
  10546.     /**
  10547.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10548.      *
  10549.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10550.      */
  10551.     protected function getTwig_Runtime_HttpkernelService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10559.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10560.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10561.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10562.         ], [
  10563.             'inline' => '?',
  10564.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  10565.     }
  10566.     /**
  10567.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10568.      *
  10569.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10570.      */
  10571.     protected function getTwig_Runtime_SecurityCsrfService()
  10572.     {
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10574.         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()));
  10575.     }
  10576.     /**
  10577.      * Gets the private 'twig.template_cache_warmer' shared service.
  10578.      *
  10579.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10580.      */
  10581.     protected function getTwig_TemplateCacheWarmerService()
  10582.     {
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10586.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10587.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10588.         ], [
  10589.             'twig' => '?',
  10590.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10591.     }
  10592.     /**
  10593.      * Gets the private 'validator.builder' shared service.
  10594.      *
  10595.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10596.      */
  10597.     protected function getValidator_BuilderService()
  10598.     {
  10599.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10600.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  10601.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10602.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10603.         }, 2), new RewindableGenerator(function () {
  10604.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10605.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10606.         }, 2), new RewindableGenerator(function () {
  10607.             return new \EmptyIterator();
  10608.         }, 0), new RewindableGenerator(function () {
  10609.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10610.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10611.         }, 2), new RewindableGenerator(function () {
  10612.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10613.         }, 1));
  10614.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10615.             'App\\Validation\\Constraint\\Blog\\PostValidator' => ['privates''App\\Validation\\Constraint\\Blog\\PostValidator''getPostValidatorService'false],
  10616.             'App\\Validation\\Constraint\\DesignSchool\\PostValidator' => ['privates''App\\Validation\\Constraint\\DesignSchool\\PostValidator''getPostValidator2Service'false],
  10617.             'App\\Validation\\Constraint\\DesignerResource\\CategoryValidator' => ['privates''App\\Validation\\Constraint\\DesignerResource\\CategoryValidator''getCategoryValidatorService'false],
  10618.             'App\\Validation\\Constraint\\FAQ\\TranslationValidator' => ['privates''App\\Validation\\Constraint\\FAQ\\TranslationValidator''getTranslationValidatorService'false],
  10619.             'App\\Validation\\Constraint\\SearchCollectionValidator' => ['privates''App\\Validation\\Constraint\\SearchCollectionValidator''getSearchCollectionValidatorService'false],
  10620.             'App\\Validation\\Constraint\\SearchCollection\\TutorialValidator' => ['privates''App\\Validation\\Constraint\\SearchCollection\\TutorialValidator''getTutorialValidatorService'false],
  10621.             'App\\Validation\\Constraint\\SearchCollection\\UrlValidator' => ['privates''App\\Validation\\Constraint\\SearchCollection\\UrlValidator''getUrlValidatorService'false],
  10622.             'App\\Validation\\Constraint\\Security\\CheckGoogleAuthCodeValidator' => ['privates''App\\Validation\\Constraint\\Security\\CheckGoogleAuthCodeValidator''getCheckGoogleAuthCodeValidatorService'false],
  10623.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10624.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10625.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10626.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10627.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10628.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10629.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10630.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10631.         ], [
  10632.             'App\\Validation\\Constraint\\Blog\\PostValidator' => '?',
  10633.             'App\\Validation\\Constraint\\DesignSchool\\PostValidator' => '?',
  10634.             'App\\Validation\\Constraint\\DesignerResource\\CategoryValidator' => '?',
  10635.             'App\\Validation\\Constraint\\FAQ\\TranslationValidator' => '?',
  10636.             'App\\Validation\\Constraint\\SearchCollectionValidator' => '?',
  10637.             'App\\Validation\\Constraint\\SearchCollection\\TutorialValidator' => '?',
  10638.             'App\\Validation\\Constraint\\SearchCollection\\UrlValidator' => '?',
  10639.             'App\\Validation\\Constraint\\Security\\CheckGoogleAuthCodeValidator' => '?',
  10640.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10641.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10642.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10643.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10644.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10645.             'doctrine.orm.validator.unique' => '?',
  10646.             'security.validator.user_password' => '?',
  10647.             'validator.expression' => '?',
  10648.         ])));
  10649.         if ($this->has('translator')) {
  10650.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10651.         }
  10652.         $instance->setTranslationDomain('validators');
  10653.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10654.         $instance->enableAnnotationMapping(true);
  10655.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10656.         $instance->addMethodMapping('loadValidatorMetadata');
  10657.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10658.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10659.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10660.         return $instance;
  10661.     }
  10662.     /**
  10663.      * Gets the private 'validator.email' shared service.
  10664.      *
  10665.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10666.      */
  10667.     protected function getValidator_EmailService()
  10668.     {
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10672.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10673.     }
  10674.     /**
  10675.      * Gets the private 'validator.expression' shared service.
  10676.      *
  10677.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10678.      */
  10679.     protected function getValidator_ExpressionService()
  10680.     {
  10681.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10682.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10683.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10684.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  10685.     }
  10686.     /**
  10687.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10688.      *
  10689.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10690.      */
  10691.     protected function getValidator_Mapping_CacheWarmerService()
  10692.     {
  10693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10696.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10697.     }
  10698.     /**
  10699.      * Gets the private 'validator.not_compromised_password' shared service.
  10700.      *
  10701.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10702.      */
  10703.     protected function getValidator_NotCompromisedPasswordService()
  10704.     {
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10708.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  10709.     }
  10710.     /**
  10711.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  10712.      *
  10713.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  10714.      */
  10715.     protected function getVichUploader_Command_MappingDebugService()
  10716.     {
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  10719.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->getParameter('vich_uploader.mappings'));
  10720.         $instance->setName('vich:mapping:debug');
  10721.         return $instance;
  10722.     }
  10723.     /**
  10724.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  10725.      *
  10726.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  10727.      */
  10728.     protected function getVichUploader_Command_MappingDebugClassService()
  10729.     {
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  10732.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10733.         $instance->setName('vich:mapping:debug-class');
  10734.         return $instance;
  10735.     }
  10736.     /**
  10737.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  10738.      *
  10739.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  10740.      */
  10741.     protected function getVichUploader_Command_MappingListClassesService()
  10742.     {
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  10745.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10746.         $instance->setName('vich:mapping:list-classes');
  10747.         return $instance;
  10748.     }
  10749.     /**
  10750.      * Gets the private 'vich_uploader.listener.inject.blog' shared service.
  10751.      *
  10752.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  10753.      */
  10754.     protected function getVichUploader_Listener_Inject_BlogService()
  10755.     {
  10756.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10761.         return $this->privates['vich_uploader.listener.inject.blog'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('blog', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10762.     }
  10763.     /**
  10764.      * Gets the private 'vich_uploader.listener.inject.design_school' shared service.
  10765.      *
  10766.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  10767.      */
  10768.     protected function getVichUploader_Listener_Inject_DesignSchoolService()
  10769.     {
  10770.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10771.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10772.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  10773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10774.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10775.         return $this->privates['vich_uploader.listener.inject.design_school'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('design_school', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10776.     }
  10777.     /**
  10778.      * Gets the private 'vich_uploader.listener.inject.designer_resource' shared service.
  10779.      *
  10780.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  10781.      */
  10782.     protected function getVichUploader_Listener_Inject_DesignerResourceService()
  10783.     {
  10784.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10785.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  10787.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10788.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10789.         return $this->privates['vich_uploader.listener.inject.designer_resource'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('designer_resource', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10790.     }
  10791.     /**
  10792.      * Gets the private 'vich_uploader.listener.inject.topic' shared service.
  10793.      *
  10794.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  10795.      */
  10796.     protected function getVichUploader_Listener_Inject_TopicService()
  10797.     {
  10798.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10799.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10800.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  10801.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10802.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10803.         return $this->privates['vich_uploader.listener.inject.topic'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('topic', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10804.     }
  10805.     /**
  10806.      * Gets the private 'vich_uploader.listener.upload.blog' shared service.
  10807.      *
  10808.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10809.      */
  10810.     protected function getVichUploader_Listener_Upload_BlogService()
  10811.     {
  10812.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10813.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10817.         return $this->privates['vich_uploader.listener.upload.blog'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('blog', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10818.     }
  10819.     /**
  10820.      * Gets the private 'vich_uploader.listener.upload.design_school' shared service.
  10821.      *
  10822.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10823.      */
  10824.     protected function getVichUploader_Listener_Upload_DesignSchoolService()
  10825.     {
  10826.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10831.         return $this->privates['vich_uploader.listener.upload.design_school'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('design_school', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10832.     }
  10833.     /**
  10834.      * Gets the private 'vich_uploader.listener.upload.designer_resource' shared service.
  10835.      *
  10836.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10837.      */
  10838.     protected function getVichUploader_Listener_Upload_DesignerResourceService()
  10839.     {
  10840.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10841.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10845.         return $this->privates['vich_uploader.listener.upload.designer_resource'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('designer_resource', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10846.     }
  10847.     /**
  10848.      * Gets the private 'vich_uploader.listener.upload.designer_resource_category' shared service.
  10849.      *
  10850.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10851.      */
  10852.     protected function getVichUploader_Listener_Upload_DesignerResourceCategoryService()
  10853.     {
  10854.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10859.         return $this->privates['vich_uploader.listener.upload.designer_resource_category'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('designer_resource_category', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10860.     }
  10861.     /**
  10862.      * Gets the private 'vich_uploader.listener.upload.topic' shared service.
  10863.      *
  10864.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10865.      */
  10866.     protected function getVichUploader_Listener_Upload_TopicService()
  10867.     {
  10868.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10870.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10873.         return $this->privates['vich_uploader.listener.upload.topic'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('topic', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10874.     }
  10875.     /**
  10876.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  10877.      *
  10878.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  10879.      */
  10880.     protected function getVichUploader_MetadataReaderService()
  10881.     {
  10882.         $a = new \Metadata\Driver\FileLocator([]);
  10883.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  10884.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  10885.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  10886.     }
  10887.     /**
  10888.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  10889.      *
  10890.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  10891.      */
  10892.     protected function getVichUploader_PropertyMappingFactoryService()
  10893.     {
  10894.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  10895.     }
  10896.     /**
  10897.      * Gets the private 'vich_uploader.storage.gaufrette' shared service.
  10898.      *
  10899.      * @return \Vich\UploaderBundle\Storage\GaufretteStorage
  10900.      */
  10901.     protected function getVichUploader_Storage_GaufretteService($lazyLoad true)
  10902.     {
  10903.         return $this->privates['vich_uploader.storage.gaufrette'] = new \Vich\UploaderBundle\Storage\GaufretteStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()), 'gaufrette');
  10904.     }
  10905.     /**
  10906.      * Gets the private 'web_profiler.csp.handler' shared service.
  10907.      *
  10908.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10909.      */
  10910.     protected function getWebProfiler_Csp_HandlerService()
  10911.     {
  10912.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10913.     }
  10914.     /**
  10915.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10916.      *
  10917.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10918.      */
  10919.     protected function getWebProfiler_DebugToolbarService()
  10920.     {
  10921.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  10922.     }
  10923.     /**
  10924.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  10925.      *
  10926.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  10927.      */
  10928.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  10929.     {
  10930.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  10933.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  10934.     }
  10935.     /**
  10936.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  10937.      *
  10938.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  10939.      */
  10940.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  10941.     {
  10942.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10943.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  10944.         ], [
  10945.             '_default' => '?',
  10946.         ]), '_default');
  10947.     }
  10948.     /**
  10949.      * Gets the private 'webpack_encore.exception_listener' shared service.
  10950.      *
  10951.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  10952.      */
  10953.     protected function getWebpackEncore_ExceptionListenerService()
  10954.     {
  10955.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  10956.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  10957.     }
  10958.     /**
  10959.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  10960.      *
  10961.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  10962.      */
  10963.     protected function getWebpackEncore_TagRendererService()
  10964.     {
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  10966.         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()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10967.     }
  10968.     /**
  10969.      * Gets the public 'cache_clearer' alias.
  10970.      *
  10971.      * @return object The ".container.private.cache_clearer" service.
  10972.      */
  10973.     protected function getCacheClearerService()
  10974.     {
  10975.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10976.         return $this->get('.container.private.cache_clearer');
  10977.     }
  10978.     /**
  10979.      * Gets the public 'filesystem' alias.
  10980.      *
  10981.      * @return object The ".container.private.filesystem" service.
  10982.      */
  10983.     protected function getFilesystemService()
  10984.     {
  10985.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10986.         return $this->get('.container.private.filesystem');
  10987.     }
  10988.     /**
  10989.      * Gets the public 'security.csrf.token_manager' alias.
  10990.      *
  10991.      * @return object The ".container.private.security.csrf.token_manager" service.
  10992.      */
  10993.     protected function getSecurity_Csrf_TokenManagerService()
  10994.     {
  10995.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10996.         return $this->get('.container.private.security.csrf.token_manager');
  10997.     }
  10998.     /**
  10999.      * Gets the public 'form.factory' alias.
  11000.      *
  11001.      * @return object The ".container.private.form.factory" service.
  11002.      */
  11003.     protected function getForm_FactoryService()
  11004.     {
  11005.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11006.         return $this->get('.container.private.form.factory');
  11007.     }
  11008.     /**
  11009.      * Gets the public 'form.type.file' alias.
  11010.      *
  11011.      * @return object The ".container.private.form.type.file" service.
  11012.      */
  11013.     protected function getForm_Type_FileService()
  11014.     {
  11015.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11016.         return $this->get('.container.private.form.type.file');
  11017.     }
  11018.     /**
  11019.      * Gets the public 'profiler' alias.
  11020.      *
  11021.      * @return object The ".container.private.profiler" service.
  11022.      */
  11023.     protected function getProfilerService()
  11024.     {
  11025.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11026.         return $this->get('.container.private.profiler');
  11027.     }
  11028.     /**
  11029.      * Gets the public 'twig' alias.
  11030.      *
  11031.      * @return object The ".container.private.twig" service.
  11032.      */
  11033.     protected function getTwigService()
  11034.     {
  11035.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11036.         return $this->get('.container.private.twig');
  11037.     }
  11038.     /**
  11039.      * Gets the public 'security.authorization_checker' alias.
  11040.      *
  11041.      * @return object The ".container.private.security.authorization_checker" service.
  11042.      */
  11043.     protected function getSecurity_AuthorizationCheckerService()
  11044.     {
  11045.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11046.         return $this->get('.container.private.security.authorization_checker');
  11047.     }
  11048.     /**
  11049.      * Gets the public 'security.token_storage' alias.
  11050.      *
  11051.      * @return object The ".container.private.security.token_storage" service.
  11052.      */
  11053.     protected function getSecurity_TokenStorageService()
  11054.     {
  11055.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11056.         return $this->get('.container.private.security.token_storage');
  11057.     }
  11058.     /**
  11059.      * Gets the public 'security.password_encoder' alias.
  11060.      *
  11061.      * @return object The ".container.private.security.password_encoder" service.
  11062.      */
  11063.     protected function getSecurity_PasswordEncoderService()
  11064.     {
  11065.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11066.         return $this->get('.container.private.security.password_encoder');
  11067.     }
  11068.     /**
  11069.      * Gets the public 'session' alias.
  11070.      *
  11071.      * @return object The ".container.private.session" service.
  11072.      */
  11073.     protected function getSessionService()
  11074.     {
  11075.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11076.         return $this->get('.container.private.session');
  11077.     }
  11078.     /**
  11079.      * Gets the public 'validator' alias.
  11080.      *
  11081.      * @return object The ".container.private.validator" service.
  11082.      */
  11083.     protected function getValidatorService()
  11084.     {
  11085.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11086.         return $this->get('.container.private.validator');
  11087.     }
  11088.     /**
  11089.      * @return array|bool|float|int|string|\UnitEnum|null
  11090.      */
  11091.     public function getParameter(string $name)
  11092.     {
  11093.         if (isset($this->buildParameters[$name])) {
  11094.             return $this->buildParameters[$name];
  11095.         }
  11096.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11097.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11098.         }
  11099.         if (isset($this->loadedDynamicParameters[$name])) {
  11100.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11101.         }
  11102.         return $this->parameters[$name];
  11103.     }
  11104.     public function hasParameter(string $name): bool
  11105.     {
  11106.         if (isset($this->buildParameters[$name])) {
  11107.             return true;
  11108.         }
  11109.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11110.     }
  11111.     public function setParameter(string $name$value): void
  11112.     {
  11113.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11114.     }
  11115.     public function getParameterBag(): ParameterBagInterface
  11116.     {
  11117.         if (null === $this->parameterBag) {
  11118.             $parameters $this->parameters;
  11119.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11120.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11121.             }
  11122.             foreach ($this->buildParameters as $name => $value) {
  11123.                 $parameters[$name] = $value;
  11124.             }
  11125.             $this->parameterBag = new FrozenParameterBag($parameters);
  11126.         }
  11127.         return $this->parameterBag;
  11128.     }
  11129.     private $loadedDynamicParameters = [
  11130.         'kernel.runtime_environment' => false,
  11131.         'kernel.build_dir' => false,
  11132.         'kernel.cache_dir' => false,
  11133.         'app.site_urls' => false,
  11134.         'app.blog_post_image_url' => false,
  11135.         'app.blog.cover.filters.webp' => false,
  11136.         'app.blog.cover.filters' => false,
  11137.         'kernel.secret' => false,
  11138.         'debug.container.dump' => false,
  11139.         'session.save_path' => false,
  11140.         'validator.mapping.cache.file' => false,
  11141.         'profiler.storage.dsn' => false,
  11142.         'doctrine.orm.proxy_dir' => false,
  11143.         'lexik_jwt_authentication.pass_phrase' => false,
  11144.         'vich_uploader.mappings' => false,
  11145.         'liip_imagine.resolvers' => false,
  11146.         'liip_imagine.filter_sets' => false,
  11147.     ];
  11148.     private $dynamicParameters = [];
  11149.     private function getDynamicParameter(string $name)
  11150.     {
  11151.         switch ($name) {
  11152.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11153.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11154.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11155.             case 'app.site_urls'$value = [
  11156.                 => $this->getEnv('string:WEB_URL_2'),
  11157.                 => $this->getEnv('string:WEB_URL_1'),
  11158.                 => $this->getEnv('string:WEB_URL_2'),
  11159.             ]; break;
  11160.             case 'app.blog_post_image_url'$value $this->getEnv('string:BLOG_URI_PREFIX'); break;
  11161.             case 'app.blog.cover.filters.webp'$value $this->getEnv('AWS_BLOG_DIRECTORY'); break;
  11162.             case 'app.blog.cover.filters'$value = [
  11163.                 => $this->getEnv('AWS_BLOG_DIRECTORY'),
  11164.                 => 'ds_small',
  11165.                 => 'ds_normal',
  11166.                 => 'ds_retina',
  11167.             ]; break;
  11168.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11169.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11170.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11171.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11172.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11173.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11174.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11175.             case 'vich_uploader.mappings'$value = [
  11176.                 'topic' => [
  11177.                     'inject_on_load' => true,
  11178.                     'uri_prefix' => $this->getEnv('TOPIC_URI_PREFIX'),
  11179.                     'upload_destination' => 'topic_fs',
  11180.                     'delete_on_update' => false,
  11181.                     'delete_on_remove' => false,
  11182.                     'namer' => [
  11183.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.topic',
  11184.                         'options' => NULL,
  11185.                     ],
  11186.                     'directory_namer' => [
  11187.                         'service' => NULL,
  11188.                         'options' => NULL,
  11189.                     ],
  11190.                     'db_driver' => 'orm',
  11191.                 ],
  11192.                 'blog' => [
  11193.                     'inject_on_load' => true,
  11194.                     'uri_prefix' => $this->getEnv('BLOG_URI_PREFIX'),
  11195.                     'upload_destination' => 'blog_fs',
  11196.                     'delete_on_update' => false,
  11197.                     'delete_on_remove' => false,
  11198.                     'namer' => [
  11199.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.blog',
  11200.                         'options' => NULL,
  11201.                     ],
  11202.                     'directory_namer' => [
  11203.                         'service' => NULL,
  11204.                         'options' => NULL,
  11205.                     ],
  11206.                     'db_driver' => 'orm',
  11207.                 ],
  11208.                 'design_school' => [
  11209.                     'inject_on_load' => true,
  11210.                     'uri_prefix' => $this->getEnv('DESIGN_SCHOOL_POST_URI_PREFIX'),
  11211.                     'upload_destination' => 'design_school_fs',
  11212.                     'delete_on_update' => false,
  11213.                     'delete_on_remove' => false,
  11214.                     'namer' => [
  11215.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.design_school',
  11216.                         'options' => NULL,
  11217.                     ],
  11218.                     'directory_namer' => [
  11219.                         'service' => NULL,
  11220.                         'options' => NULL,
  11221.                     ],
  11222.                     'db_driver' => 'orm',
  11223.                 ],
  11224.                 'designer_resource' => [
  11225.                     'inject_on_load' => true,
  11226.                     'uri_prefix' => $this->getEnv('DESIGNER_RESOURCE_URI_PREFIX'),
  11227.                     'upload_destination' => 'designer_resource_fs',
  11228.                     'delete_on_update' => false,
  11229.                     'delete_on_remove' => false,
  11230.                     'namer' => [
  11231.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource',
  11232.                         'options' => NULL,
  11233.                     ],
  11234.                     'directory_namer' => [
  11235.                         'service' => NULL,
  11236.                         'options' => NULL,
  11237.                     ],
  11238.                     'db_driver' => 'orm',
  11239.                 ],
  11240.                 'designer_resource_category' => [
  11241.                     'uri_prefix' => $this->getEnv('DESIGNER_RESOURCE_CATEGORY_URI_PREFIX'),
  11242.                     'inject_on_load' => false,
  11243.                     'upload_destination' => 'designer_resource_category_fs',
  11244.                     'delete_on_update' => false,
  11245.                     'delete_on_remove' => false,
  11246.                     'namer' => [
  11247.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.designer_resource_category',
  11248.                         'options' => NULL,
  11249.                     ],
  11250.                     'directory_namer' => [
  11251.                         'service' => NULL,
  11252.                         'options' => NULL,
  11253.                     ],
  11254.                     'db_driver' => 'orm',
  11255.                 ],
  11256.             ]; break;
  11257.             case 'liip_imagine.resolvers'$value = [
  11258.                 'ds_origin_resolver' => [
  11259.                     'aws_s3' => [
  11260.                         'client_config' => [
  11261.                             'credentials' => [
  11262.                                 'key' => $this->getEnv('AWS_BLOG_KEY'),
  11263.                                 'secret' => $this->getEnv('AWS_BLOG_SECRET'),
  11264.                             ],
  11265.                             'region' => $this->getEnv('AWS_REGION'),
  11266.                             'version' => $this->getEnv('AWS_VERSION'),
  11267.                         ],
  11268.                         'bucket' => $this->getEnv('AWS_BLOG_BUCKET_NAME'),
  11269.                         'cache' => false,
  11270.                         'acl' => 'public-read',
  11271.                         'cache_prefix' => NULL,
  11272.                         'get_options' => [
  11273.                         ],
  11274.                         'put_options' => [
  11275.                         ],
  11276.                         'proxies' => [
  11277.                         ],
  11278.                     ],
  11279.                 ],
  11280.                 'ds_thumbnails_resolver' => [
  11281.                     'aws_s3' => [
  11282.                         'cache_prefix' => $this->getEnv('AWS_BLOG_DIRECTORY'),
  11283.                         'client_config' => [
  11284.                             'credentials' => [
  11285.                                 'key' => $this->getEnv('AWS_BLOG_KEY'),
  11286.                                 'secret' => $this->getEnv('AWS_BLOG_SECRET'),
  11287.                             ],
  11288.                             'region' => $this->getEnv('AWS_REGION'),
  11289.                             'version' => $this->getEnv('AWS_VERSION'),
  11290.                         ],
  11291.                         'bucket' => $this->getEnv('AWS_BLOG_BUCKET_NAME'),
  11292.                         'cache' => false,
  11293.                         'acl' => 'public-read',
  11294.                         'get_options' => [
  11295.                         ],
  11296.                         'put_options' => [
  11297.                         ],
  11298.                         'proxies' => [
  11299.                         ],
  11300.                     ],
  11301.                 ],
  11302.                 'design_school_post_resolver' => [
  11303.                     'aws_s3' => [
  11304.                         'client_config' => [
  11305.                             'credentials' => [
  11306.                                 'key' => $this->getEnv('DESIGN_SCHOOL_AWS_KEY'),
  11307.                                 'secret' => $this->getEnv('DESIGN_SCHOOL_AWS_SECRET'),
  11308.                             ],
  11309.                             'region' => $this->getEnv('AWS_REGION'),
  11310.                             'version' => $this->getEnv('AWS_VERSION'),
  11311.                         ],
  11312.                         'bucket' => $this->getEnv('DESIGN_SCHOOL_AWS_BUCKET'),
  11313.                         'cache' => false,
  11314.                         'acl' => 'public-read',
  11315.                         'cache_prefix' => NULL,
  11316.                         'get_options' => [
  11317.                         ],
  11318.                         'put_options' => [
  11319.                         ],
  11320.                         'proxies' => [
  11321.                         ],
  11322.                     ],
  11323.                 ],
  11324.                 'default' => [
  11325.                     'web_path' => [
  11326.                         'web_root' => (\dirname(__DIR__4).'/public'),
  11327.                         'cache_prefix' => 'media/cache',
  11328.                     ],
  11329.                 ],
  11330.             ]; break;
  11331.             case 'liip_imagine.filter_sets'$value = [
  11332.                 $this->getEnv('AWS_BLOG_DIRECTORY') => [
  11333.                     'quality' => 100,
  11334.                     'jpeg_quality' => NULL,
  11335.                     'png_compression_level' => NULL,
  11336.                     'png_compression_filter' => NULL,
  11337.                     'format' => NULL,
  11338.                     'animated' => false,
  11339.                     'cache' => 'ds_origin_resolver',
  11340.                     'data_loader' => 'ds_loader',
  11341.                     'default_image' => NULL,
  11342.                     'filters' => [
  11343.                     ],
  11344.                     'post_processors' => [
  11345.                     ],
  11346.                 ],
  11347.                 'ds_small' => [
  11348.                     'quality' => 100,
  11349.                     'jpeg_quality' => NULL,
  11350.                     'png_compression_level' => NULL,
  11351.                     'png_compression_filter' => NULL,
  11352.                     'format' => NULL,
  11353.                     'animated' => false,
  11354.                     'cache' => 'ds_thumbnails_resolver',
  11355.                     'data_loader' => 'ds_loader',
  11356.                     'default_image' => NULL,
  11357.                     'filters' => [
  11358.                         'thumbnail' => [
  11359.                             'size' => [
  11360.                                 => 150,
  11361.                                 => 90,
  11362.                             ],
  11363.                             'mode' => 'outbound',
  11364.                         ],
  11365.                     ],
  11366.                     'post_processors' => [
  11367.                     ],
  11368.                 ],
  11369.                 'ds_normal' => [
  11370.                     'quality' => 100,
  11371.                     'jpeg_quality' => NULL,
  11372.                     'png_compression_level' => NULL,
  11373.                     'png_compression_filter' => NULL,
  11374.                     'format' => NULL,
  11375.                     'animated' => false,
  11376.                     'cache' => 'ds_thumbnails_resolver',
  11377.                     'data_loader' => 'ds_loader',
  11378.                     'default_image' => NULL,
  11379.                     'filters' => [
  11380.                         'thumbnail' => [
  11381.                             'size' => [
  11382.                                 => 400,
  11383.                                 => 240,
  11384.                             ],
  11385.                             'mode' => 'outbound',
  11386.                         ],
  11387.                     ],
  11388.                     'post_processors' => [
  11389.                     ],
  11390.                 ],
  11391.                 'ds_retina' => [
  11392.                     'quality' => 100,
  11393.                     'jpeg_quality' => NULL,
  11394.                     'png_compression_level' => NULL,
  11395.                     'png_compression_filter' => NULL,
  11396.                     'format' => NULL,
  11397.                     'animated' => false,
  11398.                     'cache' => 'ds_thumbnails_resolver',
  11399.                     'data_loader' => 'ds_loader',
  11400.                     'default_image' => NULL,
  11401.                     'filters' => [
  11402.                         'thumbnail' => [
  11403.                             'size' => [
  11404.                                 => 800,
  11405.                                 => 480,
  11406.                             ],
  11407.                             'mode' => 'outbound',
  11408.                         ],
  11409.                     ],
  11410.                     'post_processors' => [
  11411.                     ],
  11412.                 ],
  11413.                 'design_school_post_webp' => [
  11414.                     'quality' => 100,
  11415.                     'jpeg_quality' => NULL,
  11416.                     'png_compression_level' => NULL,
  11417.                     'png_compression_filter' => NULL,
  11418.                     'format' => NULL,
  11419.                     'animated' => false,
  11420.                     'cache' => 'design_school_post_resolver',
  11421.                     'data_loader' => 'design_school_post_loader',
  11422.                     'default_image' => NULL,
  11423.                     'filters' => [
  11424.                     ],
  11425.                     'post_processors' => [
  11426.                     ],
  11427.                 ],
  11428.             ]; break;
  11429.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11430.         }
  11431.         $this->loadedDynamicParameters[$name] = true;
  11432.         return $this->dynamicParameters[$name] = $value;
  11433.     }
  11434.     protected function getDefaultParameters(): array
  11435.     {
  11436.         return [
  11437.             'kernel.project_dir' => \dirname(__DIR__4),
  11438.             'kernel.environment' => 'dev',
  11439.             'kernel.debug' => true,
  11440.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11441.             'kernel.bundles' => [
  11442.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11443.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11444.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11445.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11446.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11447.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11448.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  11449.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11450.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11451.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11452.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  11453.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11454.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11455.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  11456.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  11457.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  11458.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  11459.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  11460.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  11461.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  11462.             ],
  11463.             'kernel.bundles_metadata' => [
  11464.                 'FrameworkBundle' => [
  11465.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11466.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11467.                 ],
  11468.                 'SensioFrameworkExtraBundle' => [
  11469.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11470.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11471.                 ],
  11472.                 'TwigBundle' => [
  11473.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11474.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11475.                 ],
  11476.                 'SecurityBundle' => [
  11477.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11478.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11479.                 ],
  11480.                 'MakerBundle' => [
  11481.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11482.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11483.                 ],
  11484.                 'DoctrineBundle' => [
  11485.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11486.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11487.                 ],
  11488.                 'KnpPaginatorBundle' => [
  11489.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  11490.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  11491.                 ],
  11492.                 'WebProfilerBundle' => [
  11493.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11494.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11495.                 ],
  11496.                 'MonologBundle' => [
  11497.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11498.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11499.                 ],
  11500.                 'StofDoctrineExtensionsBundle' => [
  11501.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  11502.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11503.                 ],
  11504.                 'JMSSerializerBundle' => [
  11505.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11506.                     'namespace' => 'JMS\\SerializerBundle',
  11507.                 ],
  11508.                 'FOSRestBundle' => [
  11509.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11510.                     'namespace' => 'FOS\\RestBundle',
  11511.                 ],
  11512.                 'LexikJWTAuthenticationBundle' => [
  11513.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11514.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11515.                 ],
  11516.                 'WebpackEncoreBundle' => [
  11517.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  11518.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  11519.                 ],
  11520.                 'VichUploaderBundle' => [
  11521.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  11522.                     'namespace' => 'Vich\\UploaderBundle',
  11523.                 ],
  11524.                 'KnpGaufretteBundle' => [
  11525.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle'),
  11526.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  11527.                 ],
  11528.                 'AwsBundle' => [
  11529.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  11530.                     'namespace' => 'Aws\\Symfony',
  11531.                 ],
  11532.                 'LiipImagineBundle' => [
  11533.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  11534.                     'namespace' => 'Liip\\ImagineBundle',
  11535.                 ],
  11536.                 'SchebTwoFactorBundle' => [
  11537.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  11538.                     'namespace' => 'Scheb\\TwoFactorBundle',
  11539.                 ],
  11540.                 'DoctrineFixturesBundle' => [
  11541.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  11542.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  11543.                 ],
  11544.             ],
  11545.             'kernel.charset' => 'UTF-8',
  11546.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11547.             'container.dumper.inline_class_loader' => true,
  11548.             'container.dumper.inline_factories' => true,
  11549.             'app.languages' => [
  11550.                 => 'en',
  11551.                 => 'es',
  11552.                 => 'de',
  11553.                 => 'pt',
  11554.                 => 'nl',
  11555.                 => 'fr',
  11556.                 => 'ru',
  11557.                 => 'id',
  11558.                 => 'ko',
  11559.                 => 'zh',
  11560.                 10 => 'ja',
  11561.                 11 => 'sv',
  11562.                 12 => 'nb',
  11563.                 13 => 'it',
  11564.                 14 => 'pl',
  11565.                 15 => 'da',
  11566.                 16 => 'cs',
  11567.                 17 => 'hu',
  11568.                 18 => 'tr',
  11569.                 19 => 'fi',
  11570.             ],
  11571.             'app.fontbundles' => 1,
  11572.             'app.designbundles' => 2,
  11573.             'app.sites' => [
  11574.                 => 1,
  11575.                 => 2,
  11576.             ],
  11577.             'app.max_translation_preview_length' => 70,
  11578.             'app.font_bundles_url_pattern' => '/^(?:http(?:s)?:\\/\\/)?(?:(\\w{2})\\.)?(?:(?:dev|showroom)(?:\\d+)?\\.)?((?:font|design)bundles)\\.(?:net|local)(?:\\.+)?/',
  11579.             'app.blog.cover.filters.small' => 'ds_small',
  11580.             'app.blog.cover.filters.normal' => 'ds_normal',
  11581.             'app.blog.cover.filters.retina' => 'ds_retina',
  11582.             'event_dispatcher.event_aliases' => [
  11583.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11584.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11585.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11586.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11587.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11588.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11589.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11590.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11591.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11592.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11593.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11594.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11595.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11596.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11597.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11598.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11599.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11600.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11601.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11602.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11603.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11604.             ],
  11605.             'fragment.renderer.hinclude.global_template' => NULL,
  11606.             'fragment.path' => '/_fragment',
  11607.             'kernel.http_method_override' => true,
  11608.             'kernel.trusted_hosts' => [
  11609.             ],
  11610.             'kernel.default_locale' => 'en',
  11611.             'kernel.enabled_locales' => [
  11612.             ],
  11613.             'kernel.error_controller' => 'error_controller',
  11614.             'debug.file_link_format' => NULL,
  11615.             'asset.request_context.base_path' => NULL,
  11616.             'asset.request_context.secure' => NULL,
  11617.             'translator.logging' => false,
  11618.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11619.             'debug.error_handler.throw_at' => -1,
  11620.             'router.request_context.host' => 'localhost',
  11621.             'router.request_context.scheme' => 'http',
  11622.             'router.request_context.base_url' => '',
  11623.             'router.resource' => 'kernel::loadRoutes',
  11624.             'request_listener.http_port' => 80,
  11625.             'request_listener.https_port' => 443,
  11626.             'session.metadata.storage_key' => '_sf2_meta',
  11627.             'session.storage.options' => [
  11628.                 'cache_limiter' => '0',
  11629.                 'cookie_secure' => 'auto',
  11630.                 'cookie_httponly' => true,
  11631.                 'cookie_samesite' => 'lax',
  11632.                 'gc_probability' => 1,
  11633.             ],
  11634.             'session.metadata.update_threshold' => 0,
  11635.             'form.type_extension.csrf.enabled' => true,
  11636.             'form.type_extension.csrf.field_name' => '_token',
  11637.             'validator.translation_domain' => 'validators',
  11638.             'profiler_listener.only_exceptions' => false,
  11639.             'profiler_listener.only_main_requests' => false,
  11640.             'twig.form.resources' => [
  11641.                 => '@VichUploader/Form/fields.html.twig',
  11642.                 => 'form_div_layout.html.twig',
  11643.                 => 'bootstrap_3_layout.html.twig',
  11644.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  11645.             ],
  11646.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11647.             'security.role_hierarchy.roles' => [
  11648.                 'ROLE_VIEWER' => [
  11649.                     => 'ROLE_USER',
  11650.                 ],
  11651.                 'ROLE_DESIGNER_RESOURCE_MANAGER' => [
  11652.                     => 'ROLE_VIEWER',
  11653.                 ],
  11654.                 'ROLE_SEO_OPS' => [
  11655.                     => 'ROLE_USER',
  11656.                 ],
  11657.                 'ROLE_BLOG' => [
  11658.                     => 'ROLE_BLOG',
  11659.                 ],
  11660.                 'ROLE_SUPPORT' => [
  11661.                     => 'ROLE_USER',
  11662.                     => 'ROLE_BLOG',
  11663.                     => 'ROLE_DESIGN_SCHOOL',
  11664.                 ],
  11665.                 'ROLE_TRANSLATOR' => [
  11666.                     => 'ROLE_VIEWER',
  11667.                 ],
  11668.                 'ROLE_ADMIN' => [
  11669.                     => 'ROLE_TRANSLATOR',
  11670.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11671.                     => 'ROLE_SEO_OPS',
  11672.                     => 'ROLE_SUPPORT',
  11673.                     => 'ROLE_DESIGNER_RESOURCE_MANAGER',
  11674.                 ],
  11675.             ],
  11676.             'security.access.denied_url' => NULL,
  11677.             'security.authentication.manager.erase_credentials' => true,
  11678.             'security.authentication.session_strategy.strategy' => 'migrate',
  11679.             'security.access.always_authenticate_before_granting' => false,
  11680.             'security.authentication.hide_user_not_found' => true,
  11681.             'security.firewalls' => [
  11682.                 => 'dev',
  11683.                 => 'api',
  11684.                 => 'main',
  11685.             ],
  11686.             'security.api._indexed_authenticators' => [
  11687.             ],
  11688.             'security.main._indexed_authenticators' => [
  11689.             ],
  11690.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11691.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11692.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11693.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11694.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11695.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11696.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11697.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11698.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11699.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11700.             'doctrine.entity_managers' => [
  11701.                 'default' => 'doctrine.orm.default_entity_manager',
  11702.             ],
  11703.             'doctrine.default_entity_manager' => 'default',
  11704.             'doctrine.dbal.connection_factory.types' => [
  11705.             ],
  11706.             'doctrine.connections' => [
  11707.                 'default' => 'doctrine.dbal.default_connection',
  11708.             ],
  11709.             'doctrine.default_connection' => 'default',
  11710.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11711.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11712.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11713.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11714.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11715.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11716.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11717.             'doctrine.orm.cache.memcache_port' => 11211,
  11718.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11719.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11720.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11721.             'doctrine.orm.cache.memcached_port' => 11211,
  11722.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11723.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11724.             'doctrine.orm.cache.redis_host' => 'localhost',
  11725.             'doctrine.orm.cache.redis_port' => 6379,
  11726.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11727.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11728.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11729.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11730.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11731.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11732.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11733.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11734.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11735.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11736.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11737.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11738.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11739.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11740.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11741.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11742.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11743.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11744.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11745.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11746.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11747.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11748.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11749.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11750.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11751.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11752.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11753.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11754.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11755.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11756.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11757.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11758.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  11759.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  11760.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  11761.             'knp_paginator.page_range' => 5,
  11762.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11763.             'web_profiler.debug_toolbar.mode' => 2,
  11764.             'monolog.use_microseconds' => true,
  11765.             'monolog.swift_mailer.handlers' => [
  11766.             ],
  11767.             'monolog.handlers_to_channels' => [
  11768.                 'monolog.handler.console' => [
  11769.                     'type' => 'exclusive',
  11770.                     'elements' => [
  11771.                         => 'event',
  11772.                         => 'doctrine',
  11773.                         => 'console',
  11774.                     ],
  11775.                 ],
  11776.                 'monolog.handler.main' => [
  11777.                     'type' => 'exclusive',
  11778.                     'elements' => [
  11779.                         => 'event',
  11780.                     ],
  11781.                 ],
  11782.             ],
  11783.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  11784.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  11785.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  11786.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  11787.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  11788.             'stof_doctrine_extensions.default_locale' => 'en_US',
  11789.             'stof_doctrine_extensions.translation_fallback' => false,
  11790.             'stof_doctrine_extensions.persist_default_translation' => false,
  11791.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  11792.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  11793.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  11794.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  11795.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  11796.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  11797.             'fos_rest.format_listener.rules' => NULL,
  11798.             'lexik_jwt_authentication.token_ttl' => 604800,
  11799.             'lexik_jwt_authentication.clock_skew' => 0,
  11800.             'lexik_jwt_authentication.user_identity_field' => 'username',
  11801.             'lexik_jwt_authentication.user_id_claim' => 'username',
  11802.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  11803.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  11804.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  11805.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  11806.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  11807.             'knp_gaufrette.stream_wrapper.protocol' => 'gaufrette',
  11808.             'knp_gaufrette.stream_wrapper.filesystems' => [
  11809.             ],
  11810.             'aws_sdk.class' => 'Aws\\Sdk',
  11811.             'liip_imagine.loaders' => [
  11812.                 'ds_loader' => [
  11813.                     'stream' => [
  11814.                         'wrapper' => 'gaufrette://blog_fs',
  11815.                         'context' => NULL,
  11816.                     ],
  11817.                 ],
  11818.                 'design_school_post_loader' => [
  11819.                     'stream' => [
  11820.                         'wrapper' => 'gaufrette://design_school_fs',
  11821.                         'context' => NULL,
  11822.                     ],
  11823.                 ],
  11824.                 'default' => [
  11825.                     'filesystem' => [
  11826.                         'locator' => 'filesystem',
  11827.                         'data_root' => [
  11828.                             => (\dirname(__DIR__4).'/public'),
  11829.                         ],
  11830.                         'allow_unresolvable_data_roots' => false,
  11831.                         'bundle_resources' => [
  11832.                             'enabled' => false,
  11833.                             'access_control_type' => 'blacklist',
  11834.                             'access_control_list' => [
  11835.                             ],
  11836.                         ],
  11837.                     ],
  11838.                 ],
  11839.             ],
  11840.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  11841.             'liip_imagine.jpegoptim.stripAll' => true,
  11842.             'liip_imagine.jpegoptim.max' => NULL,
  11843.             'liip_imagine.jpegoptim.progressive' => true,
  11844.             'liip_imagine.jpegoptim.tempDir' => NULL,
  11845.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  11846.             'liip_imagine.optipng.level' => 7,
  11847.             'liip_imagine.optipng.stripAll' => true,
  11848.             'liip_imagine.optipng.tempDir' => NULL,
  11849.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  11850.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  11851.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  11852.             'liip_imagine.cache.resolver.default' => 'default',
  11853.             'liip_imagine.default_image' => NULL,
  11854.             'liip_imagine.binary.loader.default' => 'default',
  11855.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  11856.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  11857.             'liip_imagine.webp.generate' => true,
  11858.             'liip_imagine.webp.options' => [
  11859.                 'quality' => 100,
  11860.                 'cache' => NULL,
  11861.                 'data_loader' => NULL,
  11862.                 'post_processors' => [
  11863.                 ],
  11864.             ],
  11865.             'scheb_two_factor.model_manager_name' => NULL,
  11866.             'scheb_two_factor.security_tokens' => [
  11867.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  11868.             ],
  11869.             'scheb_two_factor.ip_whitelist' => [
  11870.             ],
  11871.             'scheb_two_factor.google.server_name' => 'FontBundles Admin Panel',
  11872.             'scheb_two_factor.google.issuer' => 'admin-panel.fontbundles.net',
  11873.             'scheb_two_factor.google.template' => 'security/2fa_form.html.twig',
  11874.             'scheb_two_factor.google.digits' => 6,
  11875.             'scheb_two_factor.google.window' => 1,
  11876.             'scheb_two_factor.trusted_device.enabled' => false,
  11877.             'data_collector.templates' => [
  11878.                 'data_collector.request' => [
  11879.                     => 'request',
  11880.                     => '@WebProfiler/Collector/request.html.twig',
  11881.                 ],
  11882.                 'data_collector.time' => [
  11883.                     => 'time',
  11884.                     => '@WebProfiler/Collector/time.html.twig',
  11885.                 ],
  11886.                 'data_collector.memory' => [
  11887.                     => 'memory',
  11888.                     => '@WebProfiler/Collector/memory.html.twig',
  11889.                 ],
  11890.                 'data_collector.validator' => [
  11891.                     => 'validator',
  11892.                     => '@WebProfiler/Collector/validator.html.twig',
  11893.                 ],
  11894.                 'data_collector.ajax' => [
  11895.                     => 'ajax',
  11896.                     => '@WebProfiler/Collector/ajax.html.twig',
  11897.                 ],
  11898.                 'data_collector.form' => [
  11899.                     => 'form',
  11900.                     => '@WebProfiler/Collector/form.html.twig',
  11901.                 ],
  11902.                 'data_collector.exception' => [
  11903.                     => 'exception',
  11904.                     => '@WebProfiler/Collector/exception.html.twig',
  11905.                 ],
  11906.                 'data_collector.logger' => [
  11907.                     => 'logger',
  11908.                     => '@WebProfiler/Collector/logger.html.twig',
  11909.                 ],
  11910.                 'data_collector.events' => [
  11911.                     => 'events',
  11912.                     => '@WebProfiler/Collector/events.html.twig',
  11913.                 ],
  11914.                 'data_collector.router' => [
  11915.                     => 'router',
  11916.                     => '@WebProfiler/Collector/router.html.twig',
  11917.                 ],
  11918.                 'data_collector.cache' => [
  11919.                     => 'cache',
  11920.                     => '@WebProfiler/Collector/cache.html.twig',
  11921.                 ],
  11922.                 'data_collector.translation' => [
  11923.                     => 'translation',
  11924.                     => '@WebProfiler/Collector/translation.html.twig',
  11925.                 ],
  11926.                 'data_collector.security' => [
  11927.                     => 'security',
  11928.                     => '@Security/Collector/security.html.twig',
  11929.                 ],
  11930.                 'data_collector.twig' => [
  11931.                     => 'twig',
  11932.                     => '@WebProfiler/Collector/twig.html.twig',
  11933.                 ],
  11934.                 'data_collector.doctrine' => [
  11935.                     => 'db',
  11936.                     => '@Doctrine/Collector/db.html.twig',
  11937.                 ],
  11938.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  11939.                     => 'vich_uploader.mapping_collector',
  11940.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  11941.                 ],
  11942.                 'data_collector.config' => [
  11943.                     => 'config',
  11944.                     => '@WebProfiler/Collector/config.html.twig',
  11945.                 ],
  11946.             ],
  11947.             'console.command.ids' => [
  11948.             ],
  11949.         ];
  11950.     }
  11951.     protected function throw($message)
  11952.     {
  11953.         throw new RuntimeException($message);
  11954.     }
  11955. }