var/cache/dev/ContainerQPjFN5O/App_KernelDevDebugContainer.php line 4887

Open in your IDE?
  1. <?php
  2. namespace ContainerQPjFN5O;
  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.             'App\\Controller\\Admin\\CKEditorController' => 'getCKEditorControllerService',
  34.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  35.             'App\\Controller\\Admin\\EntityTranslationController' => 'getEntityTranslationControllerService',
  36.             'App\\Controller\\Admin\\FilesController' => 'getFilesControllerService',
  37.             'App\\Controller\\Admin\\GroupsController' => 'getGroupsControllerService',
  38.             'App\\Controller\\Admin\\ImageController' => 'getImageControllerService',
  39.             'App\\Controller\\Admin\\LocaleController' => 'getLocaleControllerService',
  40.             'App\\Controller\\Admin\\MailsController' => 'getMailsControllerService',
  41.             'App\\Controller\\Admin\\ModuleItemController' => 'getModuleItemControllerService',
  42.             'App\\Controller\\Admin\\ModulesController' => 'getModulesControllerService',
  43.             'App\\Controller\\Admin\\PageItemController' => 'getPageItemControllerService',
  44.             'App\\Controller\\Admin\\PagesController' => 'getPagesControllerService',
  45.             'App\\Controller\\Admin\\PermissionsController' => 'getPermissionsControllerService',
  46.             'App\\Controller\\Admin\\ProjectsController' => 'getProjectsControllerService',
  47.             'App\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
  48.             'App\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  49.             'App\\Controller\\Admin\\TranslationsController' => 'getTranslationsControllerService',
  50.             'App\\Controller\\Admin\\UsersController' => 'getUsersControllerService',
  51.             'App\\Controller\\Api\\TranslationsController' => 'getTranslationsController2Service',
  52.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  53.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  54.             'App\\Controller\\UserDefinedPageController' => 'getUserDefinedPageControllerService',
  55.             'App\\Factory\\FileFactory' => 'getFileFactoryService',
  56.             'App\\Factory\\LandingPageFactory' => 'getLandingPageFactoryService',
  57.             'App\\Factory\\MailFactory' => 'getMailFactoryService',
  58.             'App\\Factory\\ModuleFactory' => 'getModuleFactoryService',
  59.             'App\\Factory\\ModuleItemFactory' => 'getModuleItemFactoryService',
  60.             'App\\Factory\\PageFactory' => 'getPageFactoryService',
  61.             'App\\Factory\\PermissionFactory' => 'getPermissionFactoryService',
  62.             'App\\Factory\\PermissionGroupFactory' => 'getPermissionGroupFactoryService',
  63.             'App\\Factory\\ProjectFactory' => 'getProjectFactoryService',
  64.             'App\\Factory\\SettingFactory' => 'getSettingFactoryService',
  65.             'App\\Factory\\TranslationFactory' => 'getTranslationFactoryService',
  66.             'App\\Factory\\UserDefinedModuleFactory' => 'getUserDefinedModuleFactoryService',
  67.             'App\\Factory\\UserFactory' => 'getUserFactoryService',
  68.             'App\\Module\\Renderer\\DefaultRenderer' => 'getDefaultRendererService',
  69.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  70.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  71.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  72.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  73.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  74.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  75.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  76.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  77.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  78.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  79.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  80.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  81.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  82.             'Translation\\Bundle\\Controller\\SymfonyProfilerController' => 'getSymfonyProfilerControllerService',
  83.             'Translation\\Bundle\\Controller\\WebUIController' => 'getWebUIControllerService',
  84.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearerService',
  85.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  86.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  87.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  88.             'cache.app' => 'getCache_AppService',
  89.             'cache.app_clearer' => 'getCache_AppClearerService',
  90.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  91.             'cache.system' => 'getCache_SystemService',
  92.             'cache.system_clearer' => 'getCache_SystemClearerService',
  93.             'cache_clearer' => 'getCacheClearer2Service',
  94.             'cache_warmer' => 'getCacheWarmerService',
  95.             'console.command_loader' => 'getConsole_CommandLoaderService',
  96.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  97.             'data_collector.dump' => 'getDataCollector_DumpService',
  98.             'doctrine' => 'getDoctrineService',
  99.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  100.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  101.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  102.             'error_controller' => 'getErrorControllerService',
  103.             'event_dispatcher' => 'getEventDispatcherService',
  104.             'filesystem' => 'getFilesystemService',
  105.             'form.factory' => 'getForm_FactoryService',
  106.             'form.type.file' => 'getForm_Type_FileService',
  107.             'http_kernel' => 'getHttpKernelService',
  108.             'knp_paginator' => 'getKnpPaginatorService',
  109.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  110.             'liip_imagine.binary.loader.flysystem_loader' => 'getLiipImagine_Binary_Loader_FlysystemLoaderService',
  111.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  112.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  113.             'liip_imagine.cache.resolver.flysystem_resolver' => 'getLiipImagine_Cache_Resolver_FlysystemResolverService',
  114.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  115.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  116.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  117.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  118.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  119.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  120.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  121.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  122.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  123.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  124.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  125.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  126.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  127.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  128.             'oneup_flysystem.public_uploads_filesystem_filesystem' => 'getOneupFlysystem_PublicUploadsFilesystemFilesystemService',
  129.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  130.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  131.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  132.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  133.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  134.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  135.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  136.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  137.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  138.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  139.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  140.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  141.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  142.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  143.             'profiler' => 'getProfilerService',
  144.             'request_stack' => 'getRequestStackService',
  145.             'router' => 'getRouterService',
  146.             'routing.loader' => 'getRouting_LoaderService',
  147.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  148.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  149.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  150.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  151.             'security.token_storage' => 'getSecurity_TokenStorageService',
  152.             'serializer' => 'getSerializerService',
  153.             'services_resetter' => 'getServicesResetterService',
  154.             'session' => 'getSessionService',
  155.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  156.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  157.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  158.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  159.             'translator' => 'getTranslatorService',
  160.             'twig' => 'getTwigService',
  161.             'validator' => 'getValidatorService',
  162.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  163.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  164.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  165.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  166.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  167.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  168.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  169.         ];
  170.         $this->aliases = [
  171.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  172.             'database_connection' => 'doctrine.dbal.default_connection',
  173.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  174.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  175.             'mailer' => 'swiftmailer.mailer.default',
  176.             'php_translation.storage' => 'php_translation.storage.app',
  177.             'php_translation.storage.default' => 'php_translation.storage.app',
  178.         ];
  179.         $this->privates['service_container'] = function () {
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  186.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  188.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  189.             include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceSubscriber.php';
  190.             include_once \dirname(__DIR__4).'/src/EventSubscriber/NeedsPermissionSubscriber.php';
  191.             include_once \dirname(__DIR__4).'/src/Security/PermissionsService.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  275.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  361.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  362.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  452.             include_once \dirname(__DIR__4).'/src/Twig/ModulesExtension.php';
  453.             include_once \dirname(__DIR__4).'/src/Twig/UtilitiesExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  464.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extension/src/CssInlinerExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  479.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  482.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  497.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  500.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ConfigAwareTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  504.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ReadInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/AdapterInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Adapter/Local.php';
  508.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemResolver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  513.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  516.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Twig/Extension/BreadcrumbsExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  534.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  540.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  542.         };
  543.     }
  544.     public function compile(): void
  545.     {
  546.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  547.     }
  548.     public function isCompiled(): bool
  549.     {
  550.         return true;
  551.     }
  552.     public function getRemovedIds(): array
  553.     {
  554.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  555.     }
  556.     /**
  557.      * Gets the public 'App\Controller\Admin\CKEditorController' shared autowired service.
  558.      *
  559.      * @return \App\Controller\Admin\CKEditorController
  560.      */
  561.     protected function getCKEditorControllerService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  564.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  565.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CKEditorController.php';
  566.         $this->services['App\\Controller\\Admin\\CKEditorController'] = $instance = new \App\Controller\Admin\CKEditorController();
  567.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\CKEditorController'$this));
  568.         return $instance;
  569.     }
  570.     /**
  571.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  572.      *
  573.      * @return \App\Controller\Admin\DashboardController
  574.      */
  575.     protected function getDashboardControllerService()
  576.     {
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  578.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  579.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  580.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  581.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\DashboardController'$this));
  582.         return $instance;
  583.     }
  584.     /**
  585.      * Gets the public 'App\Controller\Admin\EntityTranslationController' shared autowired service.
  586.      *
  587.      * @return \App\Controller\Admin\EntityTranslationController
  588.      */
  589.     protected function getEntityTranslationControllerService()
  590.     {
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  592.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  593.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EntityTranslationController.php';
  594.         $this->services['App\\Controller\\Admin\\EntityTranslationController'] = $instance = new \App\Controller\Admin\EntityTranslationController();
  595.         $instance->setContainer(($this->privates['.service_locator.gdjniTk'] ?? $this->get_ServiceLocator_GdjniTkService())->withContext('App\\Controller\\Admin\\EntityTranslationController'$this));
  596.         return $instance;
  597.     }
  598.     /**
  599.      * Gets the public 'App\Controller\Admin\FilesController' shared autowired service.
  600.      *
  601.      * @return \App\Controller\Admin\FilesController
  602.      */
  603.     protected function getFilesControllerService()
  604.     {
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  606.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  607.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FilesController.php';
  608.         $this->services['App\\Controller\\Admin\\FilesController'] = $instance = new \App\Controller\Admin\FilesController();
  609.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\FilesController'$this));
  610.         return $instance;
  611.     }
  612.     /**
  613.      * Gets the public 'App\Controller\Admin\GroupsController' shared autowired service.
  614.      *
  615.      * @return \App\Controller\Admin\GroupsController
  616.      */
  617.     protected function getGroupsControllerService()
  618.     {
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  620.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  621.         include_once \dirname(__DIR__4).'/src/Controller/Admin/GroupsController.php';
  622.         $this->services['App\\Controller\\Admin\\GroupsController'] = $instance = new \App\Controller\Admin\GroupsController();
  623.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\GroupsController'$this));
  624.         return $instance;
  625.     }
  626.     /**
  627.      * Gets the public 'App\Controller\Admin\ImageController' shared autowired service.
  628.      *
  629.      * @return \App\Controller\Admin\ImageController
  630.      */
  631.     protected function getImageControllerService()
  632.     {
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  634.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  635.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ImageController.php';
  636.         $this->services['App\\Controller\\Admin\\ImageController'] = $instance = new \App\Controller\Admin\ImageController();
  637.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\ImageController'$this));
  638.         return $instance;
  639.     }
  640.     /**
  641.      * Gets the public 'App\Controller\Admin\LocaleController' shared autowired service.
  642.      *
  643.      * @return \App\Controller\Admin\LocaleController
  644.      */
  645.     protected function getLocaleControllerService()
  646.     {
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  648.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  649.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LocaleController.php';
  650.         $this->services['App\\Controller\\Admin\\LocaleController'] = $instance = new \App\Controller\Admin\LocaleController();
  651.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\LocaleController'$this));
  652.         return $instance;
  653.     }
  654.     /**
  655.      * Gets the public 'App\Controller\Admin\MailsController' shared autowired service.
  656.      *
  657.      * @return \App\Controller\Admin\MailsController
  658.      */
  659.     protected function getMailsControllerService()
  660.     {
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  662.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  663.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MailsController.php';
  664.         $this->services['App\\Controller\\Admin\\MailsController'] = $instance = new \App\Controller\Admin\MailsController();
  665.         $instance->setContainer(($this->privates['.service_locator.gdjniTk'] ?? $this->get_ServiceLocator_GdjniTkService())->withContext('App\\Controller\\Admin\\MailsController'$this));
  666.         return $instance;
  667.     }
  668.     /**
  669.      * Gets the public 'App\Controller\Admin\ModuleItemController' shared autowired service.
  670.      *
  671.      * @return \App\Controller\Admin\ModuleItemController
  672.      */
  673.     protected function getModuleItemControllerService()
  674.     {
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  676.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  677.         include_once \dirname(__DIR__4).'/src/Module/ExtractsModulePaths.php';
  678.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ModuleItemController.php';
  679.         $this->services['App\\Controller\\Admin\\ModuleItemController'] = $instance = new \App\Controller\Admin\ModuleItemController(($this->services['translator'] ?? $this->getTranslatorService()));
  680.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\ModuleItemController'$this));
  681.         return $instance;
  682.     }
  683.     /**
  684.      * Gets the public 'App\Controller\Admin\ModulesController' shared autowired service.
  685.      *
  686.      * @return \App\Controller\Admin\ModulesController
  687.      */
  688.     protected function getModulesControllerService()
  689.     {
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  691.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  692.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ModulesController.php';
  693.         $this->services['App\\Controller\\Admin\\ModulesController'] = $instance = new \App\Controller\Admin\ModulesController();
  694.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\ModulesController'$this));
  695.         return $instance;
  696.     }
  697.     /**
  698.      * Gets the public 'App\Controller\Admin\PageItemController' shared autowired service.
  699.      *
  700.      * @return \App\Controller\Admin\PageItemController
  701.      */
  702.     protected function getPageItemControllerService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  705.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  706.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PageItemController.php';
  707.         $this->services['App\\Controller\\Admin\\PageItemController'] = $instance = new \App\Controller\Admin\PageItemController();
  708.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\PageItemController'$this));
  709.         return $instance;
  710.     }
  711.     /**
  712.      * Gets the public 'App\Controller\Admin\PagesController' shared autowired service.
  713.      *
  714.      * @return \App\Controller\Admin\PagesController
  715.      */
  716.     protected function getPagesControllerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  719.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  720.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PagesController.php';
  721.         $this->services['App\\Controller\\Admin\\PagesController'] = $instance = new \App\Controller\Admin\PagesController();
  722.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\PagesController'$this));
  723.         return $instance;
  724.     }
  725.     /**
  726.      * Gets the public 'App\Controller\Admin\PermissionsController' shared autowired service.
  727.      *
  728.      * @return \App\Controller\Admin\PermissionsController
  729.      */
  730.     protected function getPermissionsControllerService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  733.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  734.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PermissionsController.php';
  735.         $this->services['App\\Controller\\Admin\\PermissionsController'] = $instance = new \App\Controller\Admin\PermissionsController();
  736.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\PermissionsController'$this));
  737.         return $instance;
  738.     }
  739.     /**
  740.      * Gets the public 'App\Controller\Admin\ProjectsController' shared autowired service.
  741.      *
  742.      * @return \App\Controller\Admin\ProjectsController
  743.      */
  744.     protected function getProjectsControllerService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  747.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  748.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProjectsController.php';
  749.         $this->services['App\\Controller\\Admin\\ProjectsController'] = $instance = new \App\Controller\Admin\ProjectsController();
  750.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\ProjectsController'$this));
  751.         return $instance;
  752.     }
  753.     /**
  754.      * Gets the public 'App\Controller\Admin\SettingsController' shared autowired service.
  755.      *
  756.      * @return \App\Controller\Admin\SettingsController
  757.      */
  758.     protected function getSettingsControllerService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  761.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  762.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SettingsController.php';
  763.         $this->services['App\\Controller\\Admin\\SettingsController'] = $instance = new \App\Controller\Admin\SettingsController();
  764.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\SettingsController'$this));
  765.         return $instance;
  766.     }
  767.     /**
  768.      * Gets the public 'App\Controller\Admin\TranslationController' shared autowired service.
  769.      *
  770.      * @return \App\Controller\Admin\TranslationController
  771.      */
  772.     protected function getTranslationControllerService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  775.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  776.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TranslationController.php';
  777.         $this->services['App\\Controller\\Admin\\TranslationController'] = $instance = new \App\Controller\Admin\TranslationController();
  778.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\TranslationController'$this));
  779.         return $instance;
  780.     }
  781.     /**
  782.      * Gets the public 'App\Controller\Admin\TranslationsController' shared autowired service.
  783.      *
  784.      * @return \App\Controller\Admin\TranslationsController
  785.      */
  786.     protected function getTranslationsControllerService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  789.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  790.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TranslationsController.php';
  791.         $this->services['App\\Controller\\Admin\\TranslationsController'] = $instance = new \App\Controller\Admin\TranslationsController('en|bg'$this->getEnv('LOCALE'));
  792.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\TranslationsController'$this));
  793.         return $instance;
  794.     }
  795.     /**
  796.      * Gets the public 'App\Controller\Admin\UsersController' shared autowired service.
  797.      *
  798.      * @return \App\Controller\Admin\UsersController
  799.      */
  800.     protected function getUsersControllerService()
  801.     {
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  803.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  804.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UsersController.php';
  805.         $this->services['App\\Controller\\Admin\\UsersController'] = $instance = new \App\Controller\Admin\UsersController();
  806.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Admin\\UsersController'$this));
  807.         return $instance;
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\Api\TranslationsController' shared autowired service.
  811.      *
  812.      * @return \App\Controller\Api\TranslationsController
  813.      */
  814.     protected function getTranslationsController2Service()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  818.         include_once \dirname(__DIR__4).'/src/Controller/Api/TranslationsController.php';
  819.         $this->services['App\\Controller\\Api\\TranslationsController'] = $instance = new \App\Controller\Api\TranslationsController('en|bg');
  820.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\Api\\TranslationsController'$this));
  821.         return $instance;
  822.     }
  823.     /**
  824.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  825.      *
  826.      * @return \App\Controller\ProfileController
  827.      */
  828.     protected function getProfileControllerService()
  829.     {
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  832.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  833.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  834.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\ProfileController'$this));
  835.         return $instance;
  836.     }
  837.     /**
  838.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  839.      *
  840.      * @return \App\Controller\SecurityController
  841.      */
  842.     protected function getSecurityControllerService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  845.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  846.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  847.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  848.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\SecurityController'$this));
  849.         return $instance;
  850.     }
  851.     /**
  852.      * Gets the public 'App\Controller\UserDefinedPageController' shared autowired service.
  853.      *
  854.      * @return \App\Controller\UserDefinedPageController
  855.      */
  856.     protected function getUserDefinedPageControllerService()
  857.     {
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  859.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  860.         include_once \dirname(__DIR__4).'/src/Controller/UserDefinedPageController.php';
  861.         $this->services['App\\Controller\\UserDefinedPageController'] = $instance = new \App\Controller\UserDefinedPageController();
  862.         $instance->setContainer(($this->privates['.service_locator.au8FKun'] ?? $this->get_ServiceLocator_Au8FKunService())->withContext('App\\Controller\\UserDefinedPageController'$this));
  863.         return $instance;
  864.     }
  865.     /**
  866.      * Gets the public 'App\Factory\FileFactory' shared autowired service.
  867.      *
  868.      * @return \App\Factory\FileFactory
  869.      */
  870.     protected function getFileFactoryService()
  871.     {
  872.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  873.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  874.         include_once \dirname(__DIR__4).'/src/Factory/FileFactory.php';
  875.         return $this->services['App\\Factory\\FileFactory'] = new \App\Factory\FileFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  876.     }
  877.     /**
  878.      * Gets the public 'App\Factory\LandingPageFactory' shared autowired service.
  879.      *
  880.      * @return \App\Factory\LandingPageFactory
  881.      */
  882.     protected function getLandingPageFactoryService()
  883.     {
  884.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  885.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  886.         include_once \dirname(__DIR__4).'/src/Factory/LandingPageFactory.php';
  887.         return $this->services['App\\Factory\\LandingPageFactory'] = new \App\Factory\LandingPageFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  888.     }
  889.     /**
  890.      * Gets the public 'App\Factory\MailFactory' shared autowired service.
  891.      *
  892.      * @return \App\Factory\MailFactory
  893.      */
  894.     protected function getMailFactoryService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  897.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  898.         include_once \dirname(__DIR__4).'/src/Factory/MailFactory.php';
  899.         return $this->services['App\\Factory\\MailFactory'] = new \App\Factory\MailFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  900.     }
  901.     /**
  902.      * Gets the public 'App\Factory\ModuleFactory' shared autowired service.
  903.      *
  904.      * @return \App\Factory\ModuleFactory
  905.      */
  906.     protected function getModuleFactoryService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  909.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  910.         include_once \dirname(__DIR__4).'/src/Factory/ModuleFactory.php';
  911.         return $this->services['App\\Factory\\ModuleFactory'] = new \App\Factory\ModuleFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  912.     }
  913.     /**
  914.      * Gets the public 'App\Factory\ModuleItemFactory' shared autowired service.
  915.      *
  916.      * @return \App\Factory\ModuleItemFactory
  917.      */
  918.     protected function getModuleItemFactoryService()
  919.     {
  920.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  921.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  922.         include_once \dirname(__DIR__4).'/src/Factory/ModuleItemFactory.php';
  923.         return $this->services['App\\Factory\\ModuleItemFactory'] = new \App\Factory\ModuleItemFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  924.     }
  925.     /**
  926.      * Gets the public 'App\Factory\PageFactory' shared autowired service.
  927.      *
  928.      * @return \App\Factory\PageFactory
  929.      */
  930.     protected function getPageFactoryService()
  931.     {
  932.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  933.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  934.         include_once \dirname(__DIR__4).'/src/Factory/PageFactory.php';
  935.         return $this->services['App\\Factory\\PageFactory'] = new \App\Factory\PageFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  936.     }
  937.     /**
  938.      * Gets the public 'App\Factory\PermissionFactory' shared autowired service.
  939.      *
  940.      * @return \App\Factory\PermissionFactory
  941.      */
  942.     protected function getPermissionFactoryService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  945.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  946.         include_once \dirname(__DIR__4).'/src/Factory/PermissionFactory.php';
  947.         return $this->services['App\\Factory\\PermissionFactory'] = new \App\Factory\PermissionFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  948.     }
  949.     /**
  950.      * Gets the public 'App\Factory\PermissionGroupFactory' shared autowired service.
  951.      *
  952.      * @return \App\Factory\PermissionGroupFactory
  953.      */
  954.     protected function getPermissionGroupFactoryService()
  955.     {
  956.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  957.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  958.         include_once \dirname(__DIR__4).'/src/Factory/PermissionGroupFactory.php';
  959.         return $this->services['App\\Factory\\PermissionGroupFactory'] = new \App\Factory\PermissionGroupFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  960.     }
  961.     /**
  962.      * Gets the public 'App\Factory\ProjectFactory' shared autowired service.
  963.      *
  964.      * @return \App\Factory\ProjectFactory
  965.      */
  966.     protected function getProjectFactoryService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  969.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  970.         include_once \dirname(__DIR__4).'/src/Factory/ProjectFactory.php';
  971.         return $this->services['App\\Factory\\ProjectFactory'] = new \App\Factory\ProjectFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  972.     }
  973.     /**
  974.      * Gets the public 'App\Factory\SettingFactory' shared autowired service.
  975.      *
  976.      * @return \App\Factory\SettingFactory
  977.      */
  978.     protected function getSettingFactoryService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  981.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  982.         include_once \dirname(__DIR__4).'/src/Factory/SettingFactory.php';
  983.         return $this->services['App\\Factory\\SettingFactory'] = new \App\Factory\SettingFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  984.     }
  985.     /**
  986.      * Gets the public 'App\Factory\TranslationFactory' shared autowired service.
  987.      *
  988.      * @return \App\Factory\TranslationFactory
  989.      */
  990.     protected function getTranslationFactoryService()
  991.     {
  992.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  993.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  994.         include_once \dirname(__DIR__4).'/src/Factory/TranslationFactory.php';
  995.         return $this->services['App\\Factory\\TranslationFactory'] = new \App\Factory\TranslationFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  996.     }
  997.     /**
  998.      * Gets the public 'App\Factory\UserDefinedModuleFactory' shared autowired service.
  999.      *
  1000.      * @return \App\Factory\UserDefinedModuleFactory
  1001.      */
  1002.     protected function getUserDefinedModuleFactoryService()
  1003.     {
  1004.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  1005.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  1006.         include_once \dirname(__DIR__4).'/src/Factory/UserDefinedModuleFactory.php';
  1007.         return $this->services['App\\Factory\\UserDefinedModuleFactory'] = new \App\Factory\UserDefinedModuleFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1008.     }
  1009.     /**
  1010.      * Gets the public 'App\Factory\UserFactory' shared autowired service.
  1011.      *
  1012.      * @return \App\Factory\UserFactory
  1013.      */
  1014.     protected function getUserFactoryService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/src/Factory/ModelFactory.php';
  1017.         include_once \dirname(__DIR__4).'/src/Factory/BaseFactory.php';
  1018.         include_once \dirname(__DIR__4).'/src/Factory/UserFactory.php';
  1019.         return $this->services['App\\Factory\\UserFactory'] = new \App\Factory\UserFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'App\Module\Renderer\DefaultRenderer' shared autowired service.
  1023.      *
  1024.      * @return \App\Module\Renderer\DefaultRenderer
  1025.      */
  1026.     protected function getDefaultRendererService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/src/Module/Renderer/ModuleRenderer.php';
  1029.         include_once \dirname(__DIR__4).'/src/Module/Renderer/BaseRenderer.php';
  1030.         include_once \dirname(__DIR__4).'/src/Module/Renderer/DefaultRenderer.php';
  1031.         return $this->services['App\\Module\\Renderer\\DefaultRenderer'] = new \App\Module\Renderer\DefaultRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1032.     }
  1033.     /**
  1034.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  1035.      *
  1036.      * @return \Liip\ImagineBundle\Controller\ImagineController
  1037.      */
  1038.     protected function getImagineControllerService()
  1039.     {
  1040.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  1043.         $a = ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService());
  1044.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(new \Liip\ImagineBundle\Service\FilterService($a, ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a, ($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));
  1045.     }
  1046.     /**
  1047.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1048.      *
  1049.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1050.      */
  1051.     protected function getRedirectControllerService()
  1052.     {
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1054.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1055.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1056.     }
  1057.     /**
  1058.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1059.      *
  1060.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1061.      */
  1062.     protected function getTemplateControllerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1065.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  1066.     }
  1067.     /**
  1068.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueCounter' shared service.
  1069.      *
  1070.      * @return \Translation\Bundle\Catalogue\CatalogueCounter
  1071.      */
  1072.     protected function getCatalogueCounterService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  1075.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter();
  1076.     }
  1077.     /**
  1078.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueFetcher' shared service.
  1079.      *
  1080.      * @return \Translation\Bundle\Catalogue\CatalogueFetcher
  1081.      */
  1082.     protected function getCatalogueFetcherService()
  1083.     {
  1084.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueFetcher.php';
  1085.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] = new \Translation\Bundle\Catalogue\CatalogueFetcher(($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()));
  1086.     }
  1087.     /**
  1088.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueManager' shared service.
  1089.      *
  1090.      * @return \Translation\Bundle\Catalogue\CatalogueManager
  1091.      */
  1092.     protected function getCatalogueManagerService()
  1093.     {
  1094.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  1095.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager();
  1096.     }
  1097.     /**
  1098.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueWriter' shared service.
  1099.      *
  1100.      * @return \Translation\Bundle\Catalogue\CatalogueWriter
  1101.      */
  1102.     protected function getCatalogueWriterService()
  1103.     {
  1104.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueWriter.php';
  1105.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] = new \Translation\Bundle\Catalogue\CatalogueWriter(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), 'bg');
  1106.     }
  1107.     /**
  1108.      * Gets the public 'Translation\Bundle\Command\CheckMissingCommand' shared service.
  1109.      *
  1110.      * @return \Translation\Bundle\Command\CheckMissingCommand
  1111.      */
  1112.     protected function getCheckMissingCommandService()
  1113.     {
  1114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/CheckMissingCommand.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  1117.         $this->services['Translation\\Bundle\\Command\\CheckMissingCommand'] = $instance = new \Translation\Bundle\Command\CheckMissingCommand(($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())));
  1118.         $instance->setName('translation:check-missing');
  1119.         return $instance;
  1120.     }
  1121.     /**
  1122.      * Gets the public 'Translation\Bundle\Command\DeleteObsoleteCommand' shared service.
  1123.      *
  1124.      * @return \Translation\Bundle\Command\DeleteObsoleteCommand
  1125.      */
  1126.     protected function getDeleteObsoleteCommandService()
  1127.     {
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/DeleteObsoleteCommand.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  1133.         $this->services['Translation\\Bundle\\Command\\DeleteObsoleteCommand'] = $instance = new \Translation\Bundle\Command\DeleteObsoleteCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  1134.         $instance->setName('translation:delete-obsolete');
  1135.         return $instance;
  1136.     }
  1137.     /**
  1138.      * Gets the public 'Translation\Bundle\Command\DownloadCommand' shared service.
  1139.      *
  1140.      * @return \Translation\Bundle\Command\DownloadCommand
  1141.      */
  1142.     protected function getDownloadCommandService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/DownloadCommand.php';
  1148.         $this->services['Translation\\Bundle\\Command\\DownloadCommand'] = $instance = new \Translation\Bundle\Command\DownloadCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Service\\CacheClearer'] ?? $this->getCacheClearerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()));
  1149.         $instance->setName('translation:download');
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the public 'Translation\Bundle\Command\ExtractCommand' shared service.
  1154.      *
  1155.      * @return \Translation\Bundle\Command\ExtractCommand
  1156.      */
  1157.     protected function getExtractCommandService()
  1158.     {
  1159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/ExtractCommand.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  1163.         $this->services['Translation\\Bundle\\Command\\ExtractCommand'] = $instance = new \Translation\Bundle\Command\ExtractCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()));
  1164.         $instance->setName('translation:extract');
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'Translation\Bundle\Command\StatusCommand' shared service.
  1169.      *
  1170.      * @return \Translation\Bundle\Command\StatusCommand
  1171.      */
  1172.     protected function getStatusCommandService()
  1173.     {
  1174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  1176.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StatusCommand.php';
  1177.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  1178.         $this->services['Translation\\Bundle\\Command\\StatusCommand'] = $instance = new \Translation\Bundle\Command\StatusCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  1179.         $instance->setName('translation:status');
  1180.         return $instance;
  1181.     }
  1182.     /**
  1183.      * Gets the public 'Translation\Bundle\Command\SyncCommand' shared service.
  1184.      *
  1185.      * @return \Translation\Bundle\Command\SyncCommand
  1186.      */
  1187.     protected function getSyncCommandService()
  1188.     {
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/SyncCommand.php';
  1192.         $this->services['Translation\\Bundle\\Command\\SyncCommand'] = $instance = new \Translation\Bundle\Command\SyncCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()));
  1193.         $instance->setName('translation:sync');
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'Translation\Bundle\Controller\SymfonyProfilerController' shared autowired service.
  1198.      *
  1199.      * @return \Translation\Bundle\Controller\SymfonyProfilerController
  1200.      */
  1201.     protected function getSymfonyProfilerControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Controller/SymfonyProfilerController.php';
  1205.         $this->services['Translation\\Bundle\\Controller\\SymfonyProfilerController'] = $instance = new \Translation\Bundle\Controller\SymfonyProfilerController(($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()), ($this->services['profiler'] ?? $this->getProfilerService()), true);
  1206.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1207.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1208.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1209.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1210.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1211.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1212.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1213.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1214.             'router' => ['services''router''getRouterService'false],
  1215.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1216.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1217.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1218.             'serializer' => ['services''serializer''getSerializerService'false],
  1219.             'session' => ['services''session''getSessionService'false],
  1220.             'twig' => ['services''twig''getTwigService'false],
  1221.         ], [
  1222.             'doctrine' => '?',
  1223.             'form.factory' => '?',
  1224.             'http_kernel' => '?',
  1225.             'message_bus' => '?',
  1226.             'messenger.default_bus' => '?',
  1227.             'parameter_bag' => '?',
  1228.             'request_stack' => '?',
  1229.             'router' => '?',
  1230.             'security.authorization_checker' => '?',
  1231.             'security.csrf.token_manager' => '?',
  1232.             'security.token_storage' => '?',
  1233.             'serializer' => '?',
  1234.             'session' => '?',
  1235.             'twig' => '?',
  1236.         ]))->withContext('Translation\\Bundle\\Controller\\SymfonyProfilerController'$this));
  1237.         return $instance;
  1238.     }
  1239.     /**
  1240.      * Gets the public 'Translation\Bundle\Controller\WebUIController' shared autowired service.
  1241.      *
  1242.      * @return \Translation\Bundle\Controller\WebUIController
  1243.      */
  1244.     protected function getWebUIControllerService()
  1245.     {
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Controller/WebUIController.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  1249.         $this->services['Translation\\Bundle\\Controller\\WebUIController'] = $instance = new \Translation\Bundle\Controller\WebUIController(($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), $this->parameters['php_translation.locales'], truetruetrue, (\dirname(__DIR__4).'/'));
  1250.         $instance->setContainer($this);
  1251.         return $instance;
  1252.     }
  1253.     /**
  1254.      * Gets the public 'Translation\Bundle\Service\CacheClearer' shared service.
  1255.      *
  1256.      * @return \Translation\Bundle\Service\CacheClearer
  1257.      */
  1258.     protected function getCacheClearerService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php';
  1261.         return $this->services['Translation\\Bundle\\Service\\CacheClearer'] = new \Translation\Bundle\Service\CacheClearer($this->targetDir.'', ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1262.     }
  1263.     /**
  1264.      * Gets the public 'Translation\Bundle\Service\ConfigurationManager' shared service.
  1265.      *
  1266.      * @return \Translation\Bundle\Service\ConfigurationManager
  1267.      */
  1268.     protected function getConfigurationManagerService()
  1269.     {
  1270.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/ConfigurationManager.php';
  1271.         $this->services['Translation\\Bundle\\Service\\ConfigurationManager'] = $instance = new \Translation\Bundle\Service\ConfigurationManager();
  1272.         $instance->addConfiguration('app', ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  1273.         return $instance;
  1274.     }
  1275.     /**
  1276.      * Gets the public 'Translation\Bundle\Service\Importer' shared service.
  1277.      *
  1278.      * @return \Translation\Bundle\Service\Importer
  1279.      */
  1280.     protected function getImporterService()
  1281.     {
  1282.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/Importer.php';
  1283.         return $this->services['Translation\\Bundle\\Service\\Importer'] = new \Translation\Bundle\Service\Importer(($this->privates['Translation\\Extractor\\Extractor'] ?? $this->getExtractorService()), ($this->services['twig'] ?? $this->getTwigService()), 'bg');
  1284.     }
  1285.     /**
  1286.      * Gets the public 'Translation\Bundle\Service\StorageManager' shared service.
  1287.      *
  1288.      * @return \Translation\Bundle\Service\StorageManager
  1289.      */
  1290.     protected function getStorageManagerService()
  1291.     {
  1292.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/StorageManager.php';
  1293.         $this->services['Translation\\Bundle\\Service\\StorageManager'] = $instance = new \Translation\Bundle\Service\StorageManager();
  1294.         $instance->addStorage('app', ($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()));
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'cache.app' shared service.
  1299.      *
  1300.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1301.      */
  1302.     protected function getCache_AppService()
  1303.     {
  1304.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eaLSkHDsoj'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1305.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1306.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1307.     }
  1308.     /**
  1309.      * Gets the public 'cache.app_clearer' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1312.      */
  1313.     protected function getCache_AppClearerService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1317.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1318.     }
  1319.     /**
  1320.      * Gets the public 'cache.global_clearer' shared service.
  1321.      *
  1322.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1323.      */
  1324.     protected function getCache_GlobalClearerService()
  1325.     {
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1328.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1329.     }
  1330.     /**
  1331.      * Gets the public 'cache.system' shared service.
  1332.      *
  1333.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1334.      */
  1335.     protected function getCache_SystemService()
  1336.     {
  1337.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jsaJ0fXzry'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1338.     }
  1339.     /**
  1340.      * Gets the public 'cache.system_clearer' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1343.      */
  1344.     protected function getCache_SystemClearerService()
  1345.     {
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1348.         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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1349.     }
  1350.     /**
  1351.      * Gets the public 'cache_clearer' shared service.
  1352.      *
  1353.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1354.      */
  1355.     protected function getCacheClearer2Service()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1359.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1360.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1361.         }, 1));
  1362.     }
  1363.     /**
  1364.      * Gets the public 'cache_warmer' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1367.      */
  1368.     protected function getCacheWarmerService()
  1369.     {
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1372.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1373.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1374.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1375.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1376.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1377.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1378.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1379.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1380.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1381.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  1382.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1383.     }
  1384.     /**
  1385.      * Gets the public 'console.command_loader' shared service.
  1386.      *
  1387.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1388.      */
  1389.     protected function getConsole_CommandLoaderService()
  1390.     {
  1391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1393.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1394.             'App\\Command\\DemoCommand' => ['privates''App\\Command\\DemoCommand''getDemoCommandService'false],
  1395.             'App\\Command\\GenerateTranslationsForEnumCommand' => ['privates''App\\Command\\GenerateTranslationsForEnumCommand''getGenerateTranslationsForEnumCommandService'false],
  1396.             'App\\Command\\MailAddTemplatesCommand' => ['privates''App\\Command\\MailAddTemplatesCommand''getMailAddTemplatesCommandService'false],
  1397.             'App\\Command\\MailLoadTemplatesCommand' => ['privates''App\\Command\\MailLoadTemplatesCommand''getMailLoadTemplatesCommandService'false],
  1398.             'App\\Command\\MailUpdateTemplatesCommand' => ['privates''App\\Command\\MailUpdateTemplatesCommand''getMailUpdateTemplatesCommandService'false],
  1399.             'App\\Command\\MaintenanceCommand' => ['privates''App\\Command\\MaintenanceCommand''getMaintenanceCommandService'false],
  1400.             'App\\Command\\MakeModuleCommand' => ['privates''App\\Command\\MakeModuleCommand''getMakeModuleCommandService'false],
  1401.             'App\\Command\\RunScheduleCommand' => ['privates''App\\Command\\RunScheduleCommand''getRunScheduleCommandService'false],
  1402.             'App\\Command\\ScheduleWorkCommand' => ['privates''App\\Command\\ScheduleWorkCommand''getScheduleWorkCommandService'false],
  1403.             'App\\Command\\TranslationTrimCommand' => ['privates''App\\Command\\TranslationTrimCommand''getTranslationTrimCommandService'false],
  1404.             'App\\Command\\UpdateDataCommand' => ['privates''App\\Command\\UpdateDataCommand''getUpdateDataCommandService'false],
  1405.             'Translation\\Bundle\\Command\\CheckMissingCommand' => ['services''Translation\\Bundle\\Command\\CheckMissingCommand''getCheckMissingCommandService'false],
  1406.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => ['services''Translation\\Bundle\\Command\\DeleteObsoleteCommand''getDeleteObsoleteCommandService'false],
  1407.             'Translation\\Bundle\\Command\\DownloadCommand' => ['services''Translation\\Bundle\\Command\\DownloadCommand''getDownloadCommandService'false],
  1408.             'Translation\\Bundle\\Command\\ExtractCommand' => ['services''Translation\\Bundle\\Command\\ExtractCommand''getExtractCommandService'false],
  1409.             'Translation\\Bundle\\Command\\StatusCommand' => ['services''Translation\\Bundle\\Command\\StatusCommand''getStatusCommandService'false],
  1410.             'Translation\\Bundle\\Command\\SyncCommand' => ['services''Translation\\Bundle\\Command\\SyncCommand''getSyncCommandService'false],
  1411.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1412.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1413.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1414.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1415.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1416.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1417.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1418.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1419.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1420.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1421.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1422.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1423.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1424.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1425.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1426.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  1427.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  1428.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  1429.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  1430.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1431.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1432.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1433.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1434.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1435.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1436.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1437.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1438.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1439.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1440.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1441.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1442.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1443.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1444.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1445.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1446.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1447.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1448.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1449.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1450.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1451.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1452.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1453.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1454.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1455.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1456.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1457.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1458.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1459.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1460.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1461.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1462.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1463.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1464.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1465.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1466.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1467.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1468.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1469.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1470.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1471.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1472.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  1473.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  1474.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1475.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1476.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1477.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1478.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1479.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1480.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1481.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  1482.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1483.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1484.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1485.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1486.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1487.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1488.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1489.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1490.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1491.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  1492.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1493.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1494.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1495.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1496.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1497.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1498.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1499.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1500.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1501.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1502.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1503.         ], [
  1504.             'App\\Command\\DemoCommand' => 'App\\Command\\DemoCommand',
  1505.             'App\\Command\\GenerateTranslationsForEnumCommand' => 'App\\Command\\GenerateTranslationsForEnumCommand',
  1506.             'App\\Command\\MailAddTemplatesCommand' => 'App\\Command\\MailAddTemplatesCommand',
  1507.             'App\\Command\\MailLoadTemplatesCommand' => 'App\\Command\\MailLoadTemplatesCommand',
  1508.             'App\\Command\\MailUpdateTemplatesCommand' => 'App\\Command\\MailUpdateTemplatesCommand',
  1509.             'App\\Command\\MaintenanceCommand' => 'App\\Command\\MaintenanceCommand',
  1510.             'App\\Command\\MakeModuleCommand' => 'App\\Command\\MakeModuleCommand',
  1511.             'App\\Command\\RunScheduleCommand' => 'App\\Command\\RunScheduleCommand',
  1512.             'App\\Command\\ScheduleWorkCommand' => 'App\\Command\\ScheduleWorkCommand',
  1513.             'App\\Command\\TranslationTrimCommand' => 'App\\Command\\TranslationTrimCommand',
  1514.             'App\\Command\\UpdateDataCommand' => 'App\\Command\\UpdateDataCommand',
  1515.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'Translation\\Bundle\\Command\\CheckMissingCommand',
  1516.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'Translation\\Bundle\\Command\\DeleteObsoleteCommand',
  1517.             'Translation\\Bundle\\Command\\DownloadCommand' => 'Translation\\Bundle\\Command\\DownloadCommand',
  1518.             'Translation\\Bundle\\Command\\ExtractCommand' => 'Translation\\Bundle\\Command\\ExtractCommand',
  1519.             'Translation\\Bundle\\Command\\StatusCommand' => 'Translation\\Bundle\\Command\\StatusCommand',
  1520.             'Translation\\Bundle\\Command\\SyncCommand' => 'Translation\\Bundle\\Command\\SyncCommand',
  1521.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1522.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1523.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1524.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1525.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1526.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1527.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1528.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1529.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1530.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1531.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1532.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1533.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1534.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1535.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1536.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  1537.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  1538.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  1539.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  1540.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1541.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1542.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1543.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1544.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1545.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1546.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1547.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1548.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1549.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1550.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1551.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1552.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1553.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1554.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1555.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1556.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1557.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1558.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1559.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1560.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1561.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1562.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1563.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1564.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1565.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1566.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1567.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1568.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1569.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1570.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1571.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1572.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1573.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1574.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1575.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1576.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1577.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1578.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1579.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1580.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1581.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1582.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1583.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1584.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1585.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1586.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1587.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1588.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1589.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1590.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1591.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1592.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1593.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1594.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1595.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1596.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1597.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1598.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1599.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1600.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1601.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1602.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1603.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1604.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1605.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1606.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1607.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1608.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1609.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1610.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1611.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1612.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1613.         ]), ['demo:command' => 'App\\Command\\DemoCommand''enum:translations' => 'App\\Command\\GenerateTranslationsForEnumCommand''mail:add-templates' => 'App\\Command\\MailAddTemplatesCommand''mail:load-templates' => 'App\\Command\\MailLoadTemplatesCommand''mail:update-templates' => 'App\\Command\\MailUpdateTemplatesCommand''sirius:maintenance' => 'App\\Command\\MaintenanceCommand''make:module' => 'App\\Command\\MakeModuleCommand''schedule:run' => 'App\\Command\\RunScheduleCommand''schedule:work' => 'App\\Command\\ScheduleWorkCommand''translation:trim' => 'App\\Command\\TranslationTrimCommand''data:update' => 'App\\Command\\UpdateDataCommand''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:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''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''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''translation:check-missing' => 'Translation\\Bundle\\Command\\CheckMissingCommand''translation:delete-obsolete' => 'Translation\\Bundle\\Command\\DeleteObsoleteCommand''translation:download' => 'Translation\\Bundle\\Command\\DownloadCommand''translation:extract' => 'Translation\\Bundle\\Command\\ExtractCommand''translation:status' => 'Translation\\Bundle\\Command\\StatusCommand''translation:sync' => 'Translation\\Bundle\\Command\\SyncCommand''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: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']);
  1614.     }
  1615.     /**
  1616.      * Gets the public 'container.env_var_processors_locator' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1619.      */
  1620.     protected function getContainer_EnvVarProcessorsLocatorService()
  1621.     {
  1622.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1623.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1624.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1625.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1626.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1627.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1628.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1629.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1630.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1631.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1632.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1633.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1634.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1635.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1636.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1637.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1638.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1639.         ], [
  1640.             'base64' => '?',
  1641.             'bool' => '?',
  1642.             'const' => '?',
  1643.             'csv' => '?',
  1644.             'default' => '?',
  1645.             'file' => '?',
  1646.             'float' => '?',
  1647.             'int' => '?',
  1648.             'json' => '?',
  1649.             'key' => '?',
  1650.             'query_string' => '?',
  1651.             'require' => '?',
  1652.             'resolve' => '?',
  1653.             'string' => '?',
  1654.             'trim' => '?',
  1655.             'url' => '?',
  1656.         ]);
  1657.     }
  1658.     /**
  1659.      * Gets the public 'data_collector.dump' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1662.      */
  1663.     protected function getDataCollector_DumpService()
  1664.     {
  1665.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1666.     }
  1667.     /**
  1668.      * Gets the public 'doctrine' shared service.
  1669.      *
  1670.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1671.      */
  1672.     protected function getDoctrineService()
  1673.     {
  1674.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1675.     }
  1676.     /**
  1677.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1678.      *
  1679.      * @return \Doctrine\DBAL\Connection
  1680.      */
  1681.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1682.     {
  1683.         $a = new \Doctrine\DBAL\Configuration();
  1684.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1685.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1686.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1687.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1688.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1689.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1690.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1691.         $a->setSQLLogger($b);
  1692.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1693.             'App\\EventListener\\FileEventListener' => ['privates''App\\EventListener\\FileEventListener''getFileEventListenerService'false],
  1694.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1695.         ], [
  1696.             'App\\EventListener\\FileEventListener' => '?',
  1697.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1698.         ]));
  1699.         $e = new \Gedmo\Sluggable\SluggableListener();
  1700.         $f = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1701.         $e->setAnnotationReader($f);
  1702.         $g = new \Gedmo\Timestampable\TimestampableListener();
  1703.         $g->setAnnotationReader($f);
  1704.         $h = new \Gedmo\Sortable\SortableListener();
  1705.         $h->setAnnotationReader($f);
  1706.         $i = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  1707.         $i->setAnnotationReader($f);
  1708.         $d->addEventSubscriber(new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  1709.             return new \EmptyIterator();
  1710.         }, 0)));
  1711.         $d->addEventSubscriber(new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]));
  1712.         $d->addEventSubscriber($e);
  1713.         $d->addEventSubscriber($g);
  1714.         $d->addEventSubscriber($h);
  1715.         $d->addEventSubscriber($i);
  1716.         $d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  1717.         $d->addEventListener([=> 'postRemove'], 'App\\EventListener\\FileEventListener');
  1718.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1719.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.6''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a$d, []);
  1720.     }
  1721.     /**
  1722.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1723.      *
  1724.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1725.      */
  1726.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1727.     {
  1728.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1729.             'App\\EventListener\\UserDefinedPageEventListener' => ['privates''App\\EventListener\\UserDefinedPageEventListener''getUserDefinedPageEventListenerService'false],
  1730.         ], [
  1731.             'App\\EventListener\\UserDefinedPageEventListener' => '?',
  1732.         ]));
  1733.         $instance->registerService('App\\EventListener\\UserDefinedPageEventListener''App\\EventListener\\UserDefinedPageEventListener');
  1734.         return $instance;
  1735.     }
  1736.     /**
  1737.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1738.      *
  1739.      * @return \Doctrine\ORM\EntityManager
  1740.      */
  1741.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1742.     {
  1743.         $a = new \Doctrine\ORM\Configuration();
  1744.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1745.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity')]);
  1746.         $b->addDriver($c'App\\Entity');
  1747.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1748.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  1749.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1750.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1751.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1752.         $a->setMetadataDriverImpl($b);
  1753.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1754.         $a->setProxyNamespace('Proxies');
  1755.         $a->setAutoGenerateProxyClasses(true);
  1756.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1757.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1758.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1759.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1760.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1761.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1762.             'App\\Repository\\DataMigrationRepository' => ['privates''App\\Repository\\DataMigrationRepository''getDataMigrationRepositoryService'false],
  1763.             'App\\Repository\\FileRepository' => ['privates''App\\Repository\\FileRepository''getFileRepositoryService'false],
  1764.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1765.             'App\\Repository\\LandingPageRepository' => ['privates''App\\Repository\\LandingPageRepository''getLandingPageRepositoryService'false],
  1766.             'App\\Repository\\MailRepository' => ['privates''App\\Repository\\MailRepository''getMailRepositoryService'false],
  1767.             'App\\Repository\\ModuleItemRepository' => ['privates''App\\Repository\\ModuleItemRepository''getModuleItemRepositoryService'false],
  1768.             'App\\Repository\\ModuleRepository' => ['privates''App\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  1769.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'false],
  1770.             'App\\Repository\\Permission\\GroupRepository' => ['privates''App\\Repository\\Permission\\GroupRepository''getGroupRepositoryService'false],
  1771.             'App\\Repository\\Permission\\PermissionRepository' => ['privates''App\\Repository\\Permission\\PermissionRepository''getPermissionRepositoryService'false],
  1772.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  1773.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  1774.             'App\\Repository\\Scheduler\\ScheduleRepository' => ['privates''App\\Repository\\Scheduler\\ScheduleRepository''getScheduleRepositoryService'false],
  1775.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'false],
  1776.             'App\\Repository\\TranslationRepository' => ['privates''App\\Repository\\TranslationRepository''getTranslationRepositoryService'false],
  1777.             'App\\Repository\\UserDefinedModuleRepository' => ['privates''App\\Repository\\UserDefinedModuleRepository''getUserDefinedModuleRepositoryService'false],
  1778.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1779.         ], [
  1780.             'App\\Repository\\DataMigrationRepository' => '?',
  1781.             'App\\Repository\\FileRepository' => '?',
  1782.             'App\\Repository\\ImageRepository' => '?',
  1783.             'App\\Repository\\LandingPageRepository' => '?',
  1784.             'App\\Repository\\MailRepository' => '?',
  1785.             'App\\Repository\\ModuleItemRepository' => '?',
  1786.             'App\\Repository\\ModuleRepository' => '?',
  1787.             'App\\Repository\\PageRepository' => '?',
  1788.             'App\\Repository\\Permission\\GroupRepository' => '?',
  1789.             'App\\Repository\\Permission\\PermissionRepository' => '?',
  1790.             'App\\Repository\\ProfileRepository' => '?',
  1791.             'App\\Repository\\ProjectRepository' => '?',
  1792.             'App\\Repository\\Scheduler\\ScheduleRepository' => '?',
  1793.             'App\\Repository\\SettingRepository' => '?',
  1794.             'App\\Repository\\TranslationRepository' => '?',
  1795.             'App\\Repository\\UserDefinedModuleRepository' => '?',
  1796.             'App\\Repository\\UserRepository' => '?',
  1797.         ])));
  1798.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1799.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1800.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1801.         return $instance;
  1802.     }
  1803.     /**
  1804.      * Gets the public 'error_controller' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1807.      */
  1808.     protected function getErrorControllerService()
  1809.     {
  1810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1815.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1816.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1817.     }
  1818.     /**
  1819.      * Gets the public 'event_dispatcher' shared service.
  1820.      *
  1821.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1822.      */
  1823.     protected function getEventDispatcherService()
  1824.     {
  1825.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1826.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1827.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1828.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1829.         $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())));
  1830.         $instance->addListener('kernel.controller', [=> function () {
  1831.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1832.         }, => 'onKernelController'], 0);
  1833.         $instance->addListener('kernel.exception', [=> function () {
  1834.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1835.         }, => 'onKernelException'], 0);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1838.         }, => 'onKernelRequest'], 0);
  1839.         $instance->addListener('kernel.request', [=> function () {
  1840.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber($this->getEnv('LOCALE'))));
  1841.         }, => 'onKernelRequest'], 20);
  1842.         $instance->addListener('kernel.request', [=> function () {
  1843.             return ($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1844.         }, => 'onKernelRequest'], 10);
  1845.         $instance->addListener('kernel.controller', [=> function () {
  1846.             return ($this->privates['App\\EventSubscriber\\NeedsPermissionSubscriber'] ?? $this->getNeedsPermissionSubscriberService());
  1847.         }, => 'checkPermission'], 10);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1850.         }, => 'onKernelResponse'], 0);
  1851.         $instance->addListener('kernel.response', [=> function () {
  1852.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1853.         }, => 'onKernelResponse'], -1024);
  1854.         $instance->addListener('kernel.request', [=> function () {
  1855.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1856.         }, => 'setDefaultLocale'], 100);
  1857.         $instance->addListener('kernel.request', [=> function () {
  1858.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1859.         }, => 'onKernelRequest'], 16);
  1860.         $instance->addListener('kernel.finish_request', [=> function () {
  1861.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1862.         }, => 'onKernelFinishRequest'], 0);
  1863.         $instance->addListener('kernel.request', [=> function () {
  1864.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1865.         }, => 'onKernelRequest'], 256);
  1866.         $instance->addListener('kernel.response', [=> function () {
  1867.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1868.         }, => 'onResponse'], -255);
  1869.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1870.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1871.         }, => 'onControllerArguments'], 0);
  1872.         $instance->addListener('kernel.exception', [=> function () {
  1873.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1874.         }, => 'logKernelException'], 0);
  1875.         $instance->addListener('kernel.exception', [=> function () {
  1876.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1877.         }, => 'onKernelException'], -128);
  1878.         $instance->addListener('kernel.response', [=> function () {
  1879.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1880.         }, => 'removeCspHeader'], -128);
  1881.         $instance->addListener('kernel.request', [=> function () {
  1882.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1883.         }, => 'onKernelRequest'], 15);
  1884.         $instance->addListener('kernel.finish_request', [=> function () {
  1885.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1886.         }, => 'onKernelFinishRequest'], -15);
  1887.         $instance->addListener('console.error', [=> function () {
  1888.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1889.         }, => 'onConsoleError'], -128);
  1890.         $instance->addListener('console.terminate', [=> function () {
  1891.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1892.         }, => 'onConsoleTerminate'], -128);
  1893.         $instance->addListener('console.error', [=> function () {
  1894.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1895.         }, => 'onConsoleError'], 0);
  1896.         $instance->addListener('kernel.request', [=> function () {
  1897.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1898.         }, => 'onKernelRequest'], 128);
  1899.         $instance->addListener('kernel.response', [=> function () {
  1900.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1901.         }, => 'onKernelResponse'], -1000);
  1902.         $instance->addListener('kernel.finish_request', [=> function () {
  1903.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1904.         }, => 'onFinishRequest'], 0);
  1905.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1906.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1907.         }, => 'onMessageFailed'], 100);
  1908.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1909.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1910.         }, => 'onWorkerRunning'], 100);
  1911.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1912.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1913.         }, => 'onWorkerStarted'], 0);
  1914.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1915.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1916.         }, => 'onWorkerRunning'], 0);
  1917.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1918.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener()));
  1919.         }, => 'onWorkerStarted'], 100);
  1920.         $instance->addListener('kernel.response', [=> function () {
  1921.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1922.         }, => 'onKernelResponse'], -100);
  1923.         $instance->addListener('kernel.exception', [=> function () {
  1924.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1925.         }, => 'onKernelException'], 0);
  1926.         $instance->addListener('kernel.terminate', [=> function () {
  1927.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1928.         }, => 'onKernelTerminate'], -1024);
  1929.         $instance->addListener('kernel.controller', [=> function () {
  1930.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1931.         }, => 'onKernelController'], 0);
  1932.         $instance->addListener('kernel.response', [=> function () {
  1933.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1934.         }, => 'onKernelResponse'], 0);
  1935.         $instance->addListener('kernel.request', [=> function () {
  1936.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1937.         }, => 'configure'], 2048);
  1938.         $instance->addListener('console.command', [=> function () {
  1939.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1940.         }, => 'configure'], 2048);
  1941.         $instance->addListener('kernel.request', [=> function () {
  1942.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1943.         }, => 'onKernelRequest'], 32);
  1944.         $instance->addListener('kernel.finish_request', [=> function () {
  1945.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1946.         }, => 'onKernelFinishRequest'], 0);
  1947.         $instance->addListener('kernel.exception', [=> function () {
  1948.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1949.         }, => 'onKernelException'], -64);
  1950.         $instance->addListener('kernel.response', [=> function () {
  1951.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1952.         }, => 'onKernelResponse'], 0);
  1953.         $instance->addListener('kernel.controller', [=> function () {
  1954.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1955.         }, => 'onKernelController'], 0);
  1956.         $instance->addListener('kernel.controller', [=> function () {
  1957.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1958.         }, => 'onKernelController'], 0);
  1959.         $instance->addListener('kernel.controller', [=> function () {
  1960.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1961.         }, => 'onKernelController'], -128);
  1962.         $instance->addListener('kernel.view', [=> function () {
  1963.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1964.         }, => 'onKernelView'], 0);
  1965.         $instance->addListener('kernel.controller', [=> function () {
  1966.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1967.         }, => 'onKernelController'], 0);
  1968.         $instance->addListener('kernel.response', [=> function () {
  1969.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1970.         }, => 'onKernelResponse'], 0);
  1971.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1972.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1973.         }, => 'onKernelControllerArguments'], 0);
  1974.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1975.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1976.         }, => 'onKernelControllerArguments'], 0);
  1977.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1978.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1979.         }, => 'onWorkerMessageHandled'], 0);
  1980.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1981.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1982.         }, => 'onWorkerMessageFailed'], 0);
  1983.         $instance->addListener('kernel.response', [=> function () {
  1984.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1985.         }, => 'onKernelResponse'], 0);
  1986.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1987.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1988.         }, => 'onVoterVote'], 0);
  1989.         $instance->addListener('kernel.request', [=> function () {
  1990.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1991.         }, => 'configureLogoutUrlGenerator'], 8);
  1992.         $instance->addListener('kernel.request', [=> function () {
  1993.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1994.         }, => 'onKernelRequest'], 8);
  1995.         $instance->addListener('kernel.finish_request', [=> function () {
  1996.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1997.         }, => 'onKernelFinishRequest'], 0);
  1998.         $instance->addListener('kernel.exception', [=> function () {
  1999.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2000.         }, => 'onException'], 0);
  2001.         $instance->addListener('kernel.terminate', [=> function () {
  2002.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2003.         }, => 'onTerminate'], 0);
  2004.         $instance->addListener('console.error', [=> function () {
  2005.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2006.         }, => 'onException'], 0);
  2007.         $instance->addListener('console.terminate', [=> function () {
  2008.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2009.         }, => 'onTerminate'], 0);
  2010.         $instance->addListener('kernel.response', [=> function () {
  2011.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2012.         }, => 'onKernelResponse'], -128);
  2013.         $instance->addListener('console.command', [=> function () {
  2014.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2015.         }, => 'onCommand'], 255);
  2016.         $instance->addListener('console.terminate', [=> function () {
  2017.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2018.         }, => 'onTerminate'], -255);
  2019.         $instance->addListener('console.command', [=> function () {
  2020.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2021.         }, => 'configure'], 1024);
  2022.         $instance->addListener('console.error', [=> function () {
  2023.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2024.         }, => 'onConsoleError'], 0);
  2025.         $instance->addListener('console.terminate', [=> function () {
  2026.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2027.         }, => 'onConsoleTerminate'], 0);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2030.         }, => 'onKernelRequest'], 0);
  2031.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2032.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2033.         }, => 'onLogout'], 0);
  2034.         $instance->addListener('knp_pager.before', [=> function () {
  2035.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2036.         }, => 'before'], 0);
  2037.         $instance->addListener('knp_pager.pagination', [=> function () {
  2038.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2039.         }, => 'pagination'], 0);
  2040.         $instance->addListener('knp_pager.before', [=> function () {
  2041.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2042.         }, => 'before'], 1);
  2043.         $instance->addListener('knp_pager.before', [=> function () {
  2044.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2045.         }, => 'before'], 1);
  2046.         $instance->addListener('knp_pager.pagination', [=> function () {
  2047.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2048.         }, => 'pagination'], 1);
  2049.         return $instance;
  2050.     }
  2051.     /**
  2052.      * Gets the public 'filesystem' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\Filesystem\Filesystem
  2055.      */
  2056.     protected function getFilesystemService()
  2057.     {
  2058.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2059.     }
  2060.     /**
  2061.      * Gets the public 'form.factory' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\Form\FormFactory
  2064.      */
  2065.     protected function getForm_FactoryService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2069.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2070.     }
  2071.     /**
  2072.      * Gets the public 'form.type.file' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2075.      */
  2076.     protected function getForm_Type_FileService()
  2077.     {
  2078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2081.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2082.     }
  2083.     /**
  2084.      * Gets the public 'http_kernel' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2087.      */
  2088.     protected function getHttpKernelService()
  2089.     {
  2090.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2091.         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 () {
  2092.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2093.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2094.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2095.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2096.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2097.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2098.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2099.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2100.         }, 8)), $a));
  2101.     }
  2102.     /**
  2103.      * Gets the public 'knp_paginator' shared service.
  2104.      *
  2105.      * @return \Knp\Component\Pager\Paginator
  2106.      */
  2107.     protected function getKnpPaginatorService($lazyLoad true)
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2111.         $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())));
  2112.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2113.         return $instance;
  2114.     }
  2115.     /**
  2116.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  2117.      *
  2118.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  2119.      */
  2120.     protected function getLiipImagine_Binary_Loader_DefaultService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  2129.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  2130.         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));
  2131.     }
  2132.     /**
  2133.      * Gets the public 'liip_imagine.binary.loader.flysystem_loader' shared service.
  2134.      *
  2135.      * @return \Liip\ImagineBundle\Binary\Loader\FlysystemLoader
  2136.      */
  2137.     protected function getLiipImagine_Binary_Loader_FlysystemLoaderService()
  2138.     {
  2139.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FlysystemLoader.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2143.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2144.         return $this->services['liip_imagine.binary.loader.flysystem_loader'] = new \Liip\ImagineBundle\Binary\Loader\FlysystemLoader(\Symfony\Component\Mime\MimeTypes::getDefault(), ($this->services['oneup_flysystem.public_uploads_filesystem_filesystem'] ?? $this->getOneupFlysystem_PublicUploadsFilesystemFilesystemService()));
  2145.     }
  2146.     /**
  2147.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2148.      *
  2149.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2150.      */
  2151.     protected function getLiipImagine_Cache_ManagerService()
  2152.     {
  2153.         $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()), 'flysystem_resolver');
  2154.         $instance->addResolver('flysystem_resolver', ($this->services['liip_imagine.cache.resolver.flysystem_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FlysystemResolverService()));
  2155.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2156.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2161.      *
  2162.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2163.      */
  2164.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2165.     {
  2166.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2167.     }
  2168.     /**
  2169.      * Gets the public 'liip_imagine.cache.resolver.flysystem_resolver' shared service.
  2170.      *
  2171.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver
  2172.      */
  2173.     protected function getLiipImagine_Cache_Resolver_FlysystemResolverService()
  2174.     {
  2175.         return $this->services['liip_imagine.cache.resolver.flysystem_resolver'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver(($this->services['oneup_flysystem.public_uploads_filesystem_filesystem'] ?? $this->getOneupFlysystem_PublicUploadsFilesystemFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $this->getEnv('string:SITE_BASE_URL').'/uploads''media/cache''public');
  2176.     }
  2177.     /**
  2178.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2179.      *
  2180.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2181.      */
  2182.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2183.     {
  2184.         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()));
  2185.     }
  2186.     /**
  2187.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2188.      *
  2189.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2190.      */
  2191.     protected function getLiipImagine_Cache_SignerService()
  2192.     {
  2193.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2194.     }
  2195.     /**
  2196.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  2197.      *
  2198.      * @return \Liip\ImagineBundle\Config\StackCollection
  2199.      */
  2200.     protected function getLiipImagine_Config_StackCollectionService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  2204.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  2221.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  2227.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  2228.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  2229.         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->parameters['liip_imagine.filter_sets']);
  2230.     }
  2231.     /**
  2232.      * Gets the public 'liip_imagine.data.manager' shared service.
  2233.      *
  2234.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  2235.      */
  2236.     protected function getLiipImagine_Data_ManagerService()
  2237.     {
  2238.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2242.         $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()), 'flysystem_loader'NULL);
  2243.         $instance->addLoader('flysystem_loader', ($this->services['liip_imagine.binary.loader.flysystem_loader'] ?? $this->getLiipImagine_Binary_Loader_FlysystemLoaderService()));
  2244.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  2249.      *
  2250.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  2251.      */
  2252.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2257.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  2258.     }
  2259.     /**
  2260.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  2261.      *
  2262.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  2263.      */
  2264.     protected function getLiipImagine_Filter_Loader_FixedService()
  2265.     {
  2266.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2268.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  2269.     }
  2270.     /**
  2271.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  2272.      *
  2273.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  2274.      */
  2275.     protected function getLiipImagine_Filter_Loader_FlipService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2279.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  2280.     }
  2281.     /**
  2282.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  2283.      *
  2284.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  2285.      */
  2286.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2290.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  2291.     }
  2292.     /**
  2293.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  2294.      *
  2295.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  2296.      */
  2297.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2301.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  2302.     }
  2303.     /**
  2304.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  2305.      *
  2306.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  2307.      */
  2308.     protected function getLiipImagine_Filter_Loader_ResampleService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  2312.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  2313.     }
  2314.     /**
  2315.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  2316.      *
  2317.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  2318.      */
  2319.     protected function getLiipImagine_Filter_Loader_RotateService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2323.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  2324.     }
  2325.     /**
  2326.      * Gets the public 'liip_imagine.filter.manager' shared service.
  2327.      *
  2328.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  2329.      */
  2330.     protected function getLiipImagine_Filter_ManagerService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2357.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  2358.         $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()));
  2359.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  2360.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  2361.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  2362.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  2363.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  2364.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  2365.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  2366.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  2367.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  2368.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  2369.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  2370.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  2371.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  2372.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  2373.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  2374.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  2375.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  2376.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  2377.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  2378.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  2379.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  2380.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  2381.         return $instance;
  2382.     }
  2383.     /**
  2384.      * Gets the public 'messenger.default_bus' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2387.      */
  2388.     protected function getMessenger_DefaultBusService()
  2389.     {
  2390.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2391.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2392.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2393.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2394.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2395.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2396.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2397.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2398.         }, 7)));
  2399.     }
  2400.     /**
  2401.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  2402.      *
  2403.      * @return \League\Flysystem\MountManager
  2404.      */
  2405.     protected function getOneupFlysystem_MountManagerService()
  2406.     {
  2407.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  2408.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager();
  2409.     }
  2410.     /**
  2411.      * Gets the public 'oneup_flysystem.public_uploads_filesystem_filesystem' shared service.
  2412.      *
  2413.      * @return \League\Flysystem\Filesystem
  2414.      */
  2415.     protected function getOneupFlysystem_PublicUploadsFilesystemFilesystemService()
  2416.     {
  2417.         return $this->services['oneup_flysystem.public_uploads_filesystem_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__4).'/public/uploads'), 22, ['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), ['disable_asserts' => false]);
  2418.     }
  2419.     /**
  2420.      * Gets the public 'php_translation.cache_clearer' shared service.
  2421.      *
  2422.      * @return \Translation\Bundle\Service\CacheClearer
  2423.      *
  2424.      * @deprecated The "php_translation.cache_clearer" service is deprecated. You should stop using it, as it will be removed in the future.
  2425.      */
  2426.     protected function getPhpTranslation_CacheClearerService()
  2427.     {
  2428.         trigger_deprecation('''''The "php_translation.cache_clearer" service is deprecated. You should stop using it, as it will be removed in the future.');
  2429.         return $this->services['php_translation.cache_clearer'] = new \Translation\Bundle\Service\CacheClearer($this->targetDir.'', ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2430.     }
  2431.     /**
  2432.      * Gets the public 'php_translation.catalogue_counter' shared service.
  2433.      *
  2434.      * @return \Translation\Bundle\Catalogue\CatalogueCounter
  2435.      *
  2436.      * @deprecated The "php_translation.catalogue_counter" service is deprecated. You should stop using it, as it will be removed in the future.
  2437.      */
  2438.     protected function getPhpTranslation_CatalogueCounterService()
  2439.     {
  2440.         trigger_deprecation('''''The "php_translation.catalogue_counter" service is deprecated. You should stop using it, as it will be removed in the future.');
  2441.         return $this->services['php_translation.catalogue_counter'] = new \Translation\Bundle\Catalogue\CatalogueCounter();
  2442.     }
  2443.     /**
  2444.      * Gets the public 'php_translation.catalogue_fetcher' shared service.
  2445.      *
  2446.      * @return \Translation\Bundle\Catalogue\CatalogueFetcher
  2447.      *
  2448.      * @deprecated The "php_translation.catalogue_fetcher" service is deprecated. You should stop using it, as it will be removed in the future.
  2449.      */
  2450.     protected function getPhpTranslation_CatalogueFetcherService()
  2451.     {
  2452.         trigger_deprecation('''''The "php_translation.catalogue_fetcher" service is deprecated. You should stop using it, as it will be removed in the future.');
  2453.         return $this->services['php_translation.catalogue_fetcher'] = new \Translation\Bundle\Catalogue\CatalogueFetcher(($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()));
  2454.     }
  2455.     /**
  2456.      * Gets the public 'php_translation.catalogue_manager' shared service.
  2457.      *
  2458.      * @return \Translation\Bundle\Catalogue\CatalogueManager
  2459.      *
  2460.      * @deprecated The "php_translation.catalogue_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  2461.      */
  2462.     protected function getPhpTranslation_CatalogueManagerService()
  2463.     {
  2464.         trigger_deprecation('''''The "php_translation.catalogue_manager" service is deprecated. You should stop using it, as it will be removed in the future.');
  2465.         return $this->services['php_translation.catalogue_manager'] = new \Translation\Bundle\Catalogue\CatalogueManager();
  2466.     }
  2467.     /**
  2468.      * Gets the public 'php_translation.catalogue_writer' shared service.
  2469.      *
  2470.      * @return \Translation\Bundle\Catalogue\CatalogueWriter
  2471.      *
  2472.      * @deprecated The "php_translation.catalogue_writer" service is deprecated. You should stop using it, as it will be removed in the future.
  2473.      */
  2474.     protected function getPhpTranslation_CatalogueWriterService()
  2475.     {
  2476.         trigger_deprecation('''''The "php_translation.catalogue_writer" service is deprecated. You should stop using it, as it will be removed in the future.');
  2477.         return $this->services['php_translation.catalogue_writer'] = new \Translation\Bundle\Catalogue\CatalogueWriter(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), 'bg');
  2478.     }
  2479.     /**
  2480.      * Gets the public 'php_translation.configuration_manager' shared service.
  2481.      *
  2482.      * @return \Translation\Bundle\Service\ConfigurationManager
  2483.      *
  2484.      * @deprecated The "php_translation.configuration_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  2485.      */
  2486.     protected function getPhpTranslation_ConfigurationManagerService()
  2487.     {
  2488.         trigger_deprecation('''''The "php_translation.configuration_manager" service is deprecated. You should stop using it, as it will be removed in the future.');
  2489.         $this->services['php_translation.configuration_manager'] = $instance = new \Translation\Bundle\Service\ConfigurationManager();
  2490.         $instance->addConfiguration('app', ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the public 'php_translation.importer' shared service.
  2495.      *
  2496.      * @return \Translation\Bundle\Service\Importer
  2497.      *
  2498.      * @deprecated The "php_translation.importer" service is deprecated. You should stop using it, as it will be removed in the future.
  2499.      */
  2500.     protected function getPhpTranslation_ImporterService()
  2501.     {
  2502.         trigger_deprecation('''''The "php_translation.importer" service is deprecated. You should stop using it, as it will be removed in the future.');
  2503.         return $this->services['php_translation.importer'] = new \Translation\Bundle\Service\Importer(($this->privates['Translation\\Extractor\\Extractor'] ?? $this->getExtractorService()), ($this->services['twig'] ?? $this->getTwigService()), 'bg');
  2504.     }
  2505.     /**
  2506.      * Gets the public 'php_translation.storage.app' shared service.
  2507.      *
  2508.      * @return \Translation\Bundle\Service\StorageService
  2509.      */
  2510.     protected function getPhpTranslation_Storage_AppService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/php-translation/common/src/Storage.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/StorageService.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/php-translation/common/src/TransferableStorage.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-storage/src/FileStorage.php';
  2516.         $this->services['php_translation.storage.app'] = $instance = new \Translation\Bundle\Service\StorageService(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  2517.         $instance->addLocalStorage(new \Translation\SymfonyStorage\FileStorage(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [=> (\dirname(__DIR__4).'/translations')], []));
  2518.         return $instance;
  2519.     }
  2520.     /**
  2521.      * Gets the public 'php_translation.storage_manager' shared service.
  2522.      *
  2523.      * @return \Translation\Bundle\Service\StorageManager
  2524.      *
  2525.      * @deprecated The "php_translation.storage_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  2526.      */
  2527.     protected function getPhpTranslation_StorageManagerService()
  2528.     {
  2529.         trigger_deprecation('''''The "php_translation.storage_manager" service is deprecated. You should stop using it, as it will be removed in the future.');
  2530.         $this->services['php_translation.storage_manager'] = $instance = new \Translation\Bundle\Service\StorageManager();
  2531.         $instance->addStorage('app', ($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()));
  2532.         return $instance;
  2533.     }
  2534.     /**
  2535.      * Gets the public 'php_translator.console.delete_obsolete' shared service.
  2536.      *
  2537.      * @return \Translation\Bundle\Command\DeleteObsoleteCommand
  2538.      *
  2539.      * @deprecated The "php_translator.console.delete_obsolete" service is deprecated. You should stop using it, as it will be removed in the future.
  2540.      */
  2541.     protected function getPhpTranslator_Console_DeleteObsoleteService()
  2542.     {
  2543.         trigger_deprecation('''''The "php_translator.console.delete_obsolete" service is deprecated. You should stop using it, as it will be removed in the future.');
  2544.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  2545.         return $this->services['php_translator.console.delete_obsolete'] = new \Translation\Bundle\Command\DeleteObsoleteCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  2546.     }
  2547.     /**
  2548.      * Gets the public 'php_translator.console.download' shared service.
  2549.      *
  2550.      * @return \Translation\Bundle\Command\DownloadCommand
  2551.      *
  2552.      * @deprecated The "php_translator.console.download" service is deprecated. You should stop using it, as it will be removed in the future.
  2553.      */
  2554.     protected function getPhpTranslator_Console_DownloadService()
  2555.     {
  2556.         trigger_deprecation('''''The "php_translator.console.download" service is deprecated. You should stop using it, as it will be removed in the future.');
  2557.         return $this->services['php_translator.console.download'] = new \Translation\Bundle\Command\DownloadCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Service\\CacheClearer'] ?? $this->getCacheClearerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()));
  2558.     }
  2559.     /**
  2560.      * Gets the public 'php_translator.console.extract' shared service.
  2561.      *
  2562.      * @return \Translation\Bundle\Command\ExtractCommand
  2563.      *
  2564.      * @deprecated The "php_translator.console.extract" service is deprecated. You should stop using it, as it will be removed in the future.
  2565.      */
  2566.     protected function getPhpTranslator_Console_ExtractService()
  2567.     {
  2568.         trigger_deprecation('''''The "php_translator.console.extract" service is deprecated. You should stop using it, as it will be removed in the future.');
  2569.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  2570.         return $this->services['php_translator.console.extract'] = new \Translation\Bundle\Command\ExtractCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()));
  2571.     }
  2572.     /**
  2573.      * Gets the public 'php_translator.console.status' shared service.
  2574.      *
  2575.      * @return \Translation\Bundle\Command\StatusCommand
  2576.      *
  2577.      * @deprecated The "php_translator.console.status" service is deprecated. You should stop using it, as it will be removed in the future.
  2578.      */
  2579.     protected function getPhpTranslator_Console_StatusService()
  2580.     {
  2581.         trigger_deprecation('''''The "php_translator.console.status" service is deprecated. You should stop using it, as it will be removed in the future.');
  2582.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  2583.         return $this->services['php_translator.console.status'] = new \Translation\Bundle\Command\StatusCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  2584.     }
  2585.     /**
  2586.      * Gets the public 'php_translator.console.sync' shared service.
  2587.      *
  2588.      * @return \Translation\Bundle\Command\SyncCommand
  2589.      *
  2590.      * @deprecated The "php_translator.console.sync" service is deprecated. You should stop using it, as it will be removed in the future.
  2591.      */
  2592.     protected function getPhpTranslator_Console_SyncService()
  2593.     {
  2594.         trigger_deprecation('''''The "php_translator.console.sync" service is deprecated. You should stop using it, as it will be removed in the future.');
  2595.         return $this->services['php_translator.console.sync'] = new \Translation\Bundle\Command\SyncCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()));
  2596.     }
  2597.     /**
  2598.      * Gets the public 'profiler' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2601.      */
  2602.     protected function getProfilerService()
  2603.     {
  2604.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2605.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2606.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2607.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2608.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2609.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2610.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2611.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2612.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2613.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2614.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2615.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2616.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2617.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2618.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2619.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2620.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2621.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2622.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2623.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2624.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  2625.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  2626.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2627.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2628.         $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2629.         $g->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2630.         $h = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2631.         $h->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2632.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2633.         if ($this->has('kernel')) {
  2634.             $i->setKernel($b);
  2635.         }
  2636.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2637.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2638.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2639.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2640.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2641.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2642.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  2644.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2645.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2646.         $instance->add($d);
  2647.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  2648.         $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())));
  2649.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2650.         $instance->add($f);
  2651.         $instance->add($g);
  2652.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2653.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2654.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  2655.         $instance->add($h);
  2656.         $instance->add($i);
  2657.         return $instance;
  2658.     }
  2659.     /**
  2660.      * Gets the public 'request_stack' shared service.
  2661.      *
  2662.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2663.      */
  2664.     protected function getRequestStackService()
  2665.     {
  2666.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2667.     }
  2668.     /**
  2669.      * Gets the public 'router' shared service.
  2670.      *
  2671.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2672.      */
  2673.     protected function getRouterService()
  2674.     {
  2675.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2676.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2677.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2678.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2680.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2681.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2682.         ], [
  2683.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2684.         ]))->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'bg');
  2685.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2686.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the public 'routing.loader' shared service.
  2691.      *
  2692.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2693.      */
  2694.     protected function getRouting_LoaderService()
  2695.     {
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2702.         include_once \dirname(__DIR__4).'/src/Routing/UserDefinedPageLoader.php';
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2721.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2722.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2723.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2724.         $a->addLoader(new \App\Routing\UserDefinedPageLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2725.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2726.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2727.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2728.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2729.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2730.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2731.             'kernel' => ['services''kernel''getKernelService'false],
  2732.         ], [
  2733.             'kernel' => 'App\\Kernel',
  2734.         ])));
  2735.         $a->addLoader($c);
  2736.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2737.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2738.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2739.     }
  2740.     /**
  2741.      * Gets the public 'security.authentication_utils' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2744.      */
  2745.     protected function getSecurity_AuthenticationUtilsService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2748.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2749.     }
  2750.     /**
  2751.      * Gets the public 'security.authorization_checker' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2754.      */
  2755.     protected function getSecurity_AuthorizationCheckerService()
  2756.     {
  2757.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2758.     }
  2759.     /**
  2760.      * Gets the public 'security.csrf.token_manager' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2763.      */
  2764.     protected function getSecurity_Csrf_TokenManagerService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2770.         return $this->services['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())));
  2771.     }
  2772.     /**
  2773.      * Gets the public 'security.password_encoder' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2776.      */
  2777.     protected function getSecurity_PasswordEncoderService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2781.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2782.     }
  2783.     /**
  2784.      * Gets the public 'security.token_storage' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2787.      */
  2788.     protected function getSecurity_TokenStorageService()
  2789.     {
  2790.         return $this->services['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, [
  2791.             'session' => ['services''session''getSessionService'false],
  2792.         ], [
  2793.             'session' => '?',
  2794.         ]));
  2795.     }
  2796.     /**
  2797.      * Gets the public 'serializer' shared service.
  2798.      *
  2799.      * @return \Symfony\Component\Serializer\Serializer
  2800.      */
  2801.     protected function getSerializerService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2807.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  2817.         include_once \dirname(__DIR__4).'/src/Normalizer/OfficeNormalizer.php';
  2818.         include_once \dirname(__DIR__4).'/src/Normalizer/TranslationNormalizer.php';
  2819.         include_once \dirname(__DIR__4).'/src/Serializer/ImageSerializer.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2842.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2843.         $b = ($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService());
  2844.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  2845.         $d = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, []);
  2846.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Normalizer\OfficeNormalizer(), => new \App\Normalizer\TranslationNormalizer(), => new \App\Serializer\ImageSerializer(($this->privates['App\\File\\FileManager'] ?? $this->getFileManagerService()), $d, ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => $d], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2847.     }
  2848.     /**
  2849.      * Gets the public 'services_resetter' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2852.      */
  2853.     protected function getServicesResetterService()
  2854.     {
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2856.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2857.             if (isset($this->services['cache.app'])) {
  2858.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2859.             }
  2860.             if (isset($this->services['cache.system'])) {
  2861.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2862.             }
  2863.             if (isset($this->privates['cache.validator'])) {
  2864.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2865.             }
  2866.             if (isset($this->privates['cache.serializer'])) {
  2867.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2868.             }
  2869.             if (isset($this->privates['cache.annotations'])) {
  2870.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2871.             }
  2872.             if (isset($this->privates['cache.property_info'])) {
  2873.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2874.             }
  2875.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2876.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2877.             }
  2878.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2879.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2880.             }
  2881.             if (false) {
  2882.                 yield 'messenger.transport.in_memory.factory' => null;
  2883.             }
  2884.             if (isset($this->services['profiler'])) {
  2885.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2886.             }
  2887.             if (isset($this->services['validator'])) {
  2888.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2889.             }
  2890.             if (isset($this->privates['debug.stopwatch'])) {
  2891.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2892.             }
  2893.             if (isset($this->services['event_dispatcher'])) {
  2894.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2895.             }
  2896.             if (isset($this->services['doctrine'])) {
  2897.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2898.             }
  2899.             if (isset($this->privates['form.type.entity'])) {
  2900.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2901.             }
  2902.             if (isset($this->services['security.token_storage'])) {
  2903.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2904.             }
  2905.             if (isset($this->privates['cache.security_expression_language'])) {
  2906.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2907.             }
  2908.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2909.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2910.             }
  2911.             if (isset($this->privates['monolog.handler.main'])) {
  2912.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2913.             }
  2914.             if (isset($this->privates['monolog.handler.console'])) {
  2915.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2916.             }
  2917.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2918.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2919.             }
  2920.             if (isset($this->privates['cache.webpack_encore'])) {
  2921.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2922.             }
  2923.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2924.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2925.             }
  2926.             if (isset($this->services['white_october_breadcrumbs'])) {
  2927.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  2928.             }
  2929.         }, function () {
  2930.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (false) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->services['white_october_breadcrumbs']));
  2931.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => [=> 'clear']]);
  2932.     }
  2933.     /**
  2934.      * Gets the public 'session' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2937.      */
  2938.     protected function getSessionService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2942.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), NULLNULL, [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  2943.     }
  2944.     /**
  2945.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2946.      *
  2947.      * @return \Swift_Mailer
  2948.      */
  2949.     protected function getSwiftmailer_Mailer_DefaultService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2952.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2953.     }
  2954.     /**
  2955.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2956.      *
  2957.      * @return \Swift_Plugins_MessageLogger
  2958.      */
  2959.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2963.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2964.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2965.     }
  2966.     /**
  2967.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2968.      *
  2969.      * @return \Swift_Transport
  2970.      */
  2971.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2977.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  2978.     }
  2979.     /**
  2980.      * Gets the public 'swiftmailer.transport' shared service.
  2981.      *
  2982.      * @return \Swift_Transport_SpoolTransport
  2983.      */
  2984.     protected function getSwiftmailer_TransportService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2994.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2995.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  2996.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2997.         return $instance;
  2998.     }
  2999.     /**
  3000.      * Gets the public 'translator' shared service.
  3001.      *
  3002.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3003.      */
  3004.     protected function getTranslatorService()
  3005.     {
  3006.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3007.     }
  3008.     /**
  3009.      * Gets the public 'twig' shared service.
  3010.      *
  3011.      * @return \Twig\Environment
  3012.      */
  3013.     protected function getTwigService()
  3014.     {
  3015.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3016.         $a->addPath((\dirname(__DIR__4).'/assets/css'), 'css');
  3017.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3018.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3019.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3020.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3021.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3022.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3023.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3024.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  3025.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3026.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3027.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3028.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3029.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  3030.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  3031.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3032.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3033.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TranslationBundle'), 'Translation');
  3034.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  3035.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  3036.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  3037.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  3038.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3039.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3040.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3041.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3042.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  3043.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3044.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  3045.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3046.         $e = ($this->services['router'] ?? $this->getRouterService());
  3047.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3048.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3049.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  3050.         $h = new \Symfony\Bridge\Twig\AppVariable();
  3051.         $h->setEnvironment('dev');
  3052.         $h->setDebug(true);
  3053.         if ($this->has('security.token_storage')) {
  3054.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3055.         }
  3056.         if ($this->has('request_stack')) {
  3057.             $h->setRequestStack($f);
  3058.         }
  3059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  3063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  3064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  3065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  3066.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  3067.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3068.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  3069.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3070.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3071.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3072.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  3073.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3074.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  3075.         $instance->addExtension(new \App\Twig\ModulesExtension($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  3076.         $instance->addExtension(new \App\Twig\UtilitiesExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3077.             'App\\File\\FileManager' => ['privates''App\\File\\FileManager''getFileManagerService'false],
  3078.             'App\\Security\\PermissionsService' => ['privates''App\\Security\\PermissionsService''getPermissionsServiceService'false],
  3079.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3080.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3081.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3082.         ], [
  3083.             'App\\File\\FileManager' => 'App\\File\\FileManager',
  3084.             'App\\Security\\PermissionsService' => 'App\\Security\\PermissionsService',
  3085.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  3086.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3087.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3088.         ]))->withContext('App\\Twig\\UtilitiesExtension'$this), 'en|bg'$this->getEnv('string:SITE_BASE_URL').'/uploads'));
  3089.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3090.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  3091.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3092.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3093.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  3094.         ], [
  3095.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3096.             'webpack_encore.tag_renderer' => '?',
  3097.         ])));
  3098.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  3099.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  3100.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($ctrue));
  3101.         $instance->addExtension(new \Twig\CssInliner\CssInlinerExtension());
  3102.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  3103.         $instance->addGlobal('app'$h);
  3104.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3105.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3106.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3107.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3108.         ], [
  3109.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3110.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3111.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3112.         ])));
  3113.         $instance->addGlobal('site_base_url'$this->getEnv('SITE_BASE_URL'));
  3114.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3115.         return $instance;
  3116.     }
  3117.     /**
  3118.      * Gets the public 'validator' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3121.      */
  3122.     protected function getValidatorService()
  3123.     {
  3124.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3125.     }
  3126.     /**
  3127.      * Gets the public 'var_dumper.cloner' shared service.
  3128.      *
  3129.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3130.      */
  3131.     protected function getVarDumper_ClonerService()
  3132.     {
  3133.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3134.         $instance->setMaxItems(2500);
  3135.         $instance->setMinDepth(1);
  3136.         $instance->setMaxString(-1);
  3137.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3138.         return $instance;
  3139.     }
  3140.     /**
  3141.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3142.      *
  3143.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3144.      */
  3145.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3148.         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['profiler'] ?? $this->getProfilerService()));
  3149.     }
  3150.     /**
  3151.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3152.      *
  3153.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3154.      */
  3155.     protected function getWebProfiler_Controller_ProfilerService()
  3156.     {
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3158.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3159.     }
  3160.     /**
  3161.      * Gets the public 'web_profiler.controller.router' shared service.
  3162.      *
  3163.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3164.      */
  3165.     protected function getWebProfiler_Controller_RouterService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3168.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3169.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3170.         }, 1));
  3171.     }
  3172.     /**
  3173.      * Gets the public 'white_october_breadcrumbs' shared service.
  3174.      *
  3175.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  3176.      */
  3177.     protected function getWhiteOctoberBreadcrumbsService()
  3178.     {
  3179.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Model/Breadcrumbs.php';
  3180.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  3181.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  3186.      *
  3187.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  3188.      */
  3189.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Templating/Helper/BreadcrumbsHelper.php';
  3194.         return $this->services['white_october_breadcrumbs.helper'] = new \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $this->parameters['white_october_breadcrumbs.options']);
  3195.     }
  3196.     /**
  3197.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  3198.      *
  3199.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  3200.      */
  3201.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  3202.     {
  3203.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  3204.     }
  3205.     /**
  3206.      * Gets the private '.debug.http_client' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3209.      */
  3210.     protected function get_Debug_HttpClientService()
  3211.     {
  3212.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3213.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3214.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3215.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3216.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3218.         $a->setLogger($b);
  3219.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3220.     }
  3221.     /**
  3222.      * Gets the private '.errored..service_locator.2gh8SbF.App\Entity\ModuleItem' shared service.
  3223.      *
  3224.      * @return \App\Entity\ModuleItem
  3225.      */
  3226.     protected function getModuleItemService()
  3227.     {
  3228.         $this->throw('Cannot autowire service ".service_locator.2gh8SbF": it references class "App\\Entity\\ModuleItem" but no such service exists.');
  3229.     }
  3230.     /**
  3231.      * Gets the private '.errored..service_locator.BOEJvgB.App\Entity\Translation' shared service.
  3232.      *
  3233.      * @return \App\Entity\Translation
  3234.      */
  3235.     protected function getTranslationService()
  3236.     {
  3237.         $this->throw('Cannot autowire service ".service_locator.BOEJvgB": it references class "App\\Entity\\Translation" but no such service exists.');
  3238.     }
  3239.     /**
  3240.      * Gets the private '.errored..service_locator.C9JCBPC.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3243.      */
  3244.     protected function getLoaderInterfaceService()
  3245.     {
  3246.         $this->throw('Cannot autowire service ".service_locator.C9JCBPC": 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: "App\\Routing\\UserDefinedPageLoader", "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".');
  3247.     }
  3248.     /**
  3249.      * Gets the private '.errored..service_locator.HXUxGRH.App\Entity\User' shared service.
  3250.      *
  3251.      * @return \App\Entity\User
  3252.      */
  3253.     protected function getUserService()
  3254.     {
  3255.         $this->throw('Cannot autowire service ".service_locator.HXUxGRH": it references class "App\\Entity\\User" but no such service exists.');
  3256.     }
  3257.     /**
  3258.      * Gets the private '.errored..service_locator.Ru_5Get.App\Entity\Permission\Permission' shared service.
  3259.      *
  3260.      * @return \App\Entity\Permission\Permission
  3261.      */
  3262.     protected function getPermissionService()
  3263.     {
  3264.         $this->throw('Cannot autowire service ".service_locator.Ru_5Get": it references class "App\\Entity\\Permission\\Permission" but no such service exists.');
  3265.     }
  3266.     /**
  3267.      * Gets the private '.errored..service_locator.UDe6pwI.App\Entity\Project' shared service.
  3268.      *
  3269.      * @return \App\Entity\Project
  3270.      */
  3271.     protected function getProjectService()
  3272.     {
  3273.         $this->throw('Cannot autowire service ".service_locator.UDe6pwI": it references class "App\\Entity\\Project" but no such service exists.');
  3274.     }
  3275.     /**
  3276.      * Gets the private '.errored..service_locator.ZvuTpcE.App\Entity\File' shared service.
  3277.      *
  3278.      * @return \App\Entity\File
  3279.      */
  3280.     protected function getFileService()
  3281.     {
  3282.         $this->throw('Cannot autowire service ".service_locator.ZvuTpcE": it references class "App\\Entity\\File" but no such service exists.');
  3283.     }
  3284.     /**
  3285.      * Gets the private '.errored..service_locator.bU8nL9L.App\Entity\Project' shared service.
  3286.      *
  3287.      * @return \App\Entity\Project
  3288.      */
  3289.     protected function getProject2Service()
  3290.     {
  3291.         $this->throw('Cannot autowire service ".service_locator.bU8nL9L": it references class "App\\Entity\\Project" but no such service exists.');
  3292.     }
  3293.     /**
  3294.      * Gets the private '.errored..service_locator.beq5mCo.Symfony\Component\HttpFoundation\Response' shared service.
  3295.      *
  3296.      * @return \Symfony\Component\HttpFoundation\Response
  3297.      */
  3298.     protected function getResponseService()
  3299.     {
  3300.         $this->throw('Cannot autowire service ".service_locator.beq5mCo": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  3301.     }
  3302.     /**
  3303.      * Gets the private '.errored..service_locator.dEbHD1Z.App\Entity\Permission\Group' shared service.
  3304.      *
  3305.      * @return \App\Entity\Permission\Group
  3306.      */
  3307.     protected function getGroupService()
  3308.     {
  3309.         $this->throw('Cannot autowire service ".service_locator.dEbHD1Z": it references class "App\\Entity\\Permission\\Group" but no such service exists.');
  3310.     }
  3311.     /**
  3312.      * Gets the private '.errored..service_locator.fliovIb.App\Entity\UserDefinedModule' shared service.
  3313.      *
  3314.      * @return \App\Entity\UserDefinedModule
  3315.      */
  3316.     protected function getUserDefinedModuleService()
  3317.     {
  3318.         $this->throw('Cannot autowire service ".service_locator.fliovIb": it references class "App\\Entity\\UserDefinedModule" but no such service exists.');
  3319.     }
  3320.     /**
  3321.      * Gets the private '.errored..service_locator.hEwcf7A.App\Entity\User' shared service.
  3322.      *
  3323.      * @return \App\Entity\User
  3324.      */
  3325.     protected function getUser2Service()
  3326.     {
  3327.         $this->throw('Cannot autowire service ".service_locator.hEwcf7A": it references class "App\\Entity\\User" but no such service exists.');
  3328.     }
  3329.     /**
  3330.      * Gets the private '.errored..service_locator.qob_hkb.App\Entity\File' shared service.
  3331.      *
  3332.      * @return \App\Entity\File
  3333.      */
  3334.     protected function getFile2Service()
  3335.     {
  3336.         $this->throw('Cannot autowire service ".service_locator.qob_hkb": it references class "App\\Entity\\File" but no such service exists.');
  3337.     }
  3338.     /**
  3339.      * Gets the private '.errored..service_locator.s.P2eTD.App\Entity\Translation' shared service.
  3340.      *
  3341.      * @return \App\Entity\Translation
  3342.      */
  3343.     protected function getTranslation2Service()
  3344.     {
  3345.         $this->throw('Cannot autowire service ".service_locator.s.P2eTD": it references class "App\\Entity\\Translation" but no such service exists.');
  3346.     }
  3347.     /**
  3348.      * Gets the private '.errored..service_locator.szB7p__.App\Entity\ModuleItem' shared service.
  3349.      *
  3350.      * @return \App\Entity\ModuleItem
  3351.      */
  3352.     protected function getModuleItem2Service()
  3353.     {
  3354.         $this->throw('Cannot autowire service ".service_locator.szB7p__": it references class "App\\Entity\\ModuleItem" but no such service exists.');
  3355.     }
  3356.     /**
  3357.      * Gets the private '.errored..service_locator.vOuR34Q.App\Entity\Mail' shared service.
  3358.      *
  3359.      * @return \App\Entity\Mail
  3360.      */
  3361.     protected function getMailService()
  3362.     {
  3363.         $this->throw('Cannot autowire service ".service_locator.vOuR34Q": it references class "App\\Entity\\Mail" but no such service exists.');
  3364.     }
  3365.     /**
  3366.      * Gets the private '.errored..service_locator.xTaU3Sp.App\Entity\Page' shared service.
  3367.      *
  3368.      * @return \App\Entity\Page
  3369.      */
  3370.     protected function getPageService()
  3371.     {
  3372.         $this->throw('Cannot autowire service ".service_locator.xTaU3Sp": it references class "App\\Entity\\Page" but no such service exists.');
  3373.     }
  3374.     /**
  3375.      * Gets the private '.messenger.handler_descriptor.XWigU8v' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3378.      */
  3379.     protected function get_Messenger_HandlerDescriptor_XWigU8vService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3383.         include_once \dirname(__DIR__4).'/src/MessageHandler/DataMigrations/DemoDataMigrationHandler.php';
  3384.         return $this->privates['.messenger.handler_descriptor.XWigU8v'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\DataMigrations\DemoDataMigrationHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), []);
  3385.     }
  3386.     /**
  3387.      * Gets the private '.service_locator.2gh8SbF' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3390.      */
  3391.     protected function get_ServiceLocator_2gh8SbFService()
  3392.     {
  3393.         return $this->privates['.service_locator.2gh8SbF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3394.             'formFactory' => ['services''form.factory''getForm_FactoryService'false],
  3395.             'moduleItem' => ['privates''.errored..service_locator.2gh8SbF.App\\Entity\\ModuleItem'NULL'Cannot autowire service ".service_locator.2gh8SbF": it references class "App\\Entity\\ModuleItem" but no such service exists.'],
  3396.         ], [
  3397.             'formFactory' => '?',
  3398.             'moduleItem' => 'App\\Entity\\ModuleItem',
  3399.         ]);
  3400.     }
  3401.     /**
  3402.      * Gets the private '.service_locator.BOEJvgB' shared service.
  3403.      *
  3404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3405.      */
  3406.     protected function get_ServiceLocator_BOEJvgBService()
  3407.     {
  3408.         return $this->privates['.service_locator.BOEJvgB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3409.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3410.             'translation' => ['privates''.errored..service_locator.BOEJvgB.App\\Entity\\Translation'NULL'Cannot autowire service ".service_locator.BOEJvgB": it references class "App\\Entity\\Translation" but no such service exists.'],
  3411.         ], [
  3412.             'logger' => '?',
  3413.             'translation' => 'App\\Entity\\Translation',
  3414.         ]);
  3415.     }
  3416.     /**
  3417.      * Gets the private '.service_locator.C9JCBPC' shared service.
  3418.      *
  3419.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3420.      */
  3421.     protected function get_ServiceLocator_C9JCBPCService()
  3422.     {
  3423.         return $this->privates['.service_locator.C9JCBPC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3424.             'loader' => ['privates''.errored..service_locator.C9JCBPC.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.C9JCBPC": 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: "App\\Routing\\UserDefinedPageLoader", "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".'],
  3425.         ], [
  3426.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3427.         ]);
  3428.     }
  3429.     /**
  3430.      * Gets the private '.service_locator.Cs4Jy67' shared service.
  3431.      *
  3432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3433.      */
  3434.     protected function get_ServiceLocator_Cs4Jy67Service()
  3435.     {
  3436.         return $this->privates['.service_locator.Cs4Jy67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3437.             'fileManager' => ['privates''App\\File\\FileManager''getFileManagerService'false],
  3438.             'rules' => ['privates''App\\File\\FilesValidation''getFilesValidationService'false],
  3439.             'translator' => ['services''translator''getTranslatorService'false],
  3440.             'validator' => ['services''validator''getValidatorService'false],
  3441.         ], [
  3442.             'fileManager' => 'App\\File\\FileManager',
  3443.             'rules' => 'App\\File\\FilesValidation',
  3444.             'translator' => '?',
  3445.             'validator' => '?',
  3446.         ]);
  3447.     }
  3448.     /**
  3449.      * Gets the private '.service_locator.ERZVJFl' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3452.      */
  3453.     protected function get_ServiceLocator_ERZVJFlService()
  3454.     {
  3455.         return $this->privates['.service_locator.ERZVJFl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'entityTranslationService' => ['privates''App\\EntityTranslation\\EntityTranslationService''getEntityTranslationServiceService'false],
  3457.             'locales' => ['privates''.value.jqcSaco''get_Value_JqcSacoService'false],
  3458.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3459.         ], [
  3460.             'entityTranslationService' => 'App\\EntityTranslation\\EntityTranslationService',
  3461.             'locales' => '?',
  3462.             'paginator' => '?',
  3463.         ]);
  3464.     }
  3465.     /**
  3466.      * Gets the private '.service_locator.Ek1Bs8S' shared service.
  3467.      *
  3468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3469.      */
  3470.     protected function get_ServiceLocator_Ek1Bs8SService()
  3471.     {
  3472.         return $this->privates['.service_locator.Ek1Bs8S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3473.             'kernel' => ['services''kernel''getKernelService'false],
  3474.         ], [
  3475.             'kernel' => '?',
  3476.         ]);
  3477.     }
  3478.     /**
  3479.      * Gets the private '.service_locator.FPy9AcB' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3482.      */
  3483.     protected function get_ServiceLocator_FPy9AcBService()
  3484.     {
  3485.         return $this->privates['.service_locator.FPy9AcB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3486.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3487.         ], [
  3488.             'logger' => '?',
  3489.         ]);
  3490.     }
  3491.     /**
  3492.      * Gets the private '.service_locator.GKnfxn2' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3495.      */
  3496.     protected function get_ServiceLocator_GKnfxn2Service()
  3497.     {
  3498.         return $this->privates['.service_locator.GKnfxn2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3499.             'entityTranslationService' => ['privates''App\\EntityTranslation\\EntityTranslationService''getEntityTranslationServiceService'false],
  3500.         ], [
  3501.             'entityTranslationService' => 'App\\EntityTranslation\\EntityTranslationService',
  3502.         ]);
  3503.     }
  3504.     /**
  3505.      * Gets the private '.service_locator.HXUxGRH' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3508.      */
  3509.     protected function get_ServiceLocator_HXUxGRHService()
  3510.     {
  3511.         return $this->privates['.service_locator.HXUxGRH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3512.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3513.             'user' => ['privates''.errored..service_locator.HXUxGRH.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.HXUxGRH": it references class "App\\Entity\\User" but no such service exists.'],
  3514.         ], [
  3515.             'passwordEncoder' => '?',
  3516.             'user' => 'App\\Entity\\User',
  3517.         ]);
  3518.     }
  3519.     /**
  3520.      * Gets the private '.service_locator.Ru_5Get' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3523.      */
  3524.     protected function get_ServiceLocator_Ru5GetService()
  3525.     {
  3526.         return $this->privates['.service_locator.Ru_5Get'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3527.             'permission' => ['privates''.errored..service_locator.Ru_5Get.App\\Entity\\Permission\\Permission'NULL'Cannot autowire service ".service_locator.Ru_5Get": it references class "App\\Entity\\Permission\\Permission" but no such service exists.'],
  3528.         ], [
  3529.             'permission' => 'App\\Entity\\Permission\\Permission',
  3530.         ]);
  3531.     }
  3532.     /**
  3533.      * Gets the private '.service_locator.SPBoG4i' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3536.      */
  3537.     protected function get_ServiceLocator_SPBoG4iService()
  3538.     {
  3539.         return $this->privates['.service_locator.SPBoG4i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3540.             'locales' => ['privates''.value.jqcSaco''get_Value_JqcSacoService'false],
  3541.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3542.         ], [
  3543.             'locales' => '?',
  3544.             'paginator' => '?',
  3545.         ]);
  3546.     }
  3547.     /**
  3548.      * Gets the private '.service_locator.UBsX6gB' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3551.      */
  3552.     protected function get_ServiceLocator_UBsX6gBService()
  3553.     {
  3554.         return $this->privates['.service_locator.UBsX6gB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3555.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3556.         ], [
  3557.             'paginator' => '?',
  3558.         ]);
  3559.     }
  3560.     /**
  3561.      * Gets the private '.service_locator.UDe6pwI' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3564.      */
  3565.     protected function get_ServiceLocator_UDe6pwIService()
  3566.     {
  3567.         return $this->privates['.service_locator.UDe6pwI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3568.             'project' => ['privates''.errored..service_locator.UDe6pwI.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.UDe6pwI": it references class "App\\Entity\\Project" but no such service exists.'],
  3569.             'serializer' => ['services''serializer''getSerializerService'false],
  3570.         ], [
  3571.             'project' => 'App\\Entity\\Project',
  3572.             'serializer' => '?',
  3573.         ]);
  3574.     }
  3575.     /**
  3576.      * Gets the private '.service_locator.Uupa6Ru' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3579.      */
  3580.     protected function get_ServiceLocator_Uupa6RuService()
  3581.     {
  3582.         return $this->privates['.service_locator.Uupa6Ru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3583.             'landingPageManager' => ['privates''App\\LandingPage\\LandingPageManager''getLandingPageManagerService'false],
  3584.         ], [
  3585.             'landingPageManager' => 'App\\LandingPage\\LandingPageManager',
  3586.         ]);
  3587.     }
  3588.     /**
  3589.      * Gets the private '.service_locator.ZvuTpcE' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3592.      */
  3593.     protected function get_ServiceLocator_ZvuTpcEService()
  3594.     {
  3595.         return $this->privates['.service_locator.ZvuTpcE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3596.             'file' => ['privates''.errored..service_locator.ZvuTpcE.App\\Entity\\File'NULL'Cannot autowire service ".service_locator.ZvuTpcE": it references class "App\\Entity\\File" but no such service exists.'],
  3597.             'fileManager' => ['privates''App\\File\\FileManager''getFileManagerService'false],
  3598.         ], [
  3599.             'file' => 'App\\Entity\\File',
  3600.             'fileManager' => 'App\\File\\FileManager',
  3601.         ]);
  3602.     }
  3603.     /**
  3604.      * Gets the private '.service_locator.au8FKun' shared service.
  3605.      *
  3606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3607.      */
  3608.     protected function get_ServiceLocator_Au8FKunService()
  3609.     {
  3610.         return $this->privates['.service_locator.au8FKun'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3611.             'breadcrumbs_service' => ['privates''App\\Breadcrumbs\\BreadcrumbsService''getBreadcrumbsServiceService'false],
  3612.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3613.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3614.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3615.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3616.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3617.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3618.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3619.             'router' => ['services''router''getRouterService'false],
  3620.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3621.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3622.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3623.             'serializer' => ['services''serializer''getSerializerService'false],
  3624.             'session' => ['services''session''getSessionService'false],
  3625.             'translator' => ['services''translator''getTranslatorService'false],
  3626.             'twig' => ['services''twig''getTwigService'false],
  3627.         ], [
  3628.             'breadcrumbs_service' => 'App\\Breadcrumbs\\BreadcrumbsService',
  3629.             'doctrine' => '?',
  3630.             'form.factory' => '?',
  3631.             'http_kernel' => '?',
  3632.             'message_bus' => '?',
  3633.             'messenger.default_bus' => '?',
  3634.             'parameter_bag' => '?',
  3635.             'request_stack' => '?',
  3636.             'router' => '?',
  3637.             'security.authorization_checker' => '?',
  3638.             'security.csrf.token_manager' => '?',
  3639.             'security.token_storage' => '?',
  3640.             'serializer' => '?',
  3641.             'session' => '?',
  3642.             'translator' => '?',
  3643.             'twig' => '?',
  3644.         ]);
  3645.     }
  3646.     /**
  3647.      * Gets the private '.service_locator.bU8nL9L' shared service.
  3648.      *
  3649.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3650.      */
  3651.     protected function get_ServiceLocator_BU8nL9LService()
  3652.     {
  3653.         return $this->privates['.service_locator.bU8nL9L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3654.             'project' => ['privates''.errored..service_locator.bU8nL9L.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.bU8nL9L": it references class "App\\Entity\\Project" but no such service exists.'],
  3655.         ], [
  3656.             'project' => 'App\\Entity\\Project',
  3657.         ]);
  3658.     }
  3659.     /**
  3660.      * Gets the private '.service_locator.beq5mCo' shared service.
  3661.      *
  3662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3663.      */
  3664.     protected function get_ServiceLocator_Beq5mCoService()
  3665.     {
  3666.         return $this->privates['.service_locator.beq5mCo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3667.             'response' => ['privates''.errored..service_locator.beq5mCo.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.beq5mCo": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  3668.         ], [
  3669.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  3670.         ]);
  3671.     }
  3672.     /**
  3673.      * Gets the private '.service_locator.d9f_dIJ' shared service.
  3674.      *
  3675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3676.      */
  3677.     protected function get_ServiceLocator_D9fDIJService()
  3678.     {
  3679.         return $this->privates['.service_locator.d9f_dIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3680.             'translator' => ['services''translator''getTranslatorService'false],
  3681.         ], [
  3682.             'translator' => '?',
  3683.         ]);
  3684.     }
  3685.     /**
  3686.      * Gets the private '.service_locator.dEbHD1Z' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3689.      */
  3690.     protected function get_ServiceLocator_DEbHD1ZService()
  3691.     {
  3692.         return $this->privates['.service_locator.dEbHD1Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3693.             'group' => ['privates''.errored..service_locator.dEbHD1Z.App\\Entity\\Permission\\Group'NULL'Cannot autowire service ".service_locator.dEbHD1Z": it references class "App\\Entity\\Permission\\Group" but no such service exists.'],
  3694.         ], [
  3695.             'group' => 'App\\Entity\\Permission\\Group',
  3696.         ]);
  3697.     }
  3698.     /**
  3699.      * Gets the private '.service_locator.e0H8JVm' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3702.      */
  3703.     protected function get_ServiceLocator_E0H8JVmService()
  3704.     {
  3705.         return $this->privates['.service_locator.e0H8JVm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3706.             'App\\Controller\\Admin\\CKEditorController::ckeditorImageBrowse' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3707.             'App\\Controller\\Admin\\CKEditorController::ckeditorUpload' => ['privates''.service_locator.u7Z7gMN''get_ServiceLocator_U7Z7gMNService'false],
  3708.             'App\\Controller\\Admin\\EntityTranslationController::edit' => ['privates''.service_locator.yJ_F9oQ''get_ServiceLocator_YJF9oQService'false],
  3709.             'App\\Controller\\Admin\\EntityTranslationController::getTranslation' => ['privates''.service_locator.GKnfxn2''get_ServiceLocator_GKnfxn2Service'false],
  3710.             'App\\Controller\\Admin\\EntityTranslationController::index' => ['privates''.service_locator.ERZVJFl''get_ServiceLocator_ERZVJFlService'false],
  3711.             'App\\Controller\\Admin\\EntityTranslationController::updateTranslation' => ['privates''.service_locator.GKnfxn2''get_ServiceLocator_GKnfxn2Service'false],
  3712.             'App\\Controller\\Admin\\FilesController::create' => ['privates''.service_locator.Cs4Jy67''get_ServiceLocator_Cs4Jy67Service'false],
  3713.             'App\\Controller\\Admin\\FilesController::createImage' => ['privates''.service_locator.Cs4Jy67''get_ServiceLocator_Cs4Jy67Service'false],
  3714.             'App\\Controller\\Admin\\FilesController::delete' => ['privates''.service_locator.qob_hkb''get_ServiceLocator_QobHkbService'false],
  3715.             'App\\Controller\\Admin\\FilesController::download' => ['privates''.service_locator.ZvuTpcE''get_ServiceLocator_ZvuTpcEService'false],
  3716.             'App\\Controller\\Admin\\FilesController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3717.             'App\\Controller\\Admin\\GroupsController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3718.             'App\\Controller\\Admin\\GroupsController::update' => ['privates''.service_locator.dEbHD1Z''get_ServiceLocator_DEbHD1ZService'false],
  3719.             'App\\Controller\\Admin\\ImageController::index' => ['privates''.service_locator.jGCCKtX''get_ServiceLocator_JGCCKtXService'false],
  3720.             'App\\Controller\\Admin\\MailsController::index' => ['privates''.service_locator.SPBoG4i''get_ServiceLocator_SPBoG4iService'false],
  3721.             'App\\Controller\\Admin\\MailsController::update' => ['privates''.service_locator.vOuR34Q''get_ServiceLocator_VOuR34QService'false],
  3722.             'App\\Controller\\Admin\\ModuleItemController::configure' => ['privates''.service_locator.2gh8SbF''get_ServiceLocator_2gh8SbFService'false],
  3723.             'App\\Controller\\Admin\\ModuleItemController::extractFormClass' => ['privates''.service_locator.szB7p__''get_ServiceLocator_SzB7pService'false],
  3724.             'App\\Controller\\Admin\\ModuleItemController::extractFormTemplate' => ['privates''.service_locator.szB7p__''get_ServiceLocator_SzB7pService'false],
  3725.             'App\\Controller\\Admin\\ModulesController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3726.             'App\\Controller\\Admin\\ModulesController::update' => ['privates''.service_locator.fliovIb''get_ServiceLocator_FliovIbService'false],
  3727.             'App\\Controller\\Admin\\PageItemController::configure' => ['privates''.service_locator.2gh8SbF''get_ServiceLocator_2gh8SbFService'false],
  3728.             'App\\Controller\\Admin\\PageItemController::create' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3729.             'App\\Controller\\Admin\\PageItemController::order' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3730.             'App\\Controller\\Admin\\PagesController::create' => ['privates''.service_locator.Uupa6Ru''get_ServiceLocator_Uupa6RuService'false],
  3731.             'App\\Controller\\Admin\\PagesController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3732.             'App\\Controller\\Admin\\PagesController::manageContent' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3733.             'App\\Controller\\Admin\\PagesController::update' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3734.             'App\\Controller\\Admin\\PermissionsController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3735.             'App\\Controller\\Admin\\PermissionsController::update' => ['privates''.service_locator.Ru_5Get''get_ServiceLocator_Ru5GetService'false],
  3736.             'App\\Controller\\Admin\\ProjectsController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3737.             'App\\Controller\\Admin\\ProjectsController::members' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3738.             'App\\Controller\\Admin\\ProjectsController::refreshAuthToken' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3739.             'App\\Controller\\Admin\\ProjectsController::removeMember' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3740.             'App\\Controller\\Admin\\ProjectsController::update' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3741.             'App\\Controller\\Admin\\SettingsController::clearCache' => ['privates''.service_locator.Ek1Bs8S''get_ServiceLocator_Ek1Bs8SService'false],
  3742.             'App\\Controller\\Admin\\SettingsController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3743.             'App\\Controller\\Admin\\SettingsController::update' => ['privates''.service_locator.v6bt0O8''get_ServiceLocator_V6bt0O8Service'false],
  3744.             'App\\Controller\\Admin\\TranslationController::index' => ['privates''.service_locator.Ek1Bs8S''get_ServiceLocator_Ek1Bs8SService'false],
  3745.             'App\\Controller\\Admin\\TranslationsController::index' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3746.             'App\\Controller\\Admin\\TranslationsController::list' => ['privates''.service_locator.UDe6pwI''get_ServiceLocator_UDe6pwIService'false],
  3747.             'App\\Controller\\Admin\\TranslationsController::update' => ['privates''.service_locator.s.P2eTD''get_ServiceLocator_S_P2eTDService'false],
  3748.             'App\\Controller\\Admin\\UsersController::changePassword' => ['privates''.service_locator.HXUxGRH''get_ServiceLocator_HXUxGRHService'false],
  3749.             'App\\Controller\\Admin\\UsersController::createUser' => ['privates''.service_locator.j5_bHjD''get_ServiceLocator_J5BHjDService'false],
  3750.             'App\\Controller\\Admin\\UsersController::groups' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3751.             'App\\Controller\\Admin\\UsersController::index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3752.             'App\\Controller\\Admin\\UsersController::profile' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3753.             'App\\Controller\\Admin\\UsersController::roles' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3754.             'App\\Controller\\Admin\\UsersController::toggleActive' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3755.             'App\\Controller\\Api\\TranslationsController::domains' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3756.             'App\\Controller\\Api\\TranslationsController::existingTranslationsForProject' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3757.             'App\\Controller\\Api\\TranslationsController::list' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3758.             'App\\Controller\\Api\\TranslationsController::locales' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3759.             'App\\Controller\\Api\\TranslationsController::receive' => ['privates''.service_locator.FPy9AcB''get_ServiceLocator_FPy9AcBService'false],
  3760.             'App\\Controller\\Api\\TranslationsController::send' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3761.             'App\\Controller\\Api\\TranslationsController::update' => ['privates''.service_locator.BOEJvgB''get_ServiceLocator_BOEJvgBService'false],
  3762.             'App\\Controller\\ProfileController::update' => ['privates''.service_locator.d9f_dIJ''get_ServiceLocator_D9fDIJService'false],
  3763.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.xA8Fw_.''get_ServiceLocator_XA8Fw_Service'false],
  3764.             'kernel::loadRoutes' => ['privates''.service_locator.C9JCBPC''get_ServiceLocator_C9JCBPCService'false],
  3765.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.C9JCBPC''get_ServiceLocator_C9JCBPCService'false],
  3766.             'kernel::terminate' => ['privates''.service_locator.beq5mCo''get_ServiceLocator_Beq5mCoService'false],
  3767.             'App\\Controller\\Admin\\CKEditorController:ckeditorImageBrowse' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3768.             'App\\Controller\\Admin\\CKEditorController:ckeditorUpload' => ['privates''.service_locator.u7Z7gMN''get_ServiceLocator_U7Z7gMNService'false],
  3769.             'App\\Controller\\Admin\\EntityTranslationController:edit' => ['privates''.service_locator.yJ_F9oQ''get_ServiceLocator_YJF9oQService'false],
  3770.             'App\\Controller\\Admin\\EntityTranslationController:getTranslation' => ['privates''.service_locator.GKnfxn2''get_ServiceLocator_GKnfxn2Service'false],
  3771.             'App\\Controller\\Admin\\EntityTranslationController:index' => ['privates''.service_locator.ERZVJFl''get_ServiceLocator_ERZVJFlService'false],
  3772.             'App\\Controller\\Admin\\EntityTranslationController:updateTranslation' => ['privates''.service_locator.GKnfxn2''get_ServiceLocator_GKnfxn2Service'false],
  3773.             'App\\Controller\\Admin\\FilesController:create' => ['privates''.service_locator.Cs4Jy67''get_ServiceLocator_Cs4Jy67Service'false],
  3774.             'App\\Controller\\Admin\\FilesController:createImage' => ['privates''.service_locator.Cs4Jy67''get_ServiceLocator_Cs4Jy67Service'false],
  3775.             'App\\Controller\\Admin\\FilesController:delete' => ['privates''.service_locator.qob_hkb''get_ServiceLocator_QobHkbService'false],
  3776.             'App\\Controller\\Admin\\FilesController:download' => ['privates''.service_locator.ZvuTpcE''get_ServiceLocator_ZvuTpcEService'false],
  3777.             'App\\Controller\\Admin\\FilesController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3778.             'App\\Controller\\Admin\\GroupsController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3779.             'App\\Controller\\Admin\\GroupsController:update' => ['privates''.service_locator.dEbHD1Z''get_ServiceLocator_DEbHD1ZService'false],
  3780.             'App\\Controller\\Admin\\ImageController:index' => ['privates''.service_locator.jGCCKtX''get_ServiceLocator_JGCCKtXService'false],
  3781.             'App\\Controller\\Admin\\MailsController:index' => ['privates''.service_locator.SPBoG4i''get_ServiceLocator_SPBoG4iService'false],
  3782.             'App\\Controller\\Admin\\MailsController:update' => ['privates''.service_locator.vOuR34Q''get_ServiceLocator_VOuR34QService'false],
  3783.             'App\\Controller\\Admin\\ModuleItemController:configure' => ['privates''.service_locator.2gh8SbF''get_ServiceLocator_2gh8SbFService'false],
  3784.             'App\\Controller\\Admin\\ModuleItemController:extractFormClass' => ['privates''.service_locator.szB7p__''get_ServiceLocator_SzB7pService'false],
  3785.             'App\\Controller\\Admin\\ModuleItemController:extractFormTemplate' => ['privates''.service_locator.szB7p__''get_ServiceLocator_SzB7pService'false],
  3786.             'App\\Controller\\Admin\\ModulesController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3787.             'App\\Controller\\Admin\\ModulesController:update' => ['privates''.service_locator.fliovIb''get_ServiceLocator_FliovIbService'false],
  3788.             'App\\Controller\\Admin\\PageItemController:configure' => ['privates''.service_locator.2gh8SbF''get_ServiceLocator_2gh8SbFService'false],
  3789.             'App\\Controller\\Admin\\PageItemController:create' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3790.             'App\\Controller\\Admin\\PageItemController:order' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3791.             'App\\Controller\\Admin\\PagesController:create' => ['privates''.service_locator.Uupa6Ru''get_ServiceLocator_Uupa6RuService'false],
  3792.             'App\\Controller\\Admin\\PagesController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3793.             'App\\Controller\\Admin\\PagesController:manageContent' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3794.             'App\\Controller\\Admin\\PagesController:update' => ['privates''.service_locator.xTaU3Sp''get_ServiceLocator_XTaU3SpService'false],
  3795.             'App\\Controller\\Admin\\PermissionsController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3796.             'App\\Controller\\Admin\\PermissionsController:update' => ['privates''.service_locator.Ru_5Get''get_ServiceLocator_Ru5GetService'false],
  3797.             'App\\Controller\\Admin\\ProjectsController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3798.             'App\\Controller\\Admin\\ProjectsController:members' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3799.             'App\\Controller\\Admin\\ProjectsController:refreshAuthToken' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3800.             'App\\Controller\\Admin\\ProjectsController:removeMember' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3801.             'App\\Controller\\Admin\\ProjectsController:update' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3802.             'App\\Controller\\Admin\\SettingsController:clearCache' => ['privates''.service_locator.Ek1Bs8S''get_ServiceLocator_Ek1Bs8SService'false],
  3803.             'App\\Controller\\Admin\\SettingsController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3804.             'App\\Controller\\Admin\\SettingsController:update' => ['privates''.service_locator.v6bt0O8''get_ServiceLocator_V6bt0O8Service'false],
  3805.             'App\\Controller\\Admin\\TranslationController:index' => ['privates''.service_locator.Ek1Bs8S''get_ServiceLocator_Ek1Bs8SService'false],
  3806.             'App\\Controller\\Admin\\TranslationsController:index' => ['privates''.service_locator.bU8nL9L''get_ServiceLocator_BU8nL9LService'false],
  3807.             'App\\Controller\\Admin\\TranslationsController:list' => ['privates''.service_locator.UDe6pwI''get_ServiceLocator_UDe6pwIService'false],
  3808.             'App\\Controller\\Admin\\TranslationsController:update' => ['privates''.service_locator.s.P2eTD''get_ServiceLocator_S_P2eTDService'false],
  3809.             'App\\Controller\\Admin\\UsersController:changePassword' => ['privates''.service_locator.HXUxGRH''get_ServiceLocator_HXUxGRHService'false],
  3810.             'App\\Controller\\Admin\\UsersController:createUser' => ['privates''.service_locator.j5_bHjD''get_ServiceLocator_J5BHjDService'false],
  3811.             'App\\Controller\\Admin\\UsersController:groups' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3812.             'App\\Controller\\Admin\\UsersController:index' => ['privates''.service_locator.UBsX6gB''get_ServiceLocator_UBsX6gBService'false],
  3813.             'App\\Controller\\Admin\\UsersController:profile' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3814.             'App\\Controller\\Admin\\UsersController:roles' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3815.             'App\\Controller\\Admin\\UsersController:toggleActive' => ['privates''.service_locator.hEwcf7A''get_ServiceLocator_HEwcf7AService'false],
  3816.             'App\\Controller\\Api\\TranslationsController:domains' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3817.             'App\\Controller\\Api\\TranslationsController:existingTranslationsForProject' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3818.             'App\\Controller\\Api\\TranslationsController:list' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3819.             'App\\Controller\\Api\\TranslationsController:locales' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3820.             'App\\Controller\\Api\\TranslationsController:receive' => ['privates''.service_locator.FPy9AcB''get_ServiceLocator_FPy9AcBService'false],
  3821.             'App\\Controller\\Api\\TranslationsController:send' => ['privates''.service_locator.whdzoUP''get_ServiceLocator_WhdzoUPService'false],
  3822.             'App\\Controller\\Api\\TranslationsController:update' => ['privates''.service_locator.BOEJvgB''get_ServiceLocator_BOEJvgBService'false],
  3823.             'App\\Controller\\ProfileController:update' => ['privates''.service_locator.d9f_dIJ''get_ServiceLocator_D9fDIJService'false],
  3824.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.xA8Fw_.''get_ServiceLocator_XA8Fw_Service'false],
  3825.             'kernel:loadRoutes' => ['privates''.service_locator.C9JCBPC''get_ServiceLocator_C9JCBPCService'false],
  3826.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.C9JCBPC''get_ServiceLocator_C9JCBPCService'false],
  3827.             'kernel:terminate' => ['privates''.service_locator.beq5mCo''get_ServiceLocator_Beq5mCoService'false],
  3828.         ], [
  3829.             'App\\Controller\\Admin\\CKEditorController::ckeditorImageBrowse' => '?',
  3830.             'App\\Controller\\Admin\\CKEditorController::ckeditorUpload' => '?',
  3831.             'App\\Controller\\Admin\\EntityTranslationController::edit' => '?',
  3832.             'App\\Controller\\Admin\\EntityTranslationController::getTranslation' => '?',
  3833.             'App\\Controller\\Admin\\EntityTranslationController::index' => '?',
  3834.             'App\\Controller\\Admin\\EntityTranslationController::updateTranslation' => '?',
  3835.             'App\\Controller\\Admin\\FilesController::create' => '?',
  3836.             'App\\Controller\\Admin\\FilesController::createImage' => '?',
  3837.             'App\\Controller\\Admin\\FilesController::delete' => '?',
  3838.             'App\\Controller\\Admin\\FilesController::download' => '?',
  3839.             'App\\Controller\\Admin\\FilesController::index' => '?',
  3840.             'App\\Controller\\Admin\\GroupsController::index' => '?',
  3841.             'App\\Controller\\Admin\\GroupsController::update' => '?',
  3842.             'App\\Controller\\Admin\\ImageController::index' => '?',
  3843.             'App\\Controller\\Admin\\MailsController::index' => '?',
  3844.             'App\\Controller\\Admin\\MailsController::update' => '?',
  3845.             'App\\Controller\\Admin\\ModuleItemController::configure' => '?',
  3846.             'App\\Controller\\Admin\\ModuleItemController::extractFormClass' => '?',
  3847.             'App\\Controller\\Admin\\ModuleItemController::extractFormTemplate' => '?',
  3848.             'App\\Controller\\Admin\\ModulesController::index' => '?',
  3849.             'App\\Controller\\Admin\\ModulesController::update' => '?',
  3850.             'App\\Controller\\Admin\\PageItemController::configure' => '?',
  3851.             'App\\Controller\\Admin\\PageItemController::create' => '?',
  3852.             'App\\Controller\\Admin\\PageItemController::order' => '?',
  3853.             'App\\Controller\\Admin\\PagesController::create' => '?',
  3854.             'App\\Controller\\Admin\\PagesController::index' => '?',
  3855.             'App\\Controller\\Admin\\PagesController::manageContent' => '?',
  3856.             'App\\Controller\\Admin\\PagesController::update' => '?',
  3857.             'App\\Controller\\Admin\\PermissionsController::index' => '?',
  3858.             'App\\Controller\\Admin\\PermissionsController::update' => '?',
  3859.             'App\\Controller\\Admin\\ProjectsController::index' => '?',
  3860.             'App\\Controller\\Admin\\ProjectsController::members' => '?',
  3861.             'App\\Controller\\Admin\\ProjectsController::refreshAuthToken' => '?',
  3862.             'App\\Controller\\Admin\\ProjectsController::removeMember' => '?',
  3863.             'App\\Controller\\Admin\\ProjectsController::update' => '?',
  3864.             'App\\Controller\\Admin\\SettingsController::clearCache' => '?',
  3865.             'App\\Controller\\Admin\\SettingsController::index' => '?',
  3866.             'App\\Controller\\Admin\\SettingsController::update' => '?',
  3867.             'App\\Controller\\Admin\\TranslationController::index' => '?',
  3868.             'App\\Controller\\Admin\\TranslationsController::index' => '?',
  3869.             'App\\Controller\\Admin\\TranslationsController::list' => '?',
  3870.             'App\\Controller\\Admin\\TranslationsController::update' => '?',
  3871.             'App\\Controller\\Admin\\UsersController::changePassword' => '?',
  3872.             'App\\Controller\\Admin\\UsersController::createUser' => '?',
  3873.             'App\\Controller\\Admin\\UsersController::groups' => '?',
  3874.             'App\\Controller\\Admin\\UsersController::index' => '?',
  3875.             'App\\Controller\\Admin\\UsersController::profile' => '?',
  3876.             'App\\Controller\\Admin\\UsersController::roles' => '?',
  3877.             'App\\Controller\\Admin\\UsersController::toggleActive' => '?',
  3878.             'App\\Controller\\Api\\TranslationsController::domains' => '?',
  3879.             'App\\Controller\\Api\\TranslationsController::existingTranslationsForProject' => '?',
  3880.             'App\\Controller\\Api\\TranslationsController::list' => '?',
  3881.             'App\\Controller\\Api\\TranslationsController::locales' => '?',
  3882.             'App\\Controller\\Api\\TranslationsController::receive' => '?',
  3883.             'App\\Controller\\Api\\TranslationsController::send' => '?',
  3884.             'App\\Controller\\Api\\TranslationsController::update' => '?',
  3885.             'App\\Controller\\ProfileController::update' => '?',
  3886.             'App\\Controller\\SecurityController::login' => '?',
  3887.             'kernel::loadRoutes' => '?',
  3888.             'kernel::registerContainerConfiguration' => '?',
  3889.             'kernel::terminate' => '?',
  3890.             'App\\Controller\\Admin\\CKEditorController:ckeditorImageBrowse' => '?',
  3891.             'App\\Controller\\Admin\\CKEditorController:ckeditorUpload' => '?',
  3892.             'App\\Controller\\Admin\\EntityTranslationController:edit' => '?',
  3893.             'App\\Controller\\Admin\\EntityTranslationController:getTranslation' => '?',
  3894.             'App\\Controller\\Admin\\EntityTranslationController:index' => '?',
  3895.             'App\\Controller\\Admin\\EntityTranslationController:updateTranslation' => '?',
  3896.             'App\\Controller\\Admin\\FilesController:create' => '?',
  3897.             'App\\Controller\\Admin\\FilesController:createImage' => '?',
  3898.             'App\\Controller\\Admin\\FilesController:delete' => '?',
  3899.             'App\\Controller\\Admin\\FilesController:download' => '?',
  3900.             'App\\Controller\\Admin\\FilesController:index' => '?',
  3901.             'App\\Controller\\Admin\\GroupsController:index' => '?',
  3902.             'App\\Controller\\Admin\\GroupsController:update' => '?',
  3903.             'App\\Controller\\Admin\\ImageController:index' => '?',
  3904.             'App\\Controller\\Admin\\MailsController:index' => '?',
  3905.             'App\\Controller\\Admin\\MailsController:update' => '?',
  3906.             'App\\Controller\\Admin\\ModuleItemController:configure' => '?',
  3907.             'App\\Controller\\Admin\\ModuleItemController:extractFormClass' => '?',
  3908.             'App\\Controller\\Admin\\ModuleItemController:extractFormTemplate' => '?',
  3909.             'App\\Controller\\Admin\\ModulesController:index' => '?',
  3910.             'App\\Controller\\Admin\\ModulesController:update' => '?',
  3911.             'App\\Controller\\Admin\\PageItemController:configure' => '?',
  3912.             'App\\Controller\\Admin\\PageItemController:create' => '?',
  3913.             'App\\Controller\\Admin\\PageItemController:order' => '?',
  3914.             'App\\Controller\\Admin\\PagesController:create' => '?',
  3915.             'App\\Controller\\Admin\\PagesController:index' => '?',
  3916.             'App\\Controller\\Admin\\PagesController:manageContent' => '?',
  3917.             'App\\Controller\\Admin\\PagesController:update' => '?',
  3918.             'App\\Controller\\Admin\\PermissionsController:index' => '?',
  3919.             'App\\Controller\\Admin\\PermissionsController:update' => '?',
  3920.             'App\\Controller\\Admin\\ProjectsController:index' => '?',
  3921.             'App\\Controller\\Admin\\ProjectsController:members' => '?',
  3922.             'App\\Controller\\Admin\\ProjectsController:refreshAuthToken' => '?',
  3923.             'App\\Controller\\Admin\\ProjectsController:removeMember' => '?',
  3924.             'App\\Controller\\Admin\\ProjectsController:update' => '?',
  3925.             'App\\Controller\\Admin\\SettingsController:clearCache' => '?',
  3926.             'App\\Controller\\Admin\\SettingsController:index' => '?',
  3927.             'App\\Controller\\Admin\\SettingsController:update' => '?',
  3928.             'App\\Controller\\Admin\\TranslationController:index' => '?',
  3929.             'App\\Controller\\Admin\\TranslationsController:index' => '?',
  3930.             'App\\Controller\\Admin\\TranslationsController:list' => '?',
  3931.             'App\\Controller\\Admin\\TranslationsController:update' => '?',
  3932.             'App\\Controller\\Admin\\UsersController:changePassword' => '?',
  3933.             'App\\Controller\\Admin\\UsersController:createUser' => '?',
  3934.             'App\\Controller\\Admin\\UsersController:groups' => '?',
  3935.             'App\\Controller\\Admin\\UsersController:index' => '?',
  3936.             'App\\Controller\\Admin\\UsersController:profile' => '?',
  3937.             'App\\Controller\\Admin\\UsersController:roles' => '?',
  3938.             'App\\Controller\\Admin\\UsersController:toggleActive' => '?',
  3939.             'App\\Controller\\Api\\TranslationsController:domains' => '?',
  3940.             'App\\Controller\\Api\\TranslationsController:existingTranslationsForProject' => '?',
  3941.             'App\\Controller\\Api\\TranslationsController:list' => '?',
  3942.             'App\\Controller\\Api\\TranslationsController:locales' => '?',
  3943.             'App\\Controller\\Api\\TranslationsController:receive' => '?',
  3944.             'App\\Controller\\Api\\TranslationsController:send' => '?',
  3945.             'App\\Controller\\Api\\TranslationsController:update' => '?',
  3946.             'App\\Controller\\ProfileController:update' => '?',
  3947.             'App\\Controller\\SecurityController:login' => '?',
  3948.             'kernel:loadRoutes' => '?',
  3949.             'kernel:registerContainerConfiguration' => '?',
  3950.             'kernel:terminate' => '?',
  3951.         ]);
  3952.     }
  3953.     /**
  3954.      * Gets the private '.service_locator.fliovIb' shared service.
  3955.      *
  3956.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3957.      */
  3958.     protected function get_ServiceLocator_FliovIbService()
  3959.     {
  3960.         return $this->privates['.service_locator.fliovIb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3961.             'userDefinedModule' => ['privates''.errored..service_locator.fliovIb.App\\Entity\\UserDefinedModule'NULL'Cannot autowire service ".service_locator.fliovIb": it references class "App\\Entity\\UserDefinedModule" but no such service exists.'],
  3962.         ], [
  3963.             'userDefinedModule' => 'App\\Entity\\UserDefinedModule',
  3964.         ]);
  3965.     }
  3966.     /**
  3967.      * Gets the private '.service_locator.gdjniTk' shared service.
  3968.      *
  3969.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3970.      */
  3971.     protected function get_ServiceLocator_GdjniTkService()
  3972.     {
  3973.         return $this->privates['.service_locator.gdjniTk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3974.             'breadcrumbs_service' => ['privates''App\\Breadcrumbs\\BreadcrumbsService''getBreadcrumbsServiceService'false],
  3975.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3976.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3977.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3978.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3979.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3980.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3981.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3982.             'router' => ['services''router''getRouterService'false],
  3983.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3984.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3985.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3986.             'serializer' => ['services''serializer''getSerializerService'false],
  3987.             'session' => ['services''session''getSessionService'false],
  3988.             'translator' => ['services''translator''getTranslatorService'false],
  3989.             'twig' => ['services''twig''getTwigService'false],
  3990.         ], [
  3991.             'breadcrumbs_service' => 'App\\Breadcrumbs\\BreadcrumbsService',
  3992.             'doctrine' => '?',
  3993.             'form.factory' => '?',
  3994.             'http_kernel' => '?',
  3995.             'message_bus' => '?',
  3996.             'messenger.default_bus' => '?',
  3997.             'parameter_bag' => '?',
  3998.             'request_stack' => '?',
  3999.             'router' => '?',
  4000.             'security.authorization_checker' => '?',
  4001.             'security.csrf.token_manager' => '?',
  4002.             'security.token_storage' => '?',
  4003.             'serializer' => '?',
  4004.             'session' => '?',
  4005.             'translator' => '?',
  4006.             'twig' => '?',
  4007.         ]);
  4008.     }
  4009.     /**
  4010.      * Gets the private '.service_locator.hEwcf7A' shared service.
  4011.      *
  4012.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4013.      */
  4014.     protected function get_ServiceLocator_HEwcf7AService()
  4015.     {
  4016.         return $this->privates['.service_locator.hEwcf7A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4017.             'user' => ['privates''.errored..service_locator.hEwcf7A.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.hEwcf7A": it references class "App\\Entity\\User" but no such service exists.'],
  4018.         ], [
  4019.             'user' => 'App\\Entity\\User',
  4020.         ]);
  4021.     }
  4022.     /**
  4023.      * Gets the private '.service_locator.j5_bHjD' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4026.      */
  4027.     protected function get_ServiceLocator_J5BHjDService()
  4028.     {
  4029.         return $this->privates['.service_locator.j5_bHjD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4030.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4031.         ], [
  4032.             'passwordEncoder' => '?',
  4033.         ]);
  4034.     }
  4035.     /**
  4036.      * Gets the private '.service_locator.jGCCKtX' shared service.
  4037.      *
  4038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4039.      */
  4040.     protected function get_ServiceLocator_JGCCKtXService()
  4041.     {
  4042.         return $this->privates['.service_locator.jGCCKtX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4043.             'serializer' => ['services''serializer''getSerializerService'false],
  4044.         ], [
  4045.             'serializer' => '?',
  4046.         ]);
  4047.     }
  4048.     /**
  4049.      * Gets the private '.service_locator.qob_hkb' shared service.
  4050.      *
  4051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4052.      */
  4053.     protected function get_ServiceLocator_QobHkbService()
  4054.     {
  4055.         return $this->privates['.service_locator.qob_hkb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4056.             'file' => ['privates''.errored..service_locator.qob_hkb.App\\Entity\\File'NULL'Cannot autowire service ".service_locator.qob_hkb": it references class "App\\Entity\\File" but no such service exists.'],
  4057.             'translator' => ['services''translator''getTranslatorService'false],
  4058.         ], [
  4059.             'file' => 'App\\Entity\\File',
  4060.             'translator' => '?',
  4061.         ]);
  4062.     }
  4063.     /**
  4064.      * Gets the private '.service_locator.s.P2eTD' shared service.
  4065.      *
  4066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4067.      */
  4068.     protected function get_ServiceLocator_S_P2eTDService()
  4069.     {
  4070.         return $this->privates['.service_locator.s.P2eTD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4071.             'translation' => ['privates''.errored..service_locator.s.P2eTD.App\\Entity\\Translation'NULL'Cannot autowire service ".service_locator.s.P2eTD": it references class "App\\Entity\\Translation" but no such service exists.'],
  4072.         ], [
  4073.             'translation' => 'App\\Entity\\Translation',
  4074.         ]);
  4075.     }
  4076.     /**
  4077.      * Gets the private '.service_locator.szB7p__' shared service.
  4078.      *
  4079.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4080.      */
  4081.     protected function get_ServiceLocator_SzB7pService()
  4082.     {
  4083.         return $this->privates['.service_locator.szB7p__'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4084.             'moduleItem' => ['privates''.errored..service_locator.szB7p__.App\\Entity\\ModuleItem'NULL'Cannot autowire service ".service_locator.szB7p__": it references class "App\\Entity\\ModuleItem" but no such service exists.'],
  4085.         ], [
  4086.             'moduleItem' => 'App\\Entity\\ModuleItem',
  4087.         ]);
  4088.     }
  4089.     /**
  4090.      * Gets the private '.service_locator.u7Z7gMN' shared service.
  4091.      *
  4092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4093.      */
  4094.     protected function get_ServiceLocator_U7Z7gMNService()
  4095.     {
  4096.         return $this->privates['.service_locator.u7Z7gMN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4097.             'fileManager' => ['privates''App\\File\\FileManager''getFileManagerService'false],
  4098.             'rules' => ['privates''App\\File\\FilesValidation''getFilesValidationService'false],
  4099.             'validator' => ['services''validator''getValidatorService'false],
  4100.         ], [
  4101.             'fileManager' => 'App\\File\\FileManager',
  4102.             'rules' => 'App\\File\\FilesValidation',
  4103.             'validator' => '?',
  4104.         ]);
  4105.     }
  4106.     /**
  4107.      * Gets the private '.service_locator.v6bt0O8' shared service.
  4108.      *
  4109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4110.      */
  4111.     protected function get_ServiceLocator_V6bt0O8Service()
  4112.     {
  4113.         return $this->privates['.service_locator.v6bt0O8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4114.             'rules' => ['privates''App\\Settings\\SettingsValidation''getSettingsValidationService'false],
  4115.             'validator' => ['services''validator''getValidatorService'false],
  4116.         ], [
  4117.             'rules' => 'App\\Settings\\SettingsValidation',
  4118.             'validator' => '?',
  4119.         ]);
  4120.     }
  4121.     /**
  4122.      * Gets the private '.service_locator.vOuR34Q' shared service.
  4123.      *
  4124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4125.      */
  4126.     protected function get_ServiceLocator_VOuR34QService()
  4127.     {
  4128.         return $this->privates['.service_locator.vOuR34Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4129.             'mail' => ['privates''.errored..service_locator.vOuR34Q.App\\Entity\\Mail'NULL'Cannot autowire service ".service_locator.vOuR34Q": it references class "App\\Entity\\Mail" but no such service exists.'],
  4130.         ], [
  4131.             'mail' => 'App\\Entity\\Mail',
  4132.         ]);
  4133.     }
  4134.     /**
  4135.      * Gets the private '.service_locator.whdzoUP' shared service.
  4136.      *
  4137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4138.      */
  4139.     protected function get_ServiceLocator_WhdzoUPService()
  4140.     {
  4141.         return $this->privates['.service_locator.whdzoUP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4142.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4143.             'responseService' => ['privates''App\\Response\\ResponseService''getResponseServiceService'false],
  4144.         ], [
  4145.             'logger' => '?',
  4146.             'responseService' => 'App\\Response\\ResponseService',
  4147.         ]);
  4148.     }
  4149.     /**
  4150.      * Gets the private '.service_locator.xA8Fw_.' shared service.
  4151.      *
  4152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4153.      */
  4154.     protected function get_ServiceLocator_XA8Fw_Service()
  4155.     {
  4156.         return $this->privates['.service_locator.xA8Fw_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4157.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4158.         ], [
  4159.             'authenticationUtils' => '?',
  4160.         ]);
  4161.     }
  4162.     /**
  4163.      * Gets the private '.service_locator.xTaU3Sp' shared service.
  4164.      *
  4165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4166.      */
  4167.     protected function get_ServiceLocator_XTaU3SpService()
  4168.     {
  4169.         return $this->privates['.service_locator.xTaU3Sp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4170.             'page' => ['privates''.errored..service_locator.xTaU3Sp.App\\Entity\\Page'NULL'Cannot autowire service ".service_locator.xTaU3Sp": it references class "App\\Entity\\Page" but no such service exists.'],
  4171.         ], [
  4172.             'page' => 'App\\Entity\\Page',
  4173.         ]);
  4174.     }
  4175.     /**
  4176.      * Gets the private '.service_locator.yJ_F9oQ' shared service.
  4177.      *
  4178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4179.      */
  4180.     protected function get_ServiceLocator_YJF9oQService()
  4181.     {
  4182.         return $this->privates['.service_locator.yJ_F9oQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4183.             'locales' => ['privates''.value.jqcSaco''get_Value_JqcSacoService'false],
  4184.         ], [
  4185.             'locales' => '?',
  4186.         ]);
  4187.     }
  4188.     /**
  4189.      * Gets the private '.value.jqcSaco' shared service.
  4190.      *
  4191.      * @return \mixed
  4192.      */
  4193.     protected function get_Value_JqcSacoService()
  4194.     {
  4195.         return $this->privates['.value.jqcSaco'] = \current([=> 'en|bg']);
  4196.     }
  4197.     /**
  4198.      * Gets the private 'App\Breadcrumbs\BreadcrumbsService' shared autowired service.
  4199.      *
  4200.      * @return \App\Breadcrumbs\BreadcrumbsService
  4201.      */
  4202.     protected function getBreadcrumbsServiceService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/src/Breadcrumbs/BreadcrumbsService.php';
  4205.         return $this->privates['App\\Breadcrumbs\\BreadcrumbsService'] = new \App\Breadcrumbs\BreadcrumbsService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'App\Command\DemoCommand' shared autowired service.
  4209.      *
  4210.      * @return \App\Command\DemoCommand
  4211.      */
  4212.     protected function getDemoCommandService()
  4213.     {
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4215.         include_once \dirname(__DIR__4).'/src/Command/DemoCommand.php';
  4216.         $this->privates['App\\Command\\DemoCommand'] = $instance = new \App\Command\DemoCommand();
  4217.         $instance->setName('demo:command');
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the private 'App\Command\GenerateTranslationsForEnumCommand' shared autowired service.
  4222.      *
  4223.      * @return \App\Command\GenerateTranslationsForEnumCommand
  4224.      */
  4225.     protected function getGenerateTranslationsForEnumCommandService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4228.         include_once \dirname(__DIR__4).'/src/Command/GenerateTranslationsForEnumCommand.php';
  4229.         $this->privates['App\\Command\\GenerateTranslationsForEnumCommand'] = $instance = new \App\Command\GenerateTranslationsForEnumCommand('en|bg', \dirname(__DIR__4));
  4230.         $instance->setName('enum:translations');
  4231.         return $instance;
  4232.     }
  4233.     /**
  4234.      * Gets the private 'App\Command\MailAddTemplatesCommand' shared autowired service.
  4235.      *
  4236.      * @return \App\Command\MailAddTemplatesCommand
  4237.      */
  4238.     protected function getMailAddTemplatesCommandService()
  4239.     {
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4241.         include_once \dirname(__DIR__4).'/src/Command/MailAddTemplatesCommand.php';
  4242.         $this->privates['App\\Command\\MailAddTemplatesCommand'] = $instance = new \App\Command\MailAddTemplatesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4), 'en|bg');
  4243.         $instance->setName('mail:add-templates');
  4244.         return $instance;
  4245.     }
  4246.     /**
  4247.      * Gets the private 'App\Command\MailLoadTemplatesCommand' shared autowired service.
  4248.      *
  4249.      * @return \App\Command\MailLoadTemplatesCommand
  4250.      */
  4251.     protected function getMailLoadTemplatesCommandService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4254.         include_once \dirname(__DIR__4).'/src/Command/MailLoadTemplatesCommand.php';
  4255.         $this->privates['App\\Command\\MailLoadTemplatesCommand'] = $instance = new \App\Command\MailLoadTemplatesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4), 'en|bg');
  4256.         $instance->setName('mail:load-templates');
  4257.         return $instance;
  4258.     }
  4259.     /**
  4260.      * Gets the private 'App\Command\MailUpdateTemplatesCommand' shared autowired service.
  4261.      *
  4262.      * @return \App\Command\MailUpdateTemplatesCommand
  4263.      */
  4264.     protected function getMailUpdateTemplatesCommandService()
  4265.     {
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4267.         include_once \dirname(__DIR__4).'/src/Command/MailUpdateTemplatesCommand.php';
  4268.         $this->privates['App\\Command\\MailUpdateTemplatesCommand'] = $instance = new \App\Command\MailUpdateTemplatesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4), 'en|bg');
  4269.         $instance->setName('mail:update-templates');
  4270.         return $instance;
  4271.     }
  4272.     /**
  4273.      * Gets the private 'App\Command\MaintenanceCommand' shared autowired service.
  4274.      *
  4275.      * @return \App\Command\MaintenanceCommand
  4276.      */
  4277.     protected function getMaintenanceCommandService()
  4278.     {
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4280.         include_once \dirname(__DIR__4).'/src/Command/MaintenanceCommand.php';
  4281.         $this->privates['App\\Command\\MaintenanceCommand'] = $instance = new \App\Command\MaintenanceCommand(\dirname(__DIR__4));
  4282.         $instance->setName('sirius:maintenance');
  4283.         return $instance;
  4284.     }
  4285.     /**
  4286.      * Gets the private 'App\Command\MakeModuleCommand' shared autowired service.
  4287.      *
  4288.      * @return \App\Command\MakeModuleCommand
  4289.      */
  4290.     protected function getMakeModuleCommandService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4293.         include_once \dirname(__DIR__4).'/src/Command/MakeModuleCommand.php';
  4294.         $this->privates['App\\Command\\MakeModuleCommand'] = $instance = new \App\Command\MakeModuleCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4));
  4295.         $instance->setName('make:module');
  4296.         return $instance;
  4297.     }
  4298.     /**
  4299.      * Gets the private 'App\Command\RunScheduleCommand' shared autowired service.
  4300.      *
  4301.      * @return \App\Command\RunScheduleCommand
  4302.      */
  4303.     protected function getRunScheduleCommandService()
  4304.     {
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4306.         include_once \dirname(__DIR__4).'/src/Command/RunScheduleCommand.php';
  4307.         include_once \dirname(__DIR__4).'/src/Schedule/Scheduler.php';
  4308.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4309.         $this->privates['App\\Command\\RunScheduleCommand'] = $instance = new \App\Command\RunScheduleCommand(new \App\Schedule\Scheduler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->services['cache.app'] ?? $this->getCache_AppService())), $a);
  4310.         $instance->setName('schedule:run');
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the private 'App\Command\ScheduleWorkCommand' shared autowired service.
  4315.      *
  4316.      * @return \App\Command\ScheduleWorkCommand
  4317.      */
  4318.     protected function getScheduleWorkCommandService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4321.         include_once \dirname(__DIR__4).'/src/Command/ScheduleWorkCommand.php';
  4322.         $this->privates['App\\Command\\ScheduleWorkCommand'] = $instance = new \App\Command\ScheduleWorkCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  4323.         $instance->setName('schedule:work');
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the private 'App\Command\TranslationTrimCommand' shared autowired service.
  4328.      *
  4329.      * @return \App\Command\TranslationTrimCommand
  4330.      */
  4331.     protected function getTranslationTrimCommandService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4334.         include_once \dirname(__DIR__4).'/src/Command/TranslationTrimCommand.php';
  4335.         $this->privates['App\\Command\\TranslationTrimCommand'] = $instance = new \App\Command\TranslationTrimCommand('en|bg', \dirname(__DIR__4));
  4336.         $instance->setName('translation:trim');
  4337.         return $instance;
  4338.     }
  4339.     /**
  4340.      * Gets the private 'App\Command\UpdateDataCommand' shared autowired service.
  4341.      *
  4342.      * @return \App\Command\UpdateDataCommand
  4343.      */
  4344.     protected function getUpdateDataCommandService()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4347.         include_once \dirname(__DIR__4).'/src/Command/UpdateDataCommand.php';
  4348.         include_once \dirname(__DIR__4).'/src/DataMigration/Migrator.php';
  4349.         $this->privates['App\\Command\\UpdateDataCommand'] = $instance = new \App\Command\UpdateDataCommand(new \App\DataMigration\Migrator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())));
  4350.         $instance->setName('data:update');
  4351.         return $instance;
  4352.     }
  4353.     /**
  4354.      * Gets the private 'App\EntityTranslation\EntityTranslationService' shared autowired service.
  4355.      *
  4356.      * @return \App\EntityTranslation\EntityTranslationService
  4357.      */
  4358.     protected function getEntityTranslationServiceService()
  4359.     {
  4360.         include_once \dirname(__DIR__4).'/src/EntityTranslation/EntityTranslationService.php';
  4361.         return $this->privates['App\\EntityTranslation\\EntityTranslationService'] = new \App\EntityTranslation\EntityTranslationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4362.     }
  4363.     /**
  4364.      * Gets the private 'App\EventListener\FileEventListener' shared autowired service.
  4365.      *
  4366.      * @return \App\EventListener\FileEventListener
  4367.      */
  4368.     protected function getFileEventListenerService()
  4369.     {
  4370.         include_once \dirname(__DIR__4).'/src/EventListener/FileEventListener.php';
  4371.         return $this->privates['App\\EventListener\\FileEventListener'] = new \App\EventListener\FileEventListener(($this->privates['App\\File\\FileManager'] ?? $this->getFileManagerService()));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'App\EventListener\UserDefinedPageEventListener' shared autowired service.
  4375.      *
  4376.      * @return \App\EventListener\UserDefinedPageEventListener
  4377.      */
  4378.     protected function getUserDefinedPageEventListenerService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/src/EventListener/UserDefinedPageEventListener.php';
  4381.         return $this->privates['App\\EventListener\\UserDefinedPageEventListener'] = new \App\EventListener\UserDefinedPageEventListener(($this->privates['App\\Service\\UserDefinedPageRouting'] ?? $this->getUserDefinedPageRoutingService()));
  4382.     }
  4383.     /**
  4384.      * Gets the private 'App\EventSubscriber\MaintenanceSubscriber' shared autowired service.
  4385.      *
  4386.      * @return \App\EventSubscriber\MaintenanceSubscriber
  4387.      */
  4388.     protected function getMaintenanceSubscriberService()
  4389.     {
  4390.         return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] = new \App\EventSubscriber\MaintenanceSubscriber($this->getEnv('MAINTENANCE_MODE'), ($this->services['twig'] ?? $this->getTwigService()));
  4391.     }
  4392.     /**
  4393.      * Gets the private 'App\EventSubscriber\NeedsPermissionSubscriber' shared autowired service.
  4394.      *
  4395.      * @return \App\EventSubscriber\NeedsPermissionSubscriber
  4396.      */
  4397.     protected function getNeedsPermissionSubscriberService()
  4398.     {
  4399.         return $this->privates['App\\EventSubscriber\\NeedsPermissionSubscriber'] = new \App\EventSubscriber\NeedsPermissionSubscriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['App\\Security\\PermissionsService'] ?? $this->getPermissionsServiceService()));
  4400.     }
  4401.     /**
  4402.      * Gets the private 'App\File\FileManager' shared autowired service.
  4403.      *
  4404.      * @return \App\File\FileManager
  4405.      */
  4406.     protected function getFileManagerService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/src/File/FileManager.php';
  4409.         return $this->privates['App\\File\\FileManager'] = new \App\File\FileManager(($this->services['oneup_flysystem.public_uploads_filesystem_filesystem'] ?? $this->getOneupFlysystem_PublicUploadsFilesystemFilesystemService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('string:SITE_BASE_URL').'/uploads', \dirname(__DIR__4));
  4410.     }
  4411.     /**
  4412.      * Gets the private 'App\File\FilesValidation' shared autowired service.
  4413.      *
  4414.      * @return \App\File\FilesValidation
  4415.      */
  4416.     protected function getFilesValidationService()
  4417.     {
  4418.         include_once \dirname(__DIR__4).'/src/File/FilesValidation.php';
  4419.         return $this->privates['App\\File\\FilesValidation'] = new \App\File\FilesValidation(($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()));
  4420.     }
  4421.     /**
  4422.      * Gets the private 'App\Form\AddProjectMemberType' shared autowired service.
  4423.      *
  4424.      * @return \App\Form\AddProjectMemberType
  4425.      */
  4426.     protected function getAddProjectMemberTypeService()
  4427.     {
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4430.         include_once \dirname(__DIR__4).'/src/Form/AddProjectMemberType.php';
  4431.         return $this->privates['App\\Form\\AddProjectMemberType'] = new \App\Form\AddProjectMemberType();
  4432.     }
  4433.     /**
  4434.      * Gets the private 'App\Form\CustomFields\BootstrapDatepickerType' shared autowired service.
  4435.      *
  4436.      * @return \App\Form\CustomFields\BootstrapDatepickerType
  4437.      */
  4438.     protected function getBootstrapDatepickerTypeService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4442.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/BootstrapDatepickerType.php';
  4443.         return $this->privates['App\\Form\\CustomFields\\BootstrapDatepickerType'] = new \App\Form\CustomFields\BootstrapDatepickerType();
  4444.     }
  4445.     /**
  4446.      * Gets the private 'App\Form\CustomFields\BootstrapFileUploadType' shared autowired service.
  4447.      *
  4448.      * @return \App\Form\CustomFields\BootstrapFileUploadType
  4449.      */
  4450.     protected function getBootstrapFileUploadTypeService()
  4451.     {
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4454.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/BootstrapFileUploadType.php';
  4455.         return $this->privates['App\\Form\\CustomFields\\BootstrapFileUploadType'] = new \App\Form\CustomFields\BootstrapFileUploadType();
  4456.     }
  4457.     /**
  4458.      * Gets the private 'App\Form\CustomFields\CKEditorType' shared autowired service.
  4459.      *
  4460.      * @return \App\Form\CustomFields\CKEditorType
  4461.      */
  4462.     protected function getCKEditorTypeService()
  4463.     {
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4466.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/CKEditorType.php';
  4467.         return $this->privates['App\\Form\\CustomFields\\CKEditorType'] = new \App\Form\CustomFields\CKEditorType(($this->services['router'] ?? $this->getRouterService()));
  4468.     }
  4469.     /**
  4470.      * Gets the private 'App\Form\CustomFields\CaptchaType' shared autowired service.
  4471.      *
  4472.      * @return \App\Form\CustomFields\CaptchaType
  4473.      */
  4474.     protected function getCaptchaTypeService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4478.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/CaptchaType.php';
  4479.         return $this->privates['App\\Form\\CustomFields\\CaptchaType'] = new \App\Form\CustomFields\CaptchaType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4480.     }
  4481.     /**
  4482.      * Gets the private 'App\Form\CustomFields\ImageGalleryType' shared autowired service.
  4483.      *
  4484.      * @return \App\Form\CustomFields\ImageGalleryType
  4485.      */
  4486.     protected function getImageGalleryTypeService()
  4487.     {
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4490.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/ImageGalleryType.php';
  4491.         return $this->privates['App\\Form\\CustomFields\\ImageGalleryType'] = new \App\Form\CustomFields\ImageGalleryType();
  4492.     }
  4493.     /**
  4494.      * Gets the private 'App\Form\CustomFields\PickrType' shared autowired service.
  4495.      *
  4496.      * @return \App\Form\CustomFields\PickrType
  4497.      */
  4498.     protected function getPickrTypeService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4502.         include_once \dirname(__DIR__4).'/src/Form/CustomFields/PickrType.php';
  4503.         return $this->privates['App\\Form\\CustomFields\\PickrType'] = new \App\Form\CustomFields\PickrType();
  4504.     }
  4505.     /**
  4506.      * Gets the private 'App\Form\MailType' shared autowired service.
  4507.      *
  4508.      * @return \App\Form\MailType
  4509.      */
  4510.     protected function getMailTypeService()
  4511.     {
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4514.         include_once \dirname(__DIR__4).'/src/Form/MailType.php';
  4515.         return $this->privates['App\\Form\\MailType'] = new \App\Form\MailType();
  4516.     }
  4517.     /**
  4518.      * Gets the private 'App\Form\PageType' shared autowired service.
  4519.      *
  4520.      * @return \App\Form\PageType
  4521.      */
  4522.     protected function getPageTypeService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4526.         include_once \dirname(__DIR__4).'/src/Form/PageType.php';
  4527.         return $this->privates['App\\Form\\PageType'] = new \App\Form\PageType();
  4528.     }
  4529.     /**
  4530.      * Gets the private 'App\Form\PermissionGroupType' shared autowired service.
  4531.      *
  4532.      * @return \App\Form\PermissionGroupType
  4533.      */
  4534.     protected function getPermissionGroupTypeService()
  4535.     {
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4538.         include_once \dirname(__DIR__4).'/src/Form/PermissionGroupType.php';
  4539.         return $this->privates['App\\Form\\PermissionGroupType'] = new \App\Form\PermissionGroupType();
  4540.     }
  4541.     /**
  4542.      * Gets the private 'App\Form\PermissionType' shared autowired service.
  4543.      *
  4544.      * @return \App\Form\PermissionType
  4545.      */
  4546.     protected function getPermissionTypeService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4550.         include_once \dirname(__DIR__4).'/src/Form/PermissionType.php';
  4551.         return $this->privates['App\\Form\\PermissionType'] = new \App\Form\PermissionType();
  4552.     }
  4553.     /**
  4554.      * Gets the private 'App\Form\ProfileType' shared autowired service.
  4555.      *
  4556.      * @return \App\Form\ProfileType
  4557.      */
  4558.     protected function getProfileTypeService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4562.         include_once \dirname(__DIR__4).'/src/Form/ProfileType.php';
  4563.         return $this->privates['App\\Form\\ProfileType'] = new \App\Form\ProfileType();
  4564.     }
  4565.     /**
  4566.      * Gets the private 'App\Form\ProjectType' shared autowired service.
  4567.      *
  4568.      * @return \App\Form\ProjectType
  4569.      */
  4570.     protected function getProjectTypeService()
  4571.     {
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4574.         include_once \dirname(__DIR__4).'/src/Form/ProjectType.php';
  4575.         return $this->privates['App\\Form\\ProjectType'] = new \App\Form\ProjectType(($this->privates['App\\Repository\\TranslationRepository'] ?? $this->getTranslationRepositoryService()));
  4576.     }
  4577.     /**
  4578.      * Gets the private 'App\Form\SortType' shared autowired service.
  4579.      *
  4580.      * @return \App\Form\SortType
  4581.      */
  4582.     protected function getSortTypeService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4586.         include_once \dirname(__DIR__4).'/src/Form/SortType.php';
  4587.         return $this->privates['App\\Form\\SortType'] = new \App\Form\SortType();
  4588.     }
  4589.     /**
  4590.      * Gets the private 'App\Form\UserDefinedModuleType' shared autowired service.
  4591.      *
  4592.      * @return \App\Form\UserDefinedModuleType
  4593.      */
  4594.     protected function getUserDefinedModuleTypeService()
  4595.     {
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4598.         include_once \dirname(__DIR__4).'/src/Form/UserDefinedModuleType.php';
  4599.         return $this->privates['App\\Form\\UserDefinedModuleType'] = new \App\Form\UserDefinedModuleType();
  4600.     }
  4601.     /**
  4602.      * Gets the private 'App\Form\UserPasswordType' shared autowired service.
  4603.      *
  4604.      * @return \App\Form\UserPasswordType
  4605.      */
  4606.     protected function getUserPasswordTypeService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4610.         include_once \dirname(__DIR__4).'/src/Form/UserPasswordType.php';
  4611.         return $this->privates['App\\Form\\UserPasswordType'] = new \App\Form\UserPasswordType();
  4612.     }
  4613.     /**
  4614.      * Gets the private 'App\Form\UserPermissionGroupsType' shared autowired service.
  4615.      *
  4616.      * @return \App\Form\UserPermissionGroupsType
  4617.      */
  4618.     protected function getUserPermissionGroupsTypeService()
  4619.     {
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4622.         include_once \dirname(__DIR__4).'/src/Form/UserPermissionGroupsType.php';
  4623.         return $this->privates['App\\Form\\UserPermissionGroupsType'] = new \App\Form\UserPermissionGroupsType();
  4624.     }
  4625.     /**
  4626.      * Gets the private 'App\Form\UserType' shared autowired service.
  4627.      *
  4628.      * @return \App\Form\UserType
  4629.      */
  4630.     protected function getUserTypeService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4634.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  4635.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4636.     }
  4637.     /**
  4638.      * Gets the private 'App\Form\VisibilityType' shared autowired service.
  4639.      *
  4640.      * @return \App\Form\VisibilityType
  4641.      */
  4642.     protected function getVisibilityTypeService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4646.         include_once \dirname(__DIR__4).'/src/Form/VisibilityType.php';
  4647.         return $this->privates['App\\Form\\VisibilityType'] = new \App\Form\VisibilityType();
  4648.     }
  4649.     /**
  4650.      * Gets the private 'App\LandingPage\LandingPageManager' shared autowired service.
  4651.      *
  4652.      * @return \App\LandingPage\LandingPageManager
  4653.      */
  4654.     protected function getLandingPageManagerService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/src/LandingPage/LandingPageManager.php';
  4657.         return $this->privates['App\\LandingPage\\LandingPageManager'] = new \App\LandingPage\LandingPageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4658.     }
  4659.     /**
  4660.      * Gets the private 'App\Repository\DataMigrationRepository' shared autowired service.
  4661.      *
  4662.      * @return \App\Repository\DataMigrationRepository
  4663.      */
  4664.     protected function getDataMigrationRepositoryService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4671.         include_once \dirname(__DIR__4).'/src/Repository/DataMigrationRepository.php';
  4672.         return $this->privates['App\\Repository\\DataMigrationRepository'] = new \App\Repository\DataMigrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4673.     }
  4674.     /**
  4675.      * Gets the private 'App\Repository\FileRepository' shared autowired service.
  4676.      *
  4677.      * @return \App\Repository\FileRepository
  4678.      */
  4679.     protected function getFileRepositoryService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4686.         include_once \dirname(__DIR__4).'/src/Repository/FileRepository.php';
  4687.         return $this->privates['App\\Repository\\FileRepository'] = new \App\Repository\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4688.     }
  4689.     /**
  4690.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  4691.      *
  4692.      * @return \App\Repository\ImageRepository
  4693.      */
  4694.     protected function getImageRepositoryService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4701.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  4702.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4703.     }
  4704.     /**
  4705.      * Gets the private 'App\Repository\LandingPageRepository' shared autowired service.
  4706.      *
  4707.      * @return \App\Repository\LandingPageRepository
  4708.      */
  4709.     protected function getLandingPageRepositoryService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4716.         include_once \dirname(__DIR__4).'/src/Repository/LandingPageRepository.php';
  4717.         return $this->privates['App\\Repository\\LandingPageRepository'] = new \App\Repository\LandingPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4718.     }
  4719.     /**
  4720.      * Gets the private 'App\Repository\MailRepository' shared autowired service.
  4721.      *
  4722.      * @return \App\Repository\MailRepository
  4723.      */
  4724.     protected function getMailRepositoryService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4730.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4731.         include_once \dirname(__DIR__4).'/src/Repository/MailRepository.php';
  4732.         return $this->privates['App\\Repository\\MailRepository'] = new \App\Repository\MailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4733.     }
  4734.     /**
  4735.      * Gets the private 'App\Repository\ModuleItemRepository' shared autowired service.
  4736.      *
  4737.      * @return \App\Repository\ModuleItemRepository
  4738.      */
  4739.     protected function getModuleItemRepositoryService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4746.         include_once \dirname(__DIR__4).'/src/Repository/ModuleItemRepository.php';
  4747.         return $this->privates['App\\Repository\\ModuleItemRepository'] = new \App\Repository\ModuleItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4748.     }
  4749.     /**
  4750.      * Gets the private 'App\Repository\ModuleRepository' shared autowired service.
  4751.      *
  4752.      * @return \App\Repository\ModuleRepository
  4753.      */
  4754.     protected function getModuleRepositoryService()
  4755.     {
  4756.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4761.         include_once \dirname(__DIR__4).'/src/Repository/ModuleRepository.php';
  4762.         return $this->privates['App\\Repository\\ModuleRepository'] = new \App\Repository\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4763.     }
  4764.     /**
  4765.      * Gets the private 'App\Repository\PageRepository' shared autowired service.
  4766.      *
  4767.      * @return \App\Repository\PageRepository
  4768.      */
  4769.     protected function getPageRepositoryService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4776.         include_once \dirname(__DIR__4).'/src/Repository/FiltersByVisibility.php';
  4777.         include_once \dirname(__DIR__4).'/src/Repository/PageRepository.php';
  4778.         return $this->privates['App\\Repository\\PageRepository'] = new \App\Repository\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4779.     }
  4780.     /**
  4781.      * Gets the private 'App\Repository\Permission\GroupRepository' shared autowired service.
  4782.      *
  4783.      * @return \App\Repository\Permission\GroupRepository
  4784.      */
  4785.     protected function getGroupRepositoryService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4792.         include_once \dirname(__DIR__4).'/src/Repository/Permission/GroupRepository.php';
  4793.         return $this->privates['App\\Repository\\Permission\\GroupRepository'] = new \App\Repository\Permission\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'App\Repository\Permission\PermissionRepository' shared autowired service.
  4797.      *
  4798.      * @return \App\Repository\Permission\PermissionRepository
  4799.      */
  4800.     protected function getPermissionRepositoryService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4807.         include_once \dirname(__DIR__4).'/src/Repository/Permission/PermissionRepository.php';
  4808.         return $this->privates['App\\Repository\\Permission\\PermissionRepository'] = new \App\Repository\Permission\PermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4809.     }
  4810.     /**
  4811.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  4812.      *
  4813.      * @return \App\Repository\ProfileRepository
  4814.      */
  4815.     protected function getProfileRepositoryService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4822.         include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  4823.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4824.     }
  4825.     /**
  4826.      * Gets the private 'App\Repository\ProjectRepository' shared autowired service.
  4827.      *
  4828.      * @return \App\Repository\ProjectRepository
  4829.      */
  4830.     protected function getProjectRepositoryService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4837.         include_once \dirname(__DIR__4).'/src/Repository/ProjectRepository.php';
  4838.         return $this->privates['App\\Repository\\ProjectRepository'] = new \App\Repository\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'App\Repository\Scheduler\ScheduleRepository' shared autowired service.
  4842.      *
  4843.      * @return \App\Repository\Scheduler\ScheduleRepository
  4844.      */
  4845.     protected function getScheduleRepositoryService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4852.         include_once \dirname(__DIR__4).'/src/Repository/Scheduler/ScheduleRepository.php';
  4853.         return $this->privates['App\\Repository\\Scheduler\\ScheduleRepository'] = new \App\Repository\Scheduler\ScheduleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4854.     }
  4855.     /**
  4856.      * Gets the private 'App\Repository\SettingRepository' shared autowired service.
  4857.      *
  4858.      * @return \App\Repository\SettingRepository
  4859.      */
  4860.     protected function getSettingRepositoryService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4867.         include_once \dirname(__DIR__4).'/src/Repository/SettingRepository.php';
  4868.         return $this->privates['App\\Repository\\SettingRepository'] = new \App\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4869.     }
  4870.     /**
  4871.      * Gets the private 'App\Repository\TranslationRepository' shared autowired service.
  4872.      *
  4873.      * @return \App\Repository\TranslationRepository
  4874.      */
  4875.     protected function getTranslationRepositoryService()
  4876.     {
  4877.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4882.         include_once \dirname(__DIR__4).'/src/Repository/TranslationRepository.php';
  4883.         return $this->privates['App\\Repository\\TranslationRepository'] = new \App\Repository\TranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('LOCALE'), 'en|bg');
  4884.     }
  4885.     /**
  4886.      * Gets the private 'App\Repository\UserDefinedModuleRepository' shared autowired service.
  4887.      *
  4888.      * @return \App\Repository\UserDefinedModuleRepository
  4889.      */
  4890.     protected function getUserDefinedModuleRepositoryService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4897.         include_once \dirname(__DIR__4).'/src/Repository/UserDefinedModuleRepository.php';
  4898.         return $this->privates['App\\Repository\\UserDefinedModuleRepository'] = new \App\Repository\UserDefinedModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4899.     }
  4900.     /**
  4901.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4902.      *
  4903.      * @return \App\Repository\UserRepository
  4904.      */
  4905.     protected function getUserRepositoryService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4912.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  4913.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'App\Response\ResponseService' shared autowired service.
  4917.      *
  4918.      * @return \App\Response\ResponseService
  4919.      */
  4920.     protected function getResponseServiceService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/src/Response/ResponseService.php';
  4923.         return $this->privates['App\\Response\\ResponseService'] = new \App\Response\ResponseService(($this->services['serializer'] ?? $this->getSerializerService()));
  4924.     }
  4925.     /**
  4926.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  4927.      *
  4928.      * @return \App\Security\LoginFormAuthenticator
  4929.      */
  4930.     protected function getLoginFormAuthenticatorService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4937.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  4938.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'App\Security\PermissionsService' shared autowired service.
  4942.      *
  4943.      * @return \App\Security\PermissionsService
  4944.      */
  4945.     protected function getPermissionsServiceService()
  4946.     {
  4947.         return $this->privates['App\\Security\\PermissionsService'] = new \App\Security\PermissionsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  4948.     }
  4949.     /**
  4950.      * Gets the private 'App\Service\UserDefinedPageRouting' shared autowired service.
  4951.      *
  4952.      * @return \App\Service\UserDefinedPageRouting
  4953.      */
  4954.     protected function getUserDefinedPageRoutingService()
  4955.     {
  4956.         include_once \dirname(__DIR__4).'/src/Service/UserDefinedPageRouting.php';
  4957.         return $this->privates['App\\Service\\UserDefinedPageRouting'] = new \App\Service\UserDefinedPageRouting($this->getEnv('SITE_BASE_URL'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4958.     }
  4959.     /**
  4960.      * Gets the private 'App\Settings\SettingsValidation' shared autowired service.
  4961.      *
  4962.      * @return \App\Settings\SettingsValidation
  4963.      */
  4964.     protected function getSettingsValidationService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/src/Settings/SettingsValidation.php';
  4967.         return $this->privates['App\\Settings\\SettingsValidation'] = new \App\Settings\SettingsValidation();
  4968.     }
  4969.     /**
  4970.      * Gets the private 'App\Validator\Constraints\ValidPagePathValidator' shared autowired service.
  4971.      *
  4972.      * @return \App\Validator\Constraints\ValidPagePathValidator
  4973.      */
  4974.     protected function getValidPagePathValidatorService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4978.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidPagePathValidator.php';
  4979.         return $this->privates['App\\Validator\\Constraints\\ValidPagePathValidator'] = new \App\Validator\Constraints\ValidPagePathValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'App\Validator\Constraints\ValidPhoneNumberValidator' shared autowired service.
  4983.      *
  4984.      * @return \App\Validator\Constraints\ValidPhoneNumberValidator
  4985.      */
  4986.     protected function getValidPhoneNumberValidatorService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4990.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidPhoneNumberValidator.php';
  4991.         return $this->privates['App\\Validator\\Constraints\\ValidPhoneNumberValidator'] = new \App\Validator\Constraints\ValidPhoneNumberValidator();
  4992.     }
  4993.     /**
  4994.      * Gets the private 'App\Validator\Constraints\ValidTwigValidator' shared autowired service.
  4995.      *
  4996.      * @return \App\Validator\Constraints\ValidTwigValidator
  4997.      */
  4998.     protected function getValidTwigValidatorService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5002.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidTwigValidator.php';
  5003.         return $this->privates['App\\Validator\\Constraints\\ValidTwigValidator'] = new \App\Validator\Constraints\ValidTwigValidator(($this->services['twig'] ?? $this->getTwigService()));
  5004.     }
  5005.     /**
  5006.      * Gets the private 'Translation\Extractor\Extractor' shared service.
  5007.      *
  5008.      * @return \Translation\Extractor\Extractor
  5009.      */
  5010.     protected function getExtractorService()
  5011.     {
  5012.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Extractor.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/FileExtractor.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/PHPFileExtractor.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Visitor.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/BaseVisitor.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/BasePHPVisitor.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ContainerAwareTrans.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ContainerAwareTransChoice.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FlashMessage.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/AbstractFormType.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTrait.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeChoices.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeEmptyValue.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeHelp.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeInvalidMessage.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeLabelExplicit.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeLabelImplicit.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypePlaceholder.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeTitle.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ValidationAnnotation.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/SourceLocationContainerVisitor.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/TwigFileExtractor.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Twig/TwigVisitor.php';
  5037.         $this->privates['Translation\\Extractor\\Extractor'] = $instance = new \Translation\Extractor\Extractor();
  5038.         $a = new \Translation\Extractor\FileExtractor\PHPFileExtractor();
  5039.         $b = new \Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices();
  5040.         $b->setSymfonyMajorVersion(5);
  5041.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans());
  5042.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice());
  5043.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FlashMessage());
  5044.         $a->addVisitor($b);
  5045.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue());
  5046.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp());
  5047.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage());
  5048.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit());
  5049.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit());
  5050.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder());
  5051.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle());
  5052.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation(($this->services['validator'] ?? $this->getValidatorService())));
  5053.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor());
  5054.         $c = new \Translation\Extractor\FileExtractor\TwigFileExtractor(($this->services['twig'] ?? $this->getTwigService()));
  5055.         $c->addVisitor(new \Translation\Extractor\Visitor\Twig\TwigVisitor());
  5056.         $instance->addFileExtractor($a);
  5057.         $instance->addFileExtractor($c);
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the private 'annotations.cache' shared service.
  5062.      *
  5063.      * @return \Symfony\Component\Cache\DoctrineProvider
  5064.      */
  5065.     protected function getAnnotations_CacheService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  5069.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  5070.     }
  5071.     /**
  5072.      * Gets the private 'annotations.cache_warmer' shared service.
  5073.      *
  5074.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5075.      */
  5076.     protected function getAnnotations_CacheWarmerService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5081.         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);
  5082.     }
  5083.     /**
  5084.      * Gets the private 'annotations.cached_reader' shared service.
  5085.      *
  5086.      * @return \Doctrine\Common\Annotations\CachedReader
  5087.      */
  5088.     protected function getAnnotations_CachedReaderService()
  5089.     {
  5090.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  5091.     }
  5092.     /**
  5093.      * Gets the private 'annotations.reader' shared service.
  5094.      *
  5095.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5096.      */
  5097.     protected function getAnnotations_ReaderService()
  5098.     {
  5099.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5100.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5101.         $a->registerUniqueLoader('class_exists');
  5102.         $instance->addGlobalIgnoredName('required'$a);
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the private 'assets.context' shared service.
  5107.      *
  5108.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  5109.      */
  5110.     protected function getAssets_ContextService()
  5111.     {
  5112.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5113.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  5114.     }
  5115.     /**
  5116.      * Gets the private 'assets.packages' shared service.
  5117.      *
  5118.      * @return \Symfony\Component\Asset\Packages
  5119.      */
  5120.     protected function getAssets_PackagesService()
  5121.     {
  5122.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), []);
  5123.     }
  5124.     /**
  5125.      * Gets the private 'cache.annotations' shared service.
  5126.      *
  5127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5128.      */
  5129.     protected function getCache_AnnotationsService()
  5130.     {
  5131.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IQ66x5xXyX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  5135.      *
  5136.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5137.      */
  5138.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  5139.     {
  5140.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5141.     }
  5142.     /**
  5143.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5144.      *
  5145.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5146.      */
  5147.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5148.     {
  5149.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5150.     }
  5151.     /**
  5152.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5153.      *
  5154.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5155.      */
  5156.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5157.     {
  5158.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5159.     }
  5160.     /**
  5161.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5162.      *
  5163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5164.      */
  5165.     protected function getCache_Messenger_RestartWorkersSignalService()
  5166.     {
  5167.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('k5LOa-d9QV'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  5168.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5169.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5170.     }
  5171.     /**
  5172.      * Gets the private 'cache.property_info' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5175.      */
  5176.     protected function getCache_PropertyInfoService()
  5177.     {
  5178.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o9Me+4W0hn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5179.     }
  5180.     /**
  5181.      * Gets the private 'cache.security_expression_language' shared service.
  5182.      *
  5183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5184.      */
  5185.     protected function getCache_SecurityExpressionLanguageService()
  5186.     {
  5187.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fa70gvzFBq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5188.     }
  5189.     /**
  5190.      * Gets the private 'cache.serializer' shared service.
  5191.      *
  5192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5193.      */
  5194.     protected function getCache_SerializerService()
  5195.     {
  5196.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xgC0TbHoZp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5197.     }
  5198.     /**
  5199.      * Gets the private 'cache.validator' shared service.
  5200.      *
  5201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5202.      */
  5203.     protected function getCache_ValidatorService()
  5204.     {
  5205.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IjsiImK7r4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5206.     }
  5207.     /**
  5208.      * Gets the private 'cache.webpack_encore' shared service.
  5209.      *
  5210.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5211.      */
  5212.     protected function getCache_WebpackEncoreService()
  5213.     {
  5214.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NLA+DZ1Vhz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5215.     }
  5216.     /**
  5217.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5218.      *
  5219.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5220.      */
  5221.     protected function getCachePoolClearer_CacheWarmerService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5225.         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']);
  5226.     }
  5227.     /**
  5228.      * Gets the private 'config_cache_factory' shared service.
  5229.      *
  5230.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5231.      */
  5232.     protected function getConfigCacheFactoryService()
  5233.     {
  5234.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5235.             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)));
  5236.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5237.         }, 2));
  5238.     }
  5239.     /**
  5240.      * Gets the private 'console.command.about' shared service.
  5241.      *
  5242.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5243.      */
  5244.     protected function getConsole_Command_AboutService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5248.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5249.         $instance->setName('about');
  5250.         return $instance;
  5251.     }
  5252.     /**
  5253.      * Gets the private 'console.command.assets_install' shared service.
  5254.      *
  5255.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5256.      */
  5257.     protected function getConsole_Command_AssetsInstallService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5261.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5262.         $instance->setName('assets:install');
  5263.         return $instance;
  5264.     }
  5265.     /**
  5266.      * Gets the private 'console.command.cache_clear' shared service.
  5267.      *
  5268.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5269.      */
  5270.     protected function getConsole_Command_CacheClearService()
  5271.     {
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5274.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearer2Service()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5275.         $instance->setName('cache:clear');
  5276.         return $instance;
  5277.     }
  5278.     /**
  5279.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5280.      *
  5281.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5282.      */
  5283.     protected function getConsole_Command_CachePoolClearService()
  5284.     {
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5287.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5288.         $instance->setName('cache:pool:clear');
  5289.         return $instance;
  5290.     }
  5291.     /**
  5292.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5293.      *
  5294.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5295.      */
  5296.     protected function getConsole_Command_CachePoolDeleteService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5300.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5301.         $instance->setName('cache:pool:delete');
  5302.         return $instance;
  5303.     }
  5304.     /**
  5305.      * Gets the private 'console.command.cache_pool_list' shared service.
  5306.      *
  5307.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5308.      */
  5309.     protected function getConsole_Command_CachePoolListService()
  5310.     {
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5313.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  5314.         $instance->setName('cache:pool:list');
  5315.         return $instance;
  5316.     }
  5317.     /**
  5318.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5319.      *
  5320.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5321.      */
  5322.     protected function getConsole_Command_CachePoolPruneService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5326.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5327.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5328.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5329.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5330.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5331.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5332.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5333.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  5334.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5335.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5336.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5337.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5338.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  5339.         }, 12));
  5340.         $instance->setName('cache:pool:prune');
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the private 'console.command.cache_warmup' shared service.
  5345.      *
  5346.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5347.      */
  5348.     protected function getConsole_Command_CacheWarmupService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5352.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5353.         $instance->setName('cache:warmup');
  5354.         return $instance;
  5355.     }
  5356.     /**
  5357.      * Gets the private 'console.command.config_debug' shared service.
  5358.      *
  5359.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5360.      */
  5361.     protected function getConsole_Command_ConfigDebugService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5368.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5369.         $instance->setName('debug:config');
  5370.         return $instance;
  5371.     }
  5372.     /**
  5373.      * Gets the private 'console.command.config_dump_reference' shared service.
  5374.      *
  5375.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5376.      */
  5377.     protected function getConsole_Command_ConfigDumpReferenceService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5384.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5385.         $instance->setName('config:dump-reference');
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the private 'console.command.container_debug' shared service.
  5390.      *
  5391.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5392.      */
  5393.     protected function getConsole_Command_ContainerDebugService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5398.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5399.         $instance->setName('debug:container');
  5400.         return $instance;
  5401.     }
  5402.     /**
  5403.      * Gets the private 'console.command.container_lint' shared service.
  5404.      *
  5405.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5406.      */
  5407.     protected function getConsole_Command_ContainerLintService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5411.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5412.         $instance->setName('lint:container');
  5413.         return $instance;
  5414.     }
  5415.     /**
  5416.      * Gets the private 'console.command.debug_autowiring' shared service.
  5417.      *
  5418.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5419.      */
  5420.     protected function getConsole_Command_DebugAutowiringService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5426.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5427.         $instance->setName('debug:autowiring');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5434.      */
  5435.     protected function getConsole_Command_EventDispatcherDebugService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5439.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5440.         $instance->setName('debug:event-dispatcher');
  5441.         return $instance;
  5442.     }
  5443.     /**
  5444.      * Gets the private 'console.command.form_debug' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\Form\Command\DebugCommand
  5447.      */
  5448.     protected function getConsole_Command_FormDebugService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5452.         $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'=> 'App\\Form\\CustomFields'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'], [=> 'App\\Form\\AddProjectMemberType'=> 'App\\Form\\CustomFields\\BootstrapDatepickerType'=> 'App\\Form\\CustomFields\\BootstrapFileUploadType'=> 'App\\Form\\CustomFields\\CKEditorType'=> 'App\\Form\\CustomFields\\CaptchaType'=> 'App\\Form\\CustomFields\\ImageGalleryType'=> 'App\\Form\\CustomFields\\PickrType'=> 'App\\Form\\MailType'=> 'App\\Form\\PageType'=> 'App\\Form\\PermissionGroupType'10 => 'App\\Form\\PermissionType'11 => 'App\\Form\\ProfileType'12 => 'App\\Form\\ProjectType'13 => 'App\\Form\\SortType'14 => 'App\\Form\\UserDefinedModuleType'15 => 'App\\Form\\UserPasswordType'16 => 'App\\Form\\UserPermissionGroupsType'17 => 'App\\Form\\UserType'18 => 'App\\Form\\VisibilityType'19 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'20 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'21 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'22 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'23 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'24 => '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()));
  5453.         $instance->setName('debug:form');
  5454.         return $instance;
  5455.     }
  5456.     /**
  5457.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  5458.      *
  5459.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  5460.      */
  5461.     protected function getConsole_Command_MessengerConsumeMessagesService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  5466.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5467.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5468.         ], [
  5469.             'messenger.bus.default' => '?',
  5470.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), []);
  5471.         $instance->setName('messenger:consume');
  5472.         return $instance;
  5473.     }
  5474.     /**
  5475.      * Gets the private 'console.command.messenger_debug' shared service.
  5476.      *
  5477.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  5478.      */
  5479.     protected function getConsole_Command_MessengerDebugService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  5483.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\MessageHandler\\DataMigrations\\DemoDataMigrationHandler' => [=> [=> 'App\\MessageHandler\\DataMigrations\\DemoDataMigrationHandler'=> []]]]]);
  5484.         $instance->setName('debug:messenger');
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  5489.      *
  5490.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  5491.      */
  5492.     protected function getConsole_Command_MessengerSetupTransportsService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  5496.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
  5497.         $instance->setName('messenger:setup-transports');
  5498.         return $instance;
  5499.     }
  5500.     /**
  5501.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  5502.      *
  5503.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  5504.      */
  5505.     protected function getConsole_Command_MessengerStopWorkersService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  5509.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  5510.         $instance->setName('messenger:stop-workers');
  5511.         return $instance;
  5512.     }
  5513.     /**
  5514.      * Gets the private 'console.command.router_debug' shared service.
  5515.      *
  5516.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5517.      */
  5518.     protected function getConsole_Command_RouterDebugService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5523.         $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()));
  5524.         $instance->setName('debug:router');
  5525.         return $instance;
  5526.     }
  5527.     /**
  5528.      * Gets the private 'console.command.router_match' shared service.
  5529.      *
  5530.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5531.      */
  5532.     protected function getConsole_Command_RouterMatchService()
  5533.     {
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5536.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5537.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5538.         }, 1));
  5539.         $instance->setName('router:match');
  5540.         return $instance;
  5541.     }
  5542.     /**
  5543.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5544.      *
  5545.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5546.      */
  5547.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5548.     {
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5553.         $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')))));
  5554.         $instance->setName('secrets:decrypt-to-local');
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5559.      *
  5560.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5561.      */
  5562.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5568.         $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')))));
  5569.         $instance->setName('secrets:encrypt-from-local');
  5570.         return $instance;
  5571.     }
  5572.     /**
  5573.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5574.      *
  5575.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5576.      */
  5577.     protected function getConsole_Command_SecretsGenerateKeyService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5583.         $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')))));
  5584.         $instance->setName('secrets:generate-keys');
  5585.         return $instance;
  5586.     }
  5587.     /**
  5588.      * Gets the private 'console.command.secrets_list' shared service.
  5589.      *
  5590.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5591.      */
  5592.     protected function getConsole_Command_SecretsListService()
  5593.     {
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5598.         $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')))));
  5599.         $instance->setName('secrets:list');
  5600.         return $instance;
  5601.     }
  5602.     /**
  5603.      * Gets the private 'console.command.secrets_remove' shared service.
  5604.      *
  5605.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5606.      */
  5607.     protected function getConsole_Command_SecretsRemoveService()
  5608.     {
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5613.         $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')))));
  5614.         $instance->setName('secrets:remove');
  5615.         return $instance;
  5616.     }
  5617.     /**
  5618.      * Gets the private 'console.command.secrets_set' shared service.
  5619.      *
  5620.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5621.      */
  5622.     protected function getConsole_Command_SecretsSetService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5628.         $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')))));
  5629.         $instance->setName('secrets:set');
  5630.         return $instance;
  5631.     }
  5632.     /**
  5633.      * Gets the private 'console.command.translation_debug' shared service.
  5634.      *
  5635.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5636.      */
  5637.     protected function getConsole_Command_TranslationDebugService()
  5638.     {
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5641.         $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).'/assets/css'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Breadcrumbs/BreadcrumbsService.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/ModuleItemController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.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/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/src/Twig/UtilitiesExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 17 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Admin/FilesController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ProfileController.php')]);
  5642.         $instance->setName('debug:translation');
  5643.         return $instance;
  5644.     }
  5645.     /**
  5646.      * Gets the private 'console.command.translation_update' shared service.
  5647.      *
  5648.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5649.      */
  5650.     protected function getConsole_Command_TranslationUpdateService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5654.         $this->privates['console.command.translation_update'] = $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()), 'bg', (\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).'/assets/css'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Breadcrumbs/BreadcrumbsService.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/ModuleItemController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.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/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/src/Twig/UtilitiesExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 17 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Admin/FilesController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ProfileController.php')]);
  5655.         $instance->setName('translation:update');
  5656.         return $instance;
  5657.     }
  5658.     /**
  5659.      * Gets the private 'console.command.xliff_lint' shared service.
  5660.      *
  5661.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5662.      */
  5663.     protected function getConsole_Command_XliffLintService()
  5664.     {
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  5668.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5669.         $instance->setName('lint:xliff');
  5670.         return $instance;
  5671.     }
  5672.     /**
  5673.      * Gets the private 'console.command.yaml_lint' shared service.
  5674.      *
  5675.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5676.      */
  5677.     protected function getConsole_Command_YamlLintService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5682.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5683.         $instance->setName('lint:yaml');
  5684.         return $instance;
  5685.     }
  5686.     /**
  5687.      * Gets the private 'console.error_listener' shared service.
  5688.      *
  5689.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5690.      */
  5691.     protected function getConsole_ErrorListenerService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5694.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5695.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5696.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5697.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5698.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5699.     }
  5700.     /**
  5701.      * Gets the private 'container.env_var_processor' shared service.
  5702.      *
  5703.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5704.      */
  5705.     protected function getContainer_EnvVarProcessorService()
  5706.     {
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5709.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5710.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5711.         }, 1));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'container.getenv' shared service.
  5715.      *
  5716.      * @return \Closure
  5717.      */
  5718.     protected function getContainer_GetenvService()
  5719.     {
  5720.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5721.     }
  5722.     /**
  5723.      * Gets the private 'data_collector.form' shared service.
  5724.      *
  5725.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5726.      */
  5727.     protected function getDataCollector_FormService()
  5728.     {
  5729.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5730.     }
  5731.     /**
  5732.      * Gets the private 'debug.argument_resolver.default' shared service.
  5733.      *
  5734.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5735.      */
  5736.     protected function getDebug_ArgumentResolver_DefaultService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5741.         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))));
  5742.     }
  5743.     /**
  5744.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5745.      *
  5746.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5747.      */
  5748.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5749.     {
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5753.         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.e0H8JVm'] ?? $this->get_ServiceLocator_E0H8JVmService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'debug.argument_resolver.request' shared service.
  5757.      *
  5758.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5759.      */
  5760.     protected function getDebug_ArgumentResolver_RequestService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5765.         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))));
  5766.     }
  5767.     /**
  5768.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5769.      *
  5770.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5771.      */
  5772.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5777.         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))));
  5778.     }
  5779.     /**
  5780.      * Gets the private 'debug.argument_resolver.service' shared service.
  5781.      *
  5782.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5783.      */
  5784.     protected function getDebug_ArgumentResolver_ServiceService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5789.         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.e0H8JVm'] ?? $this->get_ServiceLocator_E0H8JVmService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5790.     }
  5791.     /**
  5792.      * Gets the private 'debug.argument_resolver.session' shared service.
  5793.      *
  5794.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5795.      */
  5796.     protected function getDebug_ArgumentResolver_SessionService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5801.         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))));
  5802.     }
  5803.     /**
  5804.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5805.      *
  5806.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5807.      */
  5808.     protected function getDebug_ArgumentResolver_VariadicService()
  5809.     {
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5813.         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))));
  5814.     }
  5815.     /**
  5816.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5819.      */
  5820.     protected function getDebug_DebugHandlersListenerService()
  5821.     {
  5822.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5823.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5824.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5825.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5827.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), trueNULL);
  5828.     }
  5829.     /**
  5830.      * Gets the private 'debug.dump_listener' shared service.
  5831.      *
  5832.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5833.      */
  5834.     protected function getDebug_DumpListenerService()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5838.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  5839.     }
  5840.     /**
  5841.      * Gets the private 'debug.file_link_formatter' shared service.
  5842.      *
  5843.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5844.      */
  5845.     protected function getDebug_FileLinkFormatterService()
  5846.     {
  5847.         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 () {
  5848.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5849.         });
  5850.     }
  5851.     /**
  5852.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5853.      *
  5854.      * @return \string
  5855.      */
  5856.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5857.     {
  5858.         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');
  5859.     }
  5860.     /**
  5861.      * Gets the private 'debug.log_processor' shared service.
  5862.      *
  5863.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5864.      */
  5865.     protected function getDebug_LogProcessorService()
  5866.     {
  5867.         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())));
  5868.     }
  5869.     /**
  5870.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5871.      *
  5872.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5873.      */
  5874.     protected function getDebug_Security_Access_DecisionManagerService()
  5875.     {
  5876.         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 () {
  5877.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5878.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5879.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5880.         }, 3), 'affirmative'falsetrue));
  5881.     }
  5882.     /**
  5883.      * Gets the private 'debug.security.firewall' shared service.
  5884.      *
  5885.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5886.      */
  5887.     protected function getDebug_Security_FirewallService()
  5888.     {
  5889.         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()));
  5890.     }
  5891.     /**
  5892.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5895.      */
  5896.     protected function getDebug_Security_UserValueResolverService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5901.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5902.     }
  5903.     /**
  5904.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5905.      *
  5906.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5907.      */
  5908.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5913.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5914.     }
  5915.     /**
  5916.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5917.      *
  5918.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5919.      */
  5920.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5921.     {
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5925.         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['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5931.      */
  5932.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5938.         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()));
  5939.     }
  5940.     /**
  5941.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5942.      *
  5943.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5944.      */
  5945.     protected function getDebug_Security_Voter_VoteListenerService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5948.         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()));
  5949.     }
  5950.     /**
  5951.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5952.      *
  5953.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5954.      */
  5955.     protected function getDoctrine_CacheClearMetadataCommandService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5960.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5961.         $instance->setName('doctrine:cache:clear-metadata');
  5962.         return $instance;
  5963.     }
  5964.     /**
  5965.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5966.      *
  5967.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5968.      */
  5969.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5974.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5975.         $instance->setName('doctrine:cache:clear-query');
  5976.         return $instance;
  5977.     }
  5978.     /**
  5979.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5980.      *
  5981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5982.      */
  5983.     protected function getDoctrine_CacheClearResultCommandService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5988.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5989.         $instance->setName('doctrine:cache:clear-result');
  5990.         return $instance;
  5991.     }
  5992.     /**
  5993.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5994.      *
  5995.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5996.      */
  5997.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6002.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6003.         $instance->setName('doctrine:cache:clear-collection-region');
  6004.         return $instance;
  6005.     }
  6006.     /**
  6007.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6008.      *
  6009.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6010.      */
  6011.     protected function getDoctrine_ClearEntityRegionCommandService()
  6012.     {
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6016.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6017.         $instance->setName('doctrine:cache:clear-entity-region');
  6018.         return $instance;
  6019.     }
  6020.     /**
  6021.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6022.      *
  6023.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6024.      */
  6025.     protected function getDoctrine_ClearQueryRegionCommandService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6030.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6031.         $instance->setName('doctrine:cache:clear-query-region');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'doctrine.database_create_command' shared service.
  6036.      *
  6037.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6038.      */
  6039.     protected function getDoctrine_DatabaseCreateCommandService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6044.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6045.         $instance->setName('doctrine:database:create');
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'doctrine.database_drop_command' shared service.
  6050.      *
  6051.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6052.      */
  6053.     protected function getDoctrine_DatabaseDropCommandService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6058.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6059.         $instance->setName('doctrine:database:drop');
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the private 'doctrine.database_import_command' shared service.
  6064.      *
  6065.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6066.      */
  6067.     protected function getDoctrine_DatabaseImportCommandService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6072.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6073.         $instance->setName('doctrine:database:import');
  6074.         return $instance;
  6075.     }
  6076.     /**
  6077.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6078.      *
  6079.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6080.      */
  6081.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6086.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6087.         $instance->setName('doctrine:ensure-production-settings');
  6088.         return $instance;
  6089.     }
  6090.     /**
  6091.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6092.      *
  6093.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6094.      */
  6095.     protected function getDoctrine_FixturesLoadCommandService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  6108.         include_once \dirname(__DIR__4).'/src/DataFixtures/BaseFixtures.php';
  6109.         include_once \dirname(__DIR__4).'/src/DataFixtures/ModuleFixtures.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  6111.         include_once \dirname(__DIR__4).'/src/DataFixtures/ModuleItemFixtures.php';
  6112.         include_once \dirname(__DIR__4).'/src/DataFixtures/PageFixtures.php';
  6113.         include_once \dirname(__DIR__4).'/src/DataFixtures/PermissionsFixtures.php';
  6114.         include_once \dirname(__DIR__4).'/src/DataFixtures/ProjectFixtures.php';
  6115.         include_once \dirname(__DIR__4).'/src/DataFixtures/SettingsFixtures.php';
  6116.         include_once \dirname(__DIR__4).'/src/DataFixtures/TranslationFixtures.php';
  6117.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  6118.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6119.         $b = ($this->privates['App\\Service\\UserDefinedPageRouting'] ?? $this->getUserDefinedPageRoutingService());
  6120.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\ModuleFixtures(($this->services['App\\Factory\\ModuleFactory'] ?? $this->getModuleFactoryService()), 'en|bg'), 'groups' => []], => ['fixture' => new \App\DataFixtures\ModuleItemFixtures(($this->services['App\\Factory\\ModuleItemFactory'] ?? $this->getModuleItemFactoryService()), ($this->services['router'] ?? $this->getRouterService()), $b'en|bg'), 'groups' => []], => ['fixture' => new \App\DataFixtures\PageFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\PermissionsFixtures(($this->services['App\\Factory\\PermissionGroupFactory'] ?? $this->getPermissionGroupFactoryService()), ($this->services['App\\Factory\\PermissionFactory'] ?? $this->getPermissionFactoryService())), 'groups' => []], => ['fixture' => new \App\DataFixtures\ProjectFixtures(($this->services['App\\Factory\\ProjectFactory'] ?? $this->getProjectFactoryService()), $this->getEnv('LOAD_SEED_DATA')), 'groups' => []], => ['fixture' => new \App\DataFixtures\SettingsFixtures(($this->services['App\\Factory\\SettingFactory'] ?? $this->getSettingFactoryService()), $b), 'groups' => []], => ['fixture' => new \App\DataFixtures\TranslationFixtures(($this->services['App\\Factory\\TranslationFactory'] ?? $this->getTranslationFactoryService()), $this->getEnv('LOAD_SEED_DATA')), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['App\\Factory\\UserFactory'] ?? $this->getUserFactoryService())), 'groups' => []]]);
  6121.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6122.         $instance->setName('doctrine:fixtures:load');
  6123.         return $instance;
  6124.     }
  6125.     /**
  6126.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6127.      *
  6128.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6129.      */
  6130.     protected function getDoctrine_MappingConvertCommandService()
  6131.     {
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6135.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6136.         $instance->setName('doctrine:mapping:convert');
  6137.         return $instance;
  6138.     }
  6139.     /**
  6140.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6141.      *
  6142.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6143.      */
  6144.     protected function getDoctrine_MappingImportCommandService()
  6145.     {
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6149.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6150.         $instance->setName('doctrine:mapping:import');
  6151.         return $instance;
  6152.     }
  6153.     /**
  6154.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6155.      *
  6156.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6157.      */
  6158.     protected function getDoctrine_MappingInfoCommandService()
  6159.     {
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6163.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6164.         $instance->setName('doctrine:mapping:info');
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6169.      *
  6170.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6171.      */
  6172.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6175.         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()));
  6176.     }
  6177.     /**
  6178.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6179.      *
  6180.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6181.      */
  6182.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6183.     {
  6184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6185.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6186.         $instance->addEntityListener('App\\Entity\\Page''App\\EventListener\\UserDefinedPageEventListener''postUpdate');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6191.      *
  6192.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6193.      */
  6194.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  6197.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6198.     }
  6199.     /**
  6200.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6201.      *
  6202.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6203.      */
  6204.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6205.     {
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6208.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6209.     }
  6210.     /**
  6211.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6212.      *
  6213.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6214.      */
  6215.     protected function getDoctrine_Orm_Validator_UniqueService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6220.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6221.     }
  6222.     /**
  6223.      * Gets the private 'doctrine.query_dql_command' shared service.
  6224.      *
  6225.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6226.      */
  6227.     protected function getDoctrine_QueryDqlCommandService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6232.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6233.         $instance->setName('doctrine:query:dql');
  6234.         return $instance;
  6235.     }
  6236.     /**
  6237.      * Gets the private 'doctrine.query_sql_command' shared service.
  6238.      *
  6239.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6240.      */
  6241.     protected function getDoctrine_QuerySqlCommandService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6246.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6247.         $instance->setName('doctrine:query:sql');
  6248.         return $instance;
  6249.     }
  6250.     /**
  6251.      * Gets the private 'doctrine.schema_create_command' shared service.
  6252.      *
  6253.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6254.      */
  6255.     protected function getDoctrine_SchemaCreateCommandService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6261.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6262.         $instance->setName('doctrine:schema:create');
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6267.      *
  6268.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6269.      */
  6270.     protected function getDoctrine_SchemaDropCommandService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6276.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6277.         $instance->setName('doctrine:schema:drop');
  6278.         return $instance;
  6279.     }
  6280.     /**
  6281.      * Gets the private 'doctrine.schema_update_command' shared service.
  6282.      *
  6283.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6284.      */
  6285.     protected function getDoctrine_SchemaUpdateCommandService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6291.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6292.         $instance->setName('doctrine:schema:update');
  6293.         return $instance;
  6294.     }
  6295.     /**
  6296.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6297.      *
  6298.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6299.      */
  6300.     protected function getDoctrine_SchemaValidateCommandService()
  6301.     {
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6305.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6306.         $instance->setName('doctrine:schema:validate');
  6307.         return $instance;
  6308.     }
  6309.     /**
  6310.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6311.      *
  6312.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  6313.      */
  6314.     protected function getDoctrineMigrations_DiffCommandService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  6320.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  6321.         $instance->setName('doctrine:migrations:diff');
  6322.         return $instance;
  6323.     }
  6324.     /**
  6325.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6326.      *
  6327.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  6328.      */
  6329.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  6335.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  6336.         $instance->setName('doctrine:migrations:dump-schema');
  6337.         return $instance;
  6338.     }
  6339.     /**
  6340.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6341.      *
  6342.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  6343.      */
  6344.     protected function getDoctrineMigrations_ExecuteCommandService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  6350.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  6351.         $instance->setName('doctrine:migrations:execute');
  6352.         return $instance;
  6353.     }
  6354.     /**
  6355.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6356.      *
  6357.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  6358.      */
  6359.     protected function getDoctrineMigrations_GenerateCommandService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  6365.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  6366.         $instance->setName('doctrine:migrations:generate');
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6371.      *
  6372.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  6373.      */
  6374.     protected function getDoctrineMigrations_LatestCommandService()
  6375.     {
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  6380.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  6381.         $instance->setName('doctrine:migrations:latest');
  6382.         return $instance;
  6383.     }
  6384.     /**
  6385.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6386.      *
  6387.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  6388.      */
  6389.     protected function getDoctrineMigrations_MigrateCommandService()
  6390.     {
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  6395.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  6396.         $instance->setName('doctrine:migrations:migrate');
  6397.         return $instance;
  6398.     }
  6399.     /**
  6400.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6401.      *
  6402.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  6403.      */
  6404.     protected function getDoctrineMigrations_RollupCommandService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  6410.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  6411.         $instance->setName('doctrine:migrations:rollup');
  6412.         return $instance;
  6413.     }
  6414.     /**
  6415.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6416.      *
  6417.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  6418.      */
  6419.     protected function getDoctrineMigrations_StatusCommandService()
  6420.     {
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  6425.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  6426.         $instance->setName('doctrine:migrations:status');
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6431.      *
  6432.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  6433.      */
  6434.     protected function getDoctrineMigrations_UpToDateCommandService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  6440.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  6441.         $instance->setName('doctrine:migrations:up-to-date');
  6442.         return $instance;
  6443.     }
  6444.     /**
  6445.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6446.      *
  6447.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  6448.      */
  6449.     protected function getDoctrineMigrations_VersionCommandService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  6455.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  6456.         $instance->setName('doctrine:migrations:version');
  6457.         return $instance;
  6458.     }
  6459.     /**
  6460.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6461.      *
  6462.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6463.      */
  6464.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6468.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6469.         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()));
  6470.     }
  6471.     /**
  6472.      * Gets the private 'exception_listener' shared service.
  6473.      *
  6474.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6475.      */
  6476.     protected function getExceptionListenerService()
  6477.     {
  6478.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6479.     }
  6480.     /**
  6481.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6482.      *
  6483.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6484.      */
  6485.     protected function getForm_ChoiceListFactory_CachedService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6491.         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())));
  6492.     }
  6493.     /**
  6494.      * Gets the private 'form.registry' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\Form\FormRegistry
  6497.      */
  6498.     protected function getForm_RegistryService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6507.         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, [
  6508.             'App\\Form\\AddProjectMemberType' => ['privates''App\\Form\\AddProjectMemberType''getAddProjectMemberTypeService'false],
  6509.             'App\\Form\\CustomFields\\BootstrapDatepickerType' => ['privates''App\\Form\\CustomFields\\BootstrapDatepickerType''getBootstrapDatepickerTypeService'false],
  6510.             'App\\Form\\CustomFields\\BootstrapFileUploadType' => ['privates''App\\Form\\CustomFields\\BootstrapFileUploadType''getBootstrapFileUploadTypeService'false],
  6511.             'App\\Form\\CustomFields\\CKEditorType' => ['privates''App\\Form\\CustomFields\\CKEditorType''getCKEditorTypeService'false],
  6512.             'App\\Form\\CustomFields\\CaptchaType' => ['privates''App\\Form\\CustomFields\\CaptchaType''getCaptchaTypeService'false],
  6513.             'App\\Form\\CustomFields\\ImageGalleryType' => ['privates''App\\Form\\CustomFields\\ImageGalleryType''getImageGalleryTypeService'false],
  6514.             'App\\Form\\CustomFields\\PickrType' => ['privates''App\\Form\\CustomFields\\PickrType''getPickrTypeService'false],
  6515.             'App\\Form\\MailType' => ['privates''App\\Form\\MailType''getMailTypeService'false],
  6516.             'App\\Form\\PageType' => ['privates''App\\Form\\PageType''getPageTypeService'false],
  6517.             'App\\Form\\PermissionGroupType' => ['privates''App\\Form\\PermissionGroupType''getPermissionGroupTypeService'false],
  6518.             'App\\Form\\PermissionType' => ['privates''App\\Form\\PermissionType''getPermissionTypeService'false],
  6519.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'false],
  6520.             'App\\Form\\ProjectType' => ['privates''App\\Form\\ProjectType''getProjectTypeService'false],
  6521.             'App\\Form\\SortType' => ['privates''App\\Form\\SortType''getSortTypeService'false],
  6522.             'App\\Form\\UserDefinedModuleType' => ['privates''App\\Form\\UserDefinedModuleType''getUserDefinedModuleTypeService'false],
  6523.             'App\\Form\\UserPasswordType' => ['privates''App\\Form\\UserPasswordType''getUserPasswordTypeService'false],
  6524.             'App\\Form\\UserPermissionGroupsType' => ['privates''App\\Form\\UserPermissionGroupsType''getUserPermissionGroupsTypeService'false],
  6525.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  6526.             'App\\Form\\VisibilityType' => ['privates''App\\Form\\VisibilityType''getVisibilityTypeService'false],
  6527.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  6528.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6529.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6530.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6531.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6532.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6533.         ], [
  6534.             'App\\Form\\AddProjectMemberType' => '?',
  6535.             'App\\Form\\CustomFields\\BootstrapDatepickerType' => '?',
  6536.             'App\\Form\\CustomFields\\BootstrapFileUploadType' => '?',
  6537.             'App\\Form\\CustomFields\\CKEditorType' => '?',
  6538.             'App\\Form\\CustomFields\\CaptchaType' => '?',
  6539.             'App\\Form\\CustomFields\\ImageGalleryType' => '?',
  6540.             'App\\Form\\CustomFields\\PickrType' => '?',
  6541.             'App\\Form\\MailType' => '?',
  6542.             'App\\Form\\PageType' => '?',
  6543.             'App\\Form\\PermissionGroupType' => '?',
  6544.             'App\\Form\\PermissionType' => '?',
  6545.             'App\\Form\\ProfileType' => '?',
  6546.             'App\\Form\\ProjectType' => '?',
  6547.             'App\\Form\\SortType' => '?',
  6548.             'App\\Form\\UserDefinedModuleType' => '?',
  6549.             'App\\Form\\UserPasswordType' => '?',
  6550.             'App\\Form\\UserPermissionGroupsType' => '?',
  6551.             'App\\Form\\UserType' => '?',
  6552.             'App\\Form\\VisibilityType' => '?',
  6553.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  6554.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6555.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6556.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6557.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6558.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6559.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6560.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6561.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6562.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6563.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6564.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6565.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6566.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6567.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6568.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6569.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6570.         }, 1)], new RewindableGenerator(function () {
  6571.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6572.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6573.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6574.     }
  6575.     /**
  6576.      * Gets the private 'form.server_params' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\Form\Util\ServerParams
  6579.      */
  6580.     protected function getForm_ServerParamsService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6583.         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())));
  6584.     }
  6585.     /**
  6586.      * Gets the private 'form.type.choice' shared service.
  6587.      *
  6588.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6589.      */
  6590.     protected function getForm_Type_ChoiceService()
  6591.     {
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6595.         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()));
  6596.     }
  6597.     /**
  6598.      * Gets the private 'form.type.color' shared service.
  6599.      *
  6600.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6601.      */
  6602.     protected function getForm_Type_ColorService()
  6603.     {
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6607.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6608.     }
  6609.     /**
  6610.      * Gets the private 'form.type.entity' shared service.
  6611.      *
  6612.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6613.      */
  6614.     protected function getForm_Type_EntityService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6620.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6621.     }
  6622.     /**
  6623.      * Gets the private 'form.type.form' shared service.
  6624.      *
  6625.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6626.      */
  6627.     protected function getForm_Type_FormService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6633.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6634.     }
  6635.     /**
  6636.      * Gets the private 'form.type_extension.csrf' shared service.
  6637.      *
  6638.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6639.      */
  6640.     protected function getForm_TypeExtension_CsrfService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6645.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6646.     }
  6647.     /**
  6648.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6649.      *
  6650.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6651.      */
  6652.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6653.     {
  6654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6657.         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()));
  6658.     }
  6659.     /**
  6660.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6661.      *
  6662.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6663.      */
  6664.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6671.         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())));
  6672.     }
  6673.     /**
  6674.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6675.      *
  6676.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6677.      */
  6678.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6683.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6684.     }
  6685.     /**
  6686.      * Gets the private 'form.type_extension.form.validator' shared service.
  6687.      *
  6688.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6689.      */
  6690.     protected function getForm_TypeExtension_Form_ValidatorService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6696.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6697.     }
  6698.     /**
  6699.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6700.      *
  6701.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6702.      */
  6703.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6704.     {
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6708.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6709.     }
  6710.     /**
  6711.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6712.      *
  6713.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6714.      */
  6715.     protected function getForm_TypeGuesser_DoctrineService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6719.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6720.     }
  6721.     /**
  6722.      * Gets the private 'form.type_guesser.validator' shared service.
  6723.      *
  6724.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6725.      */
  6726.     protected function getForm_TypeGuesser_ValidatorService()
  6727.     {
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6730.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6731.     }
  6732.     /**
  6733.      * Gets the private 'fragment.renderer.inline' shared service.
  6734.      *
  6735.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6736.      */
  6737.     protected function getFragment_Renderer_InlineService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6742.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6743.         $instance->setFragmentPath('/_fragment');
  6744.         return $instance;
  6745.     }
  6746.     /**
  6747.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6748.      *
  6749.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6750.      */
  6751.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6752.     {
  6753.         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())));
  6754.     }
  6755.     /**
  6756.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6757.      *
  6758.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6759.      */
  6760.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6761.     {
  6762.         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['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6763.     }
  6764.     /**
  6765.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  6766.      *
  6767.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  6768.      */
  6769.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  6770.     {
  6771.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'pagination/_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  6772.     }
  6773.     /**
  6774.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  6775.      *
  6776.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  6777.      */
  6778.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6785.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  6786.     }
  6787.     /**
  6788.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  6789.      *
  6790.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  6791.      */
  6792.     protected function getLiipImagine_Command_CacheRemoveService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  6797.         $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()));
  6798.         $instance->setName('liip:imagine:cache:remove');
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  6803.      *
  6804.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  6805.      */
  6806.     protected function getLiipImagine_Command_CacheResolveService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  6811.         $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()));
  6812.         $instance->setName('liip:imagine:cache:resolve');
  6813.         return $instance;
  6814.     }
  6815.     /**
  6816.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  6817.      *
  6818.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  6819.      */
  6820.     protected function getLiipImagine_Filter_ConfigurationService()
  6821.     {
  6822.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  6823.     }
  6824.     /**
  6825.      * Gets the private 'liip_imagine.form.type.image' shared service.
  6826.      *
  6827.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  6828.      */
  6829.     protected function getLiipImagine_Form_Type_ImageService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  6834.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  6835.     }
  6836.     /**
  6837.      * Gets the private 'liip_imagine.gd' shared service.
  6838.      *
  6839.      * @return \Imagine\Gd\Imagine
  6840.      */
  6841.     protected function getLiipImagine_GdService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/DefaultMetadataReader.php';
  6850.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  6851.         $instance->setMetadataReader(new \Imagine\Image\Metadata\DefaultMetadataReader());
  6852.         return $instance;
  6853.     }
  6854.     /**
  6855.      * Gets the private 'locale_aware_listener' shared service.
  6856.      *
  6857.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6858.      */
  6859.     protected function getLocaleAwareListenerService()
  6860.     {
  6861.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6862.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('bg')));
  6863.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6864.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6865.     }
  6866.     /**
  6867.      * Gets the private 'locale_listener' shared service.
  6868.      *
  6869.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6870.      */
  6871.     protected function getLocaleListenerService()
  6872.     {
  6873.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'bg', ($this->services['router'] ?? $this->getRouterService()));
  6874.     }
  6875.     /**
  6876.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6877.      *
  6878.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6879.      */
  6880.     protected function getMaker_AutoCommand_MakeAuthService()
  6881.     {
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6888.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6889.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6890.         $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);
  6891.         $instance->setName('make:auth');
  6892.         return $instance;
  6893.     }
  6894.     /**
  6895.      * Gets the private 'maker.auto_command.make_command' shared service.
  6896.      *
  6897.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6898.      */
  6899.     protected function getMaker_AutoCommand_MakeCommandService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6906.         $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()));
  6907.         $instance->setName('make:command');
  6908.         return $instance;
  6909.     }
  6910.     /**
  6911.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6912.      *
  6913.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6914.      */
  6915.     protected function getMaker_AutoCommand_MakeControllerService()
  6916.     {
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6922.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6923.         $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()));
  6924.         $instance->setName('make:controller');
  6925.         return $instance;
  6926.     }
  6927.     /**
  6928.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6929.      *
  6930.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6931.      */
  6932.     protected function getMaker_AutoCommand_MakeCrudService()
  6933.     {
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6939.         $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()));
  6940.         $instance->setName('make:crud');
  6941.         return $instance;
  6942.     }
  6943.     /**
  6944.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6945.      *
  6946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6947.      */
  6948.     protected function getMaker_AutoCommand_MakeEntityService()
  6949.     {
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6956.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6957.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6958.         $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), $a$b);
  6959.         $instance->setName('make:entity');
  6960.         return $instance;
  6961.     }
  6962.     /**
  6963.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6964.      *
  6965.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6966.      */
  6967.     protected function getMaker_AutoCommand_MakeFixturesService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6974.         $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()));
  6975.         $instance->setName('make:fixtures');
  6976.         return $instance;
  6977.     }
  6978.     /**
  6979.      * Gets the private 'maker.auto_command.make_form' shared service.
  6980.      *
  6981.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6982.      */
  6983.     protected function getMaker_AutoCommand_MakeFormService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6990.         $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()));
  6991.         $instance->setName('make:form');
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  6996.      *
  6997.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6998.      */
  6999.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  7006.         $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()));
  7007.         $instance->setName('make:functional-test');
  7008.         return $instance;
  7009.     }
  7010.     /**
  7011.      * Gets the private 'maker.auto_command.make_message' shared service.
  7012.      *
  7013.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7014.      */
  7015.     protected function getMaker_AutoCommand_MakeMessageService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7022.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7023.         $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()));
  7024.         $instance->setName('make:message');
  7025.         return $instance;
  7026.     }
  7027.     /**
  7028.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7029.      *
  7030.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7031.      */
  7032.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7033.     {
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7039.         $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()));
  7040.         $instance->setName('make:messenger-middleware');
  7041.         return $instance;
  7042.     }
  7043.     /**
  7044.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7045.      *
  7046.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7047.      */
  7048.     protected function getMaker_AutoCommand_MakeMigrationService()
  7049.     {
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7056.         $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()));
  7057.         $instance->setName('make:migration');
  7058.         return $instance;
  7059.     }
  7060.     /**
  7061.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7062.      *
  7063.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7064.      */
  7065.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7072.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7073.         $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()));
  7074.         $instance->setName('make:registration-form');
  7075.         return $instance;
  7076.     }
  7077.     /**
  7078.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7079.      *
  7080.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7081.      */
  7082.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7089.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7090.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7091.         $instance->setName('make:reset-password');
  7092.         return $instance;
  7093.     }
  7094.     /**
  7095.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7096.      *
  7097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7098.      */
  7099.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7106.         $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()));
  7107.         $instance->setName('make:serializer:encoder');
  7108.         return $instance;
  7109.     }
  7110.     /**
  7111.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7112.      *
  7113.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7114.      */
  7115.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7116.     {
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7122.         $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()));
  7123.         $instance->setName('make:serializer:normalizer');
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7128.      *
  7129.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7130.      */
  7131.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7139.         $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()));
  7140.         $instance->setName('make:subscriber');
  7141.         return $instance;
  7142.     }
  7143.     /**
  7144.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7145.      *
  7146.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7147.      */
  7148.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7149.     {
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7155.         $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()));
  7156.         $instance->setName('make:twig-extension');
  7157.         return $instance;
  7158.     }
  7159.     /**
  7160.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  7161.      *
  7162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7163.      */
  7164.     protected function getMaker_AutoCommand_MakeUnitTestService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  7171.         $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()));
  7172.         $instance->setName('make:unit-test');
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the private 'maker.auto_command.make_user' shared service.
  7177.      *
  7178.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7179.      */
  7180.     protected function getMaker_AutoCommand_MakeUserService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7189.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7190.         $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())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7191.         $instance->setName('make:user');
  7192.         return $instance;
  7193.     }
  7194.     /**
  7195.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7196.      *
  7197.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7198.      */
  7199.     protected function getMaker_AutoCommand_MakeValidatorService()
  7200.     {
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7206.         $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()));
  7207.         $instance->setName('make:validator');
  7208.         return $instance;
  7209.     }
  7210.     /**
  7211.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7212.      *
  7213.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7214.      */
  7215.     protected function getMaker_AutoCommand_MakeVoterService()
  7216.     {
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7222.         $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()));
  7223.         $instance->setName('make:voter');
  7224.         return $instance;
  7225.     }
  7226.     /**
  7227.      * Gets the private 'maker.doctrine_helper' shared service.
  7228.      *
  7229.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7230.      */
  7231.     protected function getMaker_DoctrineHelperService()
  7232.     {
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7234.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7235.     }
  7236.     /**
  7237.      * Gets the private 'maker.file_manager' shared service.
  7238.      *
  7239.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7240.      */
  7241.     protected function getMaker_FileManagerService()
  7242.     {
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7246.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7247.     }
  7248.     /**
  7249.      * Gets the private 'maker.generator' shared service.
  7250.      *
  7251.      * @return \Symfony\Bundle\MakerBundle\Generator
  7252.      */
  7253.     protected function getMaker_GeneratorService()
  7254.     {
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7256.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  7257.     }
  7258.     /**
  7259.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7260.      *
  7261.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7262.      */
  7263.     protected function getMaker_Renderer_FormTypeRendererService()
  7264.     {
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7266.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7267.     }
  7268.     /**
  7269.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7270.      *
  7271.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7272.      */
  7273.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7274.     {
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7279.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\MessageHandler\\DataMigrations\\DemoDataMigrationHandler' => new RewindableGenerator(function () {
  7280.             yield => ($this->privates['.messenger.handler_descriptor.XWigU8v'] ?? $this->get_Messenger_HandlerDescriptor_XWigU8vService());
  7281.         }, 1)]));
  7282.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7283.         return $instance;
  7284.     }
  7285.     /**
  7286.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7287.      *
  7288.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7289.      */
  7290.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7294.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7295.     }
  7296.     /**
  7297.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7298.      *
  7299.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7300.      */
  7301.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7302.     {
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7304.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7305.     }
  7306.     /**
  7307.      * Gets the private 'messenger.middleware.send_message' shared service.
  7308.      *
  7309.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7310.      */
  7311.     protected function getMessenger_Middleware_SendMessageService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7317.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['.service_locator.0yahJpG'] ?? ($this->privates['.service_locator.0yahJpG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7318.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7319.         return $instance;
  7320.     }
  7321.     /**
  7322.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7323.      *
  7324.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7325.      */
  7326.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7329.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.0yahJpG'] ?? ($this->privates['.service_locator.0yahJpG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7330.     }
  7331.     /**
  7332.      * Gets the private 'mime_types' shared service.
  7333.      *
  7334.      * @return \Symfony\Component\Mime\MimeTypes
  7335.      */
  7336.     protected function getMimeTypesService()
  7337.     {
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7341.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7342.         $instance->setDefault($instance);
  7343.         return $instance;
  7344.     }
  7345.     /**
  7346.      * Gets the private 'monolog.command.server_log' shared service.
  7347.      *
  7348.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7349.      */
  7350.     protected function getMonolog_Command_ServerLogService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7354.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7355.         $instance->setName('server:log');
  7356.         return $instance;
  7357.     }
  7358.     /**
  7359.      * Gets the private 'monolog.handler.console' shared service.
  7360.      *
  7361.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7362.      */
  7363.     protected function getMonolog_Handler_ConsoleService()
  7364.     {
  7365.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7366.     }
  7367.     /**
  7368.      * Gets the private 'monolog.handler.main' shared service.
  7369.      *
  7370.      * @return \Monolog\Handler\StreamHandler
  7371.      */
  7372.     protected function getMonolog_Handler_MainService()
  7373.     {
  7374.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7375.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7376.         return $instance;
  7377.     }
  7378.     /**
  7379.      * Gets the private 'monolog.logger' shared service.
  7380.      *
  7381.      * @return \Symfony\Bridge\Monolog\Logger
  7382.      */
  7383.     protected function getMonolog_LoggerService()
  7384.     {
  7385.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7386.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7387.         $instance->useMicrosecondTimestamps(true);
  7388.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7389.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7390.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7391.         return $instance;
  7392.     }
  7393.     /**
  7394.      * Gets the private 'monolog.logger.cache' shared service.
  7395.      *
  7396.      * @return \Symfony\Bridge\Monolog\Logger
  7397.      */
  7398.     protected function getMonolog_Logger_CacheService()
  7399.     {
  7400.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7401.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7402.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7403.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7404.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7405.         return $instance;
  7406.     }
  7407.     /**
  7408.      * Gets the private 'monolog.logger.messenger' shared service.
  7409.      *
  7410.      * @return \Symfony\Bridge\Monolog\Logger
  7411.      */
  7412.     protected function getMonolog_Logger_MessengerService()
  7413.     {
  7414.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  7415.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7416.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7417.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7419.         return $instance;
  7420.     }
  7421.     /**
  7422.      * Gets the private 'monolog.logger.request' shared service.
  7423.      *
  7424.      * @return \Symfony\Bridge\Monolog\Logger
  7425.      */
  7426.     protected function getMonolog_Logger_RequestService()
  7427.     {
  7428.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7429.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7430.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7431.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7432.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7433.         return $instance;
  7434.     }
  7435.     /**
  7436.      * Gets the private 'monolog.logger.security' shared service.
  7437.      *
  7438.      * @return \Symfony\Bridge\Monolog\Logger
  7439.      */
  7440.     protected function getMonolog_Logger_SecurityService()
  7441.     {
  7442.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7443.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7444.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7445.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7446.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7447.         return $instance;
  7448.     }
  7449.     /**
  7450.      * Gets the private 'parameter_bag' shared service.
  7451.      *
  7452.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7453.      */
  7454.     protected function getParameterBagService()
  7455.     {
  7456.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7457.     }
  7458.     /**
  7459.      * Gets the private 'php_translation.configuration.app' shared service.
  7460.      *
  7461.      * @return \Translation\Bundle\Model\Configuration
  7462.      */
  7463.     protected function getPhpTranslation_Configuration_AppService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Model/Configuration.php';
  7466.         return $this->privates['php_translation.configuration.app'] = new \Translation\Bundle\Model\Configuration(['dirs' => [=> (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__4).'/src')], 'output_dir' => (\dirname(__DIR__4).'/translations'), 'excluded_names' => [=> '*TestCase.php'=> '*Test.php'], 'excluded_dirs' => [=> 'cache'=> 'data'=> 'logs'], 'output_format' => 'yml''external_translations_dirs' => [], 'blacklist_domains' => [], 'whitelist_domains' => [], 'remote_storage' => [], 'local_storage' => [=> 'php_translation.local_file_storage.abstract'], 'xliff_version' => '2.0''local_file_storage_options' => [], 'project_root' => \dirname(__DIR__5), 'name' => 'app''locales' => $this->parameters['php_translation.locales']]);
  7467.     }
  7468.     /**
  7469.      * Gets the private 'profiler_listener' shared service.
  7470.      *
  7471.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7472.      */
  7473.     protected function getProfilerListenerService()
  7474.     {
  7475.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  7476.     }
  7477.     /**
  7478.      * Gets the private 'property_accessor' shared service.
  7479.      *
  7480.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7481.      */
  7482.     protected function getPropertyAccessorService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7489.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7490.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true$a$a);
  7491.     }
  7492.     /**
  7493.      * Gets the private 'property_info' shared service.
  7494.      *
  7495.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7496.      */
  7497.     protected function getPropertyInfoService()
  7498.     {
  7499.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7500.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7501.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7502.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7503.         }, 3), new RewindableGenerator(function () {
  7504.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7505.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7506.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7507.         }, 3), new RewindableGenerator(function () {
  7508.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7509.         }, 1), new RewindableGenerator(function () {
  7510.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7511.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7512.         }, 2), new RewindableGenerator(function () {
  7513.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7514.         }, 1));
  7515.     }
  7516.     /**
  7517.      * Gets the private 'property_info.serializer_extractor' shared service.
  7518.      *
  7519.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7520.      */
  7521.     protected function getPropertyInfo_SerializerExtractorService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7524.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService()));
  7525.     }
  7526.     /**
  7527.      * Gets the private 'router.cache_warmer' shared service.
  7528.      *
  7529.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7530.      */
  7531.     protected function getRouter_CacheWarmerService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7535.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7536.             'router' => ['services''router''getRouterService'false],
  7537.         ], [
  7538.             'router' => '?',
  7539.         ]))->withContext('router.cache_warmer'$this));
  7540.     }
  7541.     /**
  7542.      * Gets the private 'router.expression_language_provider' shared service.
  7543.      *
  7544.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7545.      */
  7546.     protected function getRouter_ExpressionLanguageProviderService()
  7547.     {
  7548.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7549.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7550.         ], [
  7551.             'env' => 'Closure',
  7552.         ]));
  7553.     }
  7554.     /**
  7555.      * Gets the private 'router.request_context' shared service.
  7556.      *
  7557.      * @return \Symfony\Component\Routing\RequestContext
  7558.      */
  7559.     protected function getRouter_RequestContextService()
  7560.     {
  7561.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7562.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7563.         return $instance;
  7564.     }
  7565.     /**
  7566.      * Gets the private 'router_listener' shared service.
  7567.      *
  7568.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7569.      */
  7570.     protected function getRouterListenerService()
  7571.     {
  7572.         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);
  7573.     }
  7574.     /**
  7575.      * Gets the private 'secrets.vault' shared service.
  7576.      *
  7577.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7578.      */
  7579.     protected function getSecrets_VaultService()
  7580.     {
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7586.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  7587.     }
  7588.     /**
  7589.      * Gets the private 'security.access_listener' shared service.
  7590.      *
  7591.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7592.      */
  7593.     protected function getSecurity_AccessListenerService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7597.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_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()));
  7598.     }
  7599.     /**
  7600.      * Gets the private 'security.access_map' shared service.
  7601.      *
  7602.      * @return \Symfony\Component\Security\Http\AccessMap
  7603.      */
  7604.     protected function getSecurity_AccessMapService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7610.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7611.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  7612.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  7613.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7618.      *
  7619.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7620.      */
  7621.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7625.         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()));
  7626.     }
  7627.     /**
  7628.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7629.      *
  7630.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7631.      */
  7632.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7633.     {
  7634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7639.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  7640.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7641.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  7642.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7643.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7644.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  7645.         return $instance;
  7646.     }
  7647.     /**
  7648.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  7649.      *
  7650.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  7651.      */
  7652.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  7653.     {
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7658.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7659.     }
  7660.     /**
  7661.      * Gets the private 'security.authentication.manager' shared service.
  7662.      *
  7663.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7664.      */
  7665.     protected function getSecurity_Authentication_ManagerService()
  7666.     {
  7667.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7668.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7669.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  7670.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7671.         }, 3), true);
  7672.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7673.         return $instance;
  7674.     }
  7675.     /**
  7676.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7677.      *
  7678.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7679.      */
  7680.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7681.     {
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  7684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7686.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7687.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7688.         }, 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\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  7689.     }
  7690.     /**
  7691.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  7692.      *
  7693.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  7694.      */
  7695.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7701.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  7702.     }
  7703.     /**
  7704.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  7705.      *
  7706.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  7707.      */
  7708.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  7709.     {
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  7714.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  7715.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7716.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 2592000'name' => 'REMEMBERME''path' => '/''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7717.     }
  7718.     /**
  7719.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  7720.      *
  7721.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  7722.      */
  7723.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7729.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_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\UserChecker())), '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);
  7730.     }
  7731.     /**
  7732.      * Gets the private 'security.channel_listener' shared service.
  7733.      *
  7734.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7735.      */
  7736.     protected function getSecurity_ChannelListenerService()
  7737.     {
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  7742.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7743.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint($a->getHttpPort(), $a->getHttpsPort()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7744.     }
  7745.     /**
  7746.      * Gets the private 'security.command.user_password_encoder' shared service.
  7747.      *
  7748.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7749.      */
  7750.     protected function getSecurity_Command_UserPasswordEncoderService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  7754.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  7755.         $instance->setName('security:encode-password');
  7756.         return $instance;
  7757.     }
  7758.     /**
  7759.      * Gets the private 'security.context_listener.0' shared service.
  7760.      *
  7761.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7762.      */
  7763.     protected function getSecurity_ContextListener_0Service()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7767.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  7768.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7769.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  7770.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  7771.         return $instance;
  7772.     }
  7773.     /**
  7774.      * Gets the private 'security.csrf.token_storage' shared service.
  7775.      *
  7776.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7777.      */
  7778.     protected function getSecurity_Csrf_TokenStorageService()
  7779.     {
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7783.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  7784.     }
  7785.     /**
  7786.      * Gets the private 'security.encoder_factory.generic' shared service.
  7787.      *
  7788.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7789.      */
  7790.     protected function getSecurity_EncoderFactory_GenericService()
  7791.     {
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  7794.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 1]]]);
  7795.     }
  7796.     /**
  7797.      * Gets the private 'security.firewall.map' shared service.
  7798.      *
  7799.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7800.      */
  7801.     protected function getSecurity_Firewall_MapService()
  7802.     {
  7803.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7804.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7805.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7806.         ], [
  7807.             'security.firewall.map.context.dev' => '?',
  7808.             'security.firewall.map.context.main' => '?',
  7809.         ]), new RewindableGenerator(function () {
  7810.             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)/')));
  7811.             yield 'security.firewall.map.context.main' => NULL;
  7812.         }, 2));
  7813.     }
  7814.     /**
  7815.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7816.      *
  7817.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7818.      */
  7819.     protected function getSecurity_Firewall_Map_Context_DevService()
  7820.     {
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7823.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7824.             return new \EmptyIterator();
  7825.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  7826.     }
  7827.     /**
  7828.      * Gets the private 'security.firewall.map.context.main' shared service.
  7829.      *
  7830.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7831.      */
  7832.     protected function getSecurity_Firewall_Map_Context_MainService()
  7833.     {
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7840.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7841.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7842.         $c = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7843.         $c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7844.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7845.         }, => 'onLogout'], 64);
  7846.         $c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7847.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7848.         }, => 'onLogout'], 0);
  7849.         $c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7850.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  7851.         }, => 'onLogout'], 0);
  7852.         $c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7853.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7854.         }, => 'onLogout'], 0);
  7855.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7856.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7857.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7858.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7859.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  7860.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7861.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  7862.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7863.         }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b$c, ['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\\LoginFormAuthenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'remember_me'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  7864.     }
  7865.     /**
  7866.      * Gets the private 'security.http_utils' shared service.
  7867.      *
  7868.      * @return \Symfony\Component\Security\Http\HttpUtils
  7869.      */
  7870.     protected function getSecurity_HttpUtilsService()
  7871.     {
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7873.         $a = ($this->services['router'] ?? $this->getRouterService());
  7874.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7875.     }
  7876.     /**
  7877.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7878.      *
  7879.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7880.      */
  7881.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7884.         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()));
  7885.     }
  7886.     /**
  7887.      * Gets the private 'security.logout.listener.default.main' shared service.
  7888.      *
  7889.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7890.      */
  7891.     protected function getSecurity_Logout_Listener_Default_MainService()
  7892.     {
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7894.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7895.     }
  7896.     /**
  7897.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  7898.      *
  7899.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  7900.      */
  7901.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  7902.     {
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  7904.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  7905.     }
  7906.     /**
  7907.      * Gets the private 'security.logout_url_generator' shared service.
  7908.      *
  7909.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7910.      */
  7911.     protected function getSecurity_LogoutUrlGeneratorService()
  7912.     {
  7913.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7914.         $instance->registerListener('main''app.logout''logout''_csrf_token'NULLNULL);
  7915.         return $instance;
  7916.     }
  7917.     /**
  7918.      * Gets the private 'security.role_hierarchy' shared service.
  7919.      *
  7920.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7921.      */
  7922.     protected function getSecurity_RoleHierarchyService()
  7923.     {
  7924.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7925.     }
  7926.     /**
  7927.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7928.      *
  7929.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7930.      */
  7931.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7932.     {
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7936.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  7937.     }
  7938.     /**
  7939.      * Gets the private 'security.validator.user_password' shared service.
  7940.      *
  7941.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7942.      */
  7943.     protected function getSecurity_Validator_UserPasswordService()
  7944.     {
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7948.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  7949.     }
  7950.     /**
  7951.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7952.      *
  7953.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7954.      */
  7955.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7956.     {
  7957.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7961.      *
  7962.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7963.      */
  7964.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7965.     {
  7966.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7967.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7968.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7969.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7970.     }
  7971.     /**
  7972.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7973.      *
  7974.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7975.      */
  7976.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7977.     {
  7978.         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['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7979.     }
  7980.     /**
  7981.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7982.      *
  7983.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7984.      */
  7985.     protected function getSensioFrameworkExtra_View_ListenerService()
  7986.     {
  7987.         $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))));
  7988.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7989.             'twig' => ['services''twig''getTwigService'false],
  7990.         ], [
  7991.             'twig' => 'Twig\\Environment',
  7992.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7993.         return $instance;
  7994.     }
  7995.     /**
  7996.      * Gets the private 'serializer.mapping.cache_class_metadata_factory' shared service.
  7997.      *
  7998.      * @return \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory
  7999.      */
  8000.     protected function getSerializer_Mapping_CacheClassMetadataFactoryService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/CacheClassMetadataFactory.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  8011.         return $this->privates['serializer.mapping.cache_class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])), \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/serialization.php'), ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
  8012.     }
  8013.     /**
  8014.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8015.      *
  8016.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8017.      */
  8018.     protected function getSerializer_Mapping_CacheWarmerService()
  8019.     {
  8020.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8025.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8026.     }
  8027.     /**
  8028.      * Gets the private 'session.storage.native' shared service.
  8029.      *
  8030.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8031.      */
  8032.     protected function getSession_Storage_NativeService()
  8033.     {
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  8038.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  8039.     }
  8040.     /**
  8041.      * Gets the private 'session_listener' shared service.
  8042.      *
  8043.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8044.      */
  8045.     protected function getSessionListenerService()
  8046.     {
  8047.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8048.             'initialized_session' => ['services''session'NULLfalse],
  8049.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8050.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8051.             'session' => ['services''session''getSessionService'false],
  8052.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8053.         ], [
  8054.             'initialized_session' => '?',
  8055.             'logger' => '?',
  8056.             'request_stack' => '?',
  8057.             'session' => '?',
  8058.             'session_storage' => '?',
  8059.         ]), true);
  8060.     }
  8061.     /**
  8062.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  8063.      *
  8064.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  8065.      */
  8066.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  8067.     {
  8068.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  8069.     }
  8070.     /**
  8071.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  8072.      *
  8073.      * @return \Gedmo\Translatable\TranslatableListener
  8074.      */
  8075.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  8076.     {
  8077.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  8078.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8079.         $instance->setDefaultLocale('bg');
  8080.         $instance->setTranslatableLocale('bg');
  8081.         $instance->setTranslationFallback(true);
  8082.         $instance->setPersistDefaultLocaleTranslation(true);
  8083.         $instance->setSkipOnLoad(false);
  8084.         return $instance;
  8085.     }
  8086.     /**
  8087.      * Gets the private 'swiftmailer.command.debug' shared service.
  8088.      *
  8089.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  8090.      */
  8091.     protected function getSwiftmailer_Command_DebugService()
  8092.     {
  8093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8094.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  8096.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  8097.         $instance->setName('debug:swiftmailer');
  8098.         return $instance;
  8099.     }
  8100.     /**
  8101.      * Gets the private 'swiftmailer.command.new_email' shared service.
  8102.      *
  8103.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  8104.      */
  8105.     protected function getSwiftmailer_Command_NewEmailService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  8110.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  8111.         $instance->setName('swiftmailer:email:send');
  8112.         return $instance;
  8113.     }
  8114.     /**
  8115.      * Gets the private 'swiftmailer.command.send_email' shared service.
  8116.      *
  8117.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  8118.      */
  8119.     protected function getSwiftmailer_Command_SendEmailService()
  8120.     {
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  8124.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  8125.         $instance->setName('swiftmailer:spool:send');
  8126.         return $instance;
  8127.     }
  8128.     /**
  8129.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  8130.      *
  8131.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  8132.      */
  8133.     protected function getSwiftmailer_EmailSender_ListenerService()
  8134.     {
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  8136.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8137.     }
  8138.     /**
  8139.      * Gets the private 'translation.extractor' shared service.
  8140.      *
  8141.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8142.      */
  8143.     protected function getTranslation_ExtractorService()
  8144.     {
  8145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8150.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8151.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8152.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8153.         return $instance;
  8154.     }
  8155.     /**
  8156.      * Gets the private 'translation.loader.csv' shared service.
  8157.      *
  8158.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8159.      */
  8160.     protected function getTranslation_Loader_CsvService()
  8161.     {
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8166.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8167.     }
  8168.     /**
  8169.      * Gets the private 'translation.loader.dat' shared service.
  8170.      *
  8171.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8172.      */
  8173.     protected function getTranslation_Loader_DatService()
  8174.     {
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8178.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8179.     }
  8180.     /**
  8181.      * Gets the private 'translation.loader.ini' shared service.
  8182.      *
  8183.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8184.      */
  8185.     protected function getTranslation_Loader_IniService()
  8186.     {
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8191.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8192.     }
  8193.     /**
  8194.      * Gets the private 'translation.loader.json' shared service.
  8195.      *
  8196.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8197.      */
  8198.     protected function getTranslation_Loader_JsonService()
  8199.     {
  8200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8204.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8205.     }
  8206.     /**
  8207.      * Gets the private 'translation.loader.mo' shared service.
  8208.      *
  8209.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8210.      */
  8211.     protected function getTranslation_Loader_MoService()
  8212.     {
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8217.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8218.     }
  8219.     /**
  8220.      * Gets the private 'translation.loader.php' shared service.
  8221.      *
  8222.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8223.      */
  8224.     protected function getTranslation_Loader_PhpService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8230.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8231.     }
  8232.     /**
  8233.      * Gets the private 'translation.loader.po' shared service.
  8234.      *
  8235.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8236.      */
  8237.     protected function getTranslation_Loader_PoService()
  8238.     {
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8243.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8244.     }
  8245.     /**
  8246.      * Gets the private 'translation.loader.qt' shared service.
  8247.      *
  8248.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8249.      */
  8250.     protected function getTranslation_Loader_QtService()
  8251.     {
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8254.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8255.     }
  8256.     /**
  8257.      * Gets the private 'translation.loader.res' shared service.
  8258.      *
  8259.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8260.      */
  8261.     protected function getTranslation_Loader_ResService()
  8262.     {
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8265.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8266.     }
  8267.     /**
  8268.      * Gets the private 'translation.loader.xliff' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8271.      */
  8272.     protected function getTranslation_Loader_XliffService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8276.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8277.     }
  8278.     /**
  8279.      * Gets the private 'translation.loader.yml' shared service.
  8280.      *
  8281.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8282.      */
  8283.     protected function getTranslation_Loader_YmlService()
  8284.     {
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8289.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8290.     }
  8291.     /**
  8292.      * Gets the private 'translation.reader' shared service.
  8293.      *
  8294.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8295.      */
  8296.     protected function getTranslation_ReaderService()
  8297.     {
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8314.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8315.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8316.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8317.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8318.         $instance->addLoader('yaml'$a);
  8319.         $instance->addLoader('yml'$a);
  8320.         $instance->addLoader('xlf'$b);
  8321.         $instance->addLoader('xliff'$b);
  8322.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8323.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8324.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8325.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8326.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8327.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8328.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8329.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8330.         return $instance;
  8331.     }
  8332.     /**
  8333.      * Gets the private 'translation.warmer' shared service.
  8334.      *
  8335.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8336.      */
  8337.     protected function getTranslation_WarmerService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8341.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8342.             'translator' => ['services''translator''getTranslatorService'false],
  8343.         ], [
  8344.             'translator' => '?',
  8345.         ]))->withContext('translation.warmer'$this));
  8346.     }
  8347.     /**
  8348.      * Gets the private 'translation.writer' shared service.
  8349.      *
  8350.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8351.      */
  8352.     protected function getTranslation_WriterService()
  8353.     {
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8368.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8369.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8370.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8371.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8372.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8373.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8374.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8375.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8376.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8377.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8378.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8379.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8380.         return $instance;
  8381.     }
  8382.     /**
  8383.      * Gets the private 'translator.default' shared service.
  8384.      *
  8385.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8386.      */
  8387.     protected function getTranslator_DefaultService()
  8388.     {
  8389.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8390.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8391.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8392.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8393.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8394.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8395.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8396.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8397.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8398.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8399.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8400.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8401.         ], [
  8402.             'translation.loader.csv' => '?',
  8403.             'translation.loader.dat' => '?',
  8404.             'translation.loader.ini' => '?',
  8405.             'translation.loader.json' => '?',
  8406.             'translation.loader.mo' => '?',
  8407.             'translation.loader.php' => '?',
  8408.             'translation.loader.po' => '?',
  8409.             'translation.loader.qt' => '?',
  8410.             'translation.loader.res' => '?',
  8411.             'translation.loader.xliff' => '?',
  8412.             'translation.loader.yml' => '?',
  8413.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'bg', ['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')], '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')], '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).'/translations/KnpPaginatorBundle.bg.yml'), => (\dirname(__DIR__4).'/translations/admin_sidebar.bg.yml'), => (\dirname(__DIR__4).'/translations/breadcrumbs.bg.yml'), => (\dirname(__DIR__4).'/translations/form.bg.yml'), => (\dirname(__DIR__4).'/translations/messages.bg.yml'), => (\dirname(__DIR__4).'/translations/table.bg.yml'), 10 => (\dirname(__DIR__4).'/translations/text.bg.yml'), 11 => (\dirname(__DIR__4).'/translations/validators.bg.yml')], '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')], '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')], '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')], '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).'/translations/KnpPaginatorBundle.en.yml'), => (\dirname(__DIR__4).'/translations/admin_sidebar.en.yml'), => (\dirname(__DIR__4).'/translations/breadcrumbs.en.yml'), => (\dirname(__DIR__4).'/translations/form.en.yml'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/table.en.yml'), 10 => (\dirname(__DIR__4).'/translations/text.en.yml'), 11 => (\dirname(__DIR__4).'/translations/validators.en.yml')], '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')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], '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')], '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')], '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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], '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')], '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')], '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')], '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')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], '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')], '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')], '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')], '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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/twig/cssinliner-extension/src/Bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/swiftmailer-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'17 => 'vendor/stof/doctrine-extensions-bundle/translations'18 => 'vendor/symfony/webpack-encore-bundle/src/translations'19 => 'vendor/oneup/flysystem-bundle/translations'20 => 'vendor/liip/imagine-bundle/translations'21 => 'vendor/php-translation/symfony-bundle/translations'22 => 'vendor/twig/cssinliner-extension/src/Bundle/translations'23 => 'vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/translations']]], []);
  8414.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8415.         $instance->setFallbackLocales([=> 'en']);
  8416.         return $instance;
  8417.     }
  8418.     /**
  8419.      * Gets the private 'twig.command.debug' shared service.
  8420.      *
  8421.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8422.      */
  8423.     protected function getTwig_Command_DebugService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8427.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8428.         $instance->setName('debug:twig');
  8429.         return $instance;
  8430.     }
  8431.     /**
  8432.      * Gets the private 'twig.command.lint' shared service.
  8433.      *
  8434.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8435.      */
  8436.     protected function getTwig_Command_LintService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8441.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  8442.         $instance->setName('lint:twig');
  8443.         return $instance;
  8444.     }
  8445.     /**
  8446.      * Gets the private 'twig.form.renderer' shared service.
  8447.      *
  8448.      * @return \Symfony\Component\Form\FormRenderer
  8449.      */
  8450.     protected function getTwig_Form_RendererService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8457.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8458.     }
  8459.     /**
  8460.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8461.      *
  8462.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8463.      */
  8464.     protected function getTwig_Runtime_HttpkernelService()
  8465.     {
  8466.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8469.         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, [
  8470.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8471.         ], [
  8472.             'inline' => '?',
  8473.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  8474.     }
  8475.     /**
  8476.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8477.      *
  8478.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8479.      */
  8480.     protected function getTwig_Runtime_SecurityCsrfService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8483.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8484.     }
  8485.     /**
  8486.      * Gets the private 'twig.template_cache_warmer' shared service.
  8487.      *
  8488.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8489.      */
  8490.     protected function getTwig_TemplateCacheWarmerService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8495.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8496.             'twig' => ['services''twig''getTwigService'false],
  8497.         ], [
  8498.             'twig' => 'Twig\\Environment',
  8499.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/assets/css') => 'css', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  8500.     }
  8501.     /**
  8502.      * Gets the private 'validator.builder' shared service.
  8503.      *
  8504.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8505.      */
  8506.     protected function getValidator_BuilderService()
  8507.     {
  8508.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8509.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8510.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8511.             'App\\Validator\\Constraints\\ValidPagePathValidator' => ['privates''App\\Validator\\Constraints\\ValidPagePathValidator''getValidPagePathValidatorService'false],
  8512.             'App\\Validator\\Constraints\\ValidPhoneNumberValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneNumberValidator''getValidPhoneNumberValidatorService'false],
  8513.             'App\\Validator\\Constraints\\ValidTwigValidator' => ['privates''App\\Validator\\Constraints\\ValidTwigValidator''getValidTwigValidatorService'false],
  8514.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8515.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8516.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8517.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8518.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8519.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8520.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8521.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8522.         ], [
  8523.             'App\\Validator\\Constraints\\ValidPagePathValidator' => '?',
  8524.             'App\\Validator\\Constraints\\ValidPhoneNumberValidator' => '?',
  8525.             'App\\Validator\\Constraints\\ValidTwigValidator' => '?',
  8526.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8527.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8528.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8529.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8530.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8531.             'doctrine.orm.validator.unique' => '?',
  8532.             'security.validator.user_password' => '?',
  8533.             'validator.expression' => '?',
  8534.         ])));
  8535.         if ($this->has('translator')) {
  8536.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8537.         }
  8538.         $instance->setTranslationDomain('validators');
  8539.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8540.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  8541.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8542.         $instance->addMethodMapping('loadValidatorMetadata');
  8543.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8544.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8545.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8546.         return $instance;
  8547.     }
  8548.     /**
  8549.      * Gets the private 'validator.email' shared service.
  8550.      *
  8551.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8552.      */
  8553.     protected function getValidator_EmailService()
  8554.     {
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8558.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8559.     }
  8560.     /**
  8561.      * Gets the private 'validator.expression' shared service.
  8562.      *
  8563.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8564.      */
  8565.     protected function getValidator_ExpressionService()
  8566.     {
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8570.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  8571.     }
  8572.     /**
  8573.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8574.      *
  8575.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8576.      */
  8577.     protected function getValidator_Mapping_CacheWarmerService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8582.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8583.     }
  8584.     /**
  8585.      * Gets the private 'validator.not_compromised_password' shared service.
  8586.      *
  8587.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8588.      */
  8589.     protected function getValidator_NotCompromisedPasswordService()
  8590.     {
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8594.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  8595.     }
  8596.     /**
  8597.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8598.      *
  8599.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8600.      */
  8601.     protected function getVarDumper_Command_ServerDumpService()
  8602.     {
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8608.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8609.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8610.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8611.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8612.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8614.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  8615.         $instance->setName('server:dump');
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8622.      */
  8623.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8624.     {
  8625.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8626.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8627.         return $instance;
  8628.     }
  8629.     /**
  8630.      * Gets the private 'var_dumper.html_dumper' shared service.
  8631.      *
  8632.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8633.      */
  8634.     protected function getVarDumper_HtmlDumperService()
  8635.     {
  8636.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8637.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8638.         return $instance;
  8639.     }
  8640.     /**
  8641.      * Gets the private 'var_dumper.server_connection' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\VarDumper\Server\Connection
  8644.      */
  8645.     protected function getVarDumper_ServerConnectionService()
  8646.     {
  8647.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  8648.     }
  8649.     /**
  8650.      * Gets the private 'web_profiler.csp.handler' shared service.
  8651.      *
  8652.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8653.      */
  8654.     protected function getWebProfiler_Csp_HandlerService()
  8655.     {
  8656.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8657.     }
  8658.     /**
  8659.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8660.      *
  8661.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8662.      */
  8663.     protected function getWebProfiler_DebugToolbarService()
  8664.     {
  8665.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  8666.     }
  8667.     /**
  8668.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  8669.      *
  8670.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  8671.      */
  8672.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  8673.     {
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  8677.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'), ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  8678.     }
  8679.     /**
  8680.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  8681.      *
  8682.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  8683.      */
  8684.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  8685.     {
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  8689.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  8690.     }
  8691.     /**
  8692.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8693.      *
  8694.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8695.      */
  8696.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  8700.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8701.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  8702.         ], [
  8703.             '_default' => '?',
  8704.         ]), '_default');
  8705.     }
  8706.     /**
  8707.      * Gets the private 'webpack_encore.exception_listener' shared service.
  8708.      *
  8709.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  8710.      */
  8711.     protected function getWebpackEncore_ExceptionListenerService()
  8712.     {
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  8714.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  8715.     }
  8716.     /**
  8717.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  8718.      *
  8719.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  8720.      */
  8721.     protected function getWebpackEncore_TagRendererService()
  8722.     {
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  8724.         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()), []);
  8725.     }
  8726.     public function getParameter(string $name)
  8727.     {
  8728.         if (isset($this->buildParameters[$name])) {
  8729.             return $this->buildParameters[$name];
  8730.         }
  8731.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8732.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8733.         }
  8734.         if (isset($this->loadedDynamicParameters[$name])) {
  8735.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8736.         }
  8737.         return $this->parameters[$name];
  8738.     }
  8739.     public function hasParameter(string $name): bool
  8740.     {
  8741.         if (isset($this->buildParameters[$name])) {
  8742.             return true;
  8743.         }
  8744.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8745.     }
  8746.     public function setParameter(string $name$value): void
  8747.     {
  8748.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8749.     }
  8750.     public function getParameterBag(): ParameterBagInterface
  8751.     {
  8752.         if (null === $this->parameterBag) {
  8753.             $parameters $this->parameters;
  8754.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8755.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8756.             }
  8757.             foreach ($this->buildParameters as $name => $value) {
  8758.                 $parameters[$name] = $value;
  8759.             }
  8760.             $this->parameterBag = new FrozenParameterBag($parameters);
  8761.         }
  8762.         return $this->parameterBag;
  8763.     }
  8764.     private $loadedDynamicParameters = [
  8765.         'kernel.cache_dir' => false,
  8766.         'uploads_base_url' => false,
  8767.         'site_base_url' => false,
  8768.         'load_seed_data' => false,
  8769.         'kernel.secret' => false,
  8770.         'session.save_path' => false,
  8771.         'validator.mapping.cache.file' => false,
  8772.         'profiler.storage.dsn' => false,
  8773.         'debug.container.dump' => false,
  8774.         'serializer.mapping.cache.file' => false,
  8775.         'doctrine.orm.proxy_dir' => false,
  8776.         'swiftmailer.spool.default.memory.path' => false,
  8777.         'liip_imagine.resolvers' => false,
  8778.     ];
  8779.     private $dynamicParameters = [];
  8780.     private function getDynamicParameter(string $name)
  8781.     {
  8782.         switch ($name) {
  8783.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8784.             case 'uploads_base_url'$value $this->getEnv('string:SITE_BASE_URL').'/uploads'; break;
  8785.             case 'site_base_url'$value $this->getEnv('SITE_BASE_URL'); break;
  8786.             case 'load_seed_data'$value $this->getEnv('LOAD_SEED_DATA'); break;
  8787.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8788.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8789.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8790.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8791.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8792.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8793.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8794.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  8795.             case 'liip_imagine.resolvers'$value = [
  8796.                 'flysystem_resolver' => [
  8797.                     'flysystem' => [
  8798.                         'filesystem_service' => 'oneup_flysystem.public_uploads_filesystem_filesystem',
  8799.                         'cache_prefix' => 'media/cache',
  8800.                         'root_url' => $this->getEnv('string:SITE_BASE_URL').'/uploads',
  8801.                         'visibility' => 'public',
  8802.                     ],
  8803.                 ],
  8804.                 'default' => [
  8805.                     'web_path' => [
  8806.                         'web_root' => (\dirname(__DIR__4).'/public'),
  8807.                         'cache_prefix' => 'media/cache',
  8808.                     ],
  8809.                 ],
  8810.             ]; break;
  8811.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8812.         }
  8813.         $this->loadedDynamicParameters[$name] = true;
  8814.         return $this->dynamicParameters[$name] = $value;
  8815.     }
  8816.     protected function getDefaultParameters(): array
  8817.     {
  8818.         return [
  8819.             'kernel.project_dir' => \dirname(__DIR__4),
  8820.             'kernel.environment' => 'dev',
  8821.             'kernel.debug' => true,
  8822.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8823.             'kernel.bundles' => [
  8824.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8825.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8826.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8827.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8828.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8829.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  8830.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8831.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8832.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8833.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8834.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8835.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8836.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8837.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8838.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8839.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8840.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  8841.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  8842.                 'TwigCssInlinerBundle' => 'Twig\\CssInliner\\Bundle\\TwigCssInlinerBundle',
  8843.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  8844.             ],
  8845.             'kernel.bundles_metadata' => [
  8846.                 'FrameworkBundle' => [
  8847.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8848.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8849.                 ],
  8850.                 'SensioFrameworkExtraBundle' => [
  8851.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8852.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8853.                 ],
  8854.                 'DoctrineBundle' => [
  8855.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8856.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8857.                 ],
  8858.                 'DoctrineMigrationsBundle' => [
  8859.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8860.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8861.                 ],
  8862.                 'SecurityBundle' => [
  8863.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8864.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8865.                 ],
  8866.                 'SwiftmailerBundle' => [
  8867.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  8868.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  8869.                 ],
  8870.                 'TwigBundle' => [
  8871.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8872.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8873.                 ],
  8874.                 'WebProfilerBundle' => [
  8875.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8876.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8877.                 ],
  8878.                 'MonologBundle' => [
  8879.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8880.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8881.                 ],
  8882.                 'DebugBundle' => [
  8883.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8884.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8885.                 ],
  8886.                 'MakerBundle' => [
  8887.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8888.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8889.                 ],
  8890.                 'DoctrineFixturesBundle' => [
  8891.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8892.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8893.                 ],
  8894.                 'StofDoctrineExtensionsBundle' => [
  8895.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  8896.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8897.                 ],
  8898.                 'WebpackEncoreBundle' => [
  8899.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8900.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8901.                 ],
  8902.                 'KnpPaginatorBundle' => [
  8903.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8904.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8905.                 ],
  8906.                 'OneupFlysystemBundle' => [
  8907.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle'),
  8908.                     'namespace' => 'Oneup\\FlysystemBundle',
  8909.                 ],
  8910.                 'LiipImagineBundle' => [
  8911.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  8912.                     'namespace' => 'Liip\\ImagineBundle',
  8913.                 ],
  8914.                 'TranslationBundle' => [
  8915.                     'path' => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle'),
  8916.                     'namespace' => 'Translation\\Bundle',
  8917.                 ],
  8918.                 'TwigCssInlinerBundle' => [
  8919.                     'path' => (\dirname(__DIR__4).'/vendor/twig/cssinliner-extension/src/Bundle'),
  8920.                     'namespace' => 'Twig\\CssInliner\\Bundle',
  8921.                 ],
  8922.                 'WhiteOctoberBreadcrumbsBundle' => [
  8923.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle'),
  8924.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  8925.                 ],
  8926.             ],
  8927.             'kernel.charset' => 'UTF-8',
  8928.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8929.             'container.dumper.inline_class_loader' => true,
  8930.             'container.dumper.inline_factories' => true,
  8931.             'env(DATABASE_URL)' => '',
  8932.             'locale' => 'bg',
  8933.             'locales' => 'en|bg',
  8934.             'uploads_dir_name' => 'uploads',
  8935.             'event_dispatcher.event_aliases' => [
  8936.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8937.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8938.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8939.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8940.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8941.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8942.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8943.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8944.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8945.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8946.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8947.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8948.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8949.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8950.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8951.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8952.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8953.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8954.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8955.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8956.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8957.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8958.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8959.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8960.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8961.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8962.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8963.             ],
  8964.             'fragment.renderer.hinclude.global_template' => '',
  8965.             'fragment.path' => '/_fragment',
  8966.             'kernel.http_method_override' => true,
  8967.             'kernel.trusted_hosts' => [
  8968.             ],
  8969.             'kernel.default_locale' => 'bg',
  8970.             'kernel.error_controller' => 'error_controller',
  8971.             'debug.file_link_format' => NULL,
  8972.             'session.metadata.storage_key' => '_sf2_meta',
  8973.             'session.storage.options' => [
  8974.                 'cache_limiter' => '0',
  8975.                 'cookie_secure' => 'auto',
  8976.                 'cookie_httponly' => true,
  8977.                 'cookie_samesite' => 'lax',
  8978.                 'gc_probability' => 1,
  8979.             ],
  8980.             'session.metadata.update_threshold' => 0,
  8981.             'form.type_extension.csrf.enabled' => true,
  8982.             'form.type_extension.csrf.field_name' => '_token',
  8983.             'asset.request_context.base_path' => NULL,
  8984.             'asset.request_context.secure' => NULL,
  8985.             'validator.translation_domain' => 'validators',
  8986.             'translator.logging' => false,
  8987.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8988.             'profiler_listener.only_exceptions' => false,
  8989.             'profiler_listener.only_master_requests' => false,
  8990.             'debug.error_handler.throw_at' => -1,
  8991.             'router.request_context.host' => 'localhost',
  8992.             'router.request_context.scheme' => 'http',
  8993.             'router.request_context.base_url' => '',
  8994.             'router.resource' => 'kernel::loadRoutes',
  8995.             'request_listener.http_port' => 80,
  8996.             'request_listener.https_port' => 443,
  8997.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8998.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8999.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9000.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9001.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9002.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9003.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9004.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9005.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9006.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9007.             'doctrine.entity_managers' => [
  9008.                 'default' => 'doctrine.orm.default_entity_manager',
  9009.             ],
  9010.             'doctrine.default_entity_manager' => 'default',
  9011.             'doctrine.dbal.connection_factory.types' => [
  9012.             ],
  9013.             'doctrine.connections' => [
  9014.                 'default' => 'doctrine.dbal.default_connection',
  9015.             ],
  9016.             'doctrine.default_connection' => 'default',
  9017.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9018.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9019.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9020.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9021.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9022.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9023.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9024.             'doctrine.orm.cache.memcache_port' => 11211,
  9025.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9026.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9027.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9028.             'doctrine.orm.cache.memcached_port' => 11211,
  9029.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9030.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9031.             'doctrine.orm.cache.redis_host' => 'localhost',
  9032.             'doctrine.orm.cache.redis_port' => 6379,
  9033.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9034.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9035.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9036.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9037.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9038.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9039.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9040.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9041.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9042.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9043.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9044.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9045.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9046.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9047.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9048.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9049.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9050.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9051.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9052.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9053.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9054.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9055.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9056.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9057.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9058.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9059.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9060.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9061.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9062.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9063.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9064.             'doctrine_migrations.name' => 'Application Migrations',
  9065.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  9066.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  9067.             'doctrine_migrations.table_name' => 'migration_versions',
  9068.             'doctrine_migrations.column_name' => 'version',
  9069.             'doctrine_migrations.column_length' => 14,
  9070.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  9071.             'doctrine_migrations.all_or_nothing' => false,
  9072.             'doctrine_migrations.custom_template' => NULL,
  9073.             'doctrine_migrations.organize_migrations' => false,
  9074.             'security.role_hierarchy.roles' => [
  9075.                 'ROLE_ADMIN' => [
  9076.                     => 'ROLE_USER',
  9077.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9078.                 ],
  9079.             ],
  9080.             'security.access.denied_url' => NULL,
  9081.             'security.authentication.manager.erase_credentials' => true,
  9082.             'security.authentication.session_strategy.strategy' => 'migrate',
  9083.             'security.access.always_authenticate_before_granting' => false,
  9084.             'security.authentication.hide_user_not_found' => true,
  9085.             'security.firewalls' => [
  9086.                 => 'dev',
  9087.                 => 'main',
  9088.             ],
  9089.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  9090.             'swiftmailer.mailer.default.spool.enabled' => true,
  9091.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  9092.             'swiftmailer.mailer.default.single_address' => NULL,
  9093.             'swiftmailer.mailer.default.delivery.enabled' => true,
  9094.             'swiftmailer.spool.enabled' => true,
  9095.             'swiftmailer.delivery.enabled' => true,
  9096.             'swiftmailer.single_address' => NULL,
  9097.             'swiftmailer.mailers' => [
  9098.                 'default' => 'swiftmailer.mailer.default',
  9099.             ],
  9100.             'swiftmailer.default_mailer' => 'default',
  9101.             'twig.form.resources' => [
  9102.                 => 'form_div_layout.html.twig',
  9103.                 => 'form/main_form_theme.html.twig',
  9104.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  9105.             ],
  9106.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9107.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9108.             'web_profiler.debug_toolbar.mode' => 2,
  9109.             'monolog.use_microseconds' => true,
  9110.             'monolog.swift_mailer.handlers' => [
  9111.             ],
  9112.             'monolog.handlers_to_channels' => [
  9113.                 'monolog.handler.console' => [
  9114.                     'type' => 'exclusive',
  9115.                     'elements' => [
  9116.                         => 'event',
  9117.                         => 'doctrine',
  9118.                         => 'console',
  9119.                     ],
  9120.                 ],
  9121.                 'monolog.handler.main' => [
  9122.                     'type' => 'exclusive',
  9123.                     'elements' => [
  9124.                         => 'event',
  9125.                     ],
  9126.                 ],
  9127.             ],
  9128.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9129.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9130.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9131.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9132.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9133.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9134.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9135.             'stof_doctrine_extensions.default_locale' => 'bg',
  9136.             'stof_doctrine_extensions.translation_fallback' => true,
  9137.             'stof_doctrine_extensions.persist_default_translation' => true,
  9138.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9139.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9140.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9141.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9142.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9143.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9144.             'knp_paginator.template.pagination' => 'pagination/_pagination.html.twig',
  9145.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9146.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9147.             'knp_paginator.page_range' => 5,
  9148.             'knp_paginator.page_limit' => NULL,
  9149.             'liip_imagine.loaders' => [
  9150.                 'flysystem_loader' => [
  9151.                     'flysystem' => [
  9152.                         'filesystem_service' => 'oneup_flysystem.public_uploads_filesystem_filesystem',
  9153.                     ],
  9154.                 ],
  9155.                 'default' => [
  9156.                     'filesystem' => [
  9157.                         'locator' => 'filesystem',
  9158.                         'data_root' => [
  9159.                             => (\dirname(__DIR__4).'/public'),
  9160.                         ],
  9161.                         'allow_unresolvable_data_roots' => false,
  9162.                         'bundle_resources' => [
  9163.                             'enabled' => false,
  9164.                             'access_control_type' => 'blacklist',
  9165.                             'access_control_list' => [
  9166.                             ],
  9167.                         ],
  9168.                     ],
  9169.                 ],
  9170.             ],
  9171.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  9172.             'liip_imagine.jpegoptim.stripAll' => true,
  9173.             'liip_imagine.jpegoptim.max' => NULL,
  9174.             'liip_imagine.jpegoptim.progressive' => true,
  9175.             'liip_imagine.jpegoptim.tempDir' => NULL,
  9176.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  9177.             'liip_imagine.optipng.level' => 7,
  9178.             'liip_imagine.optipng.stripAll' => true,
  9179.             'liip_imagine.optipng.tempDir' => NULL,
  9180.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  9181.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  9182.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  9183.             'liip_imagine.cache.resolver.default' => 'flysystem_resolver',
  9184.             'liip_imagine.default_image' => NULL,
  9185.             'liip_imagine.filter_sets' => [
  9186.                 'carousel' => [
  9187.                     'quality' => 100,
  9188.                     'jpeg_quality' => NULL,
  9189.                     'png_compression_level' => NULL,
  9190.                     'png_compression_filter' => NULL,
  9191.                     'format' => NULL,
  9192.                     'animated' => false,
  9193.                     'cache' => NULL,
  9194.                     'data_loader' => NULL,
  9195.                     'default_image' => NULL,
  9196.                     'filters' => [
  9197.                         'thumbnail' => [
  9198.                             'size' => [
  9199.                                 => 300,
  9200.                                 => 200,
  9201.                             ],
  9202.                             'mode' => 'outbound',
  9203.                             'allow_upscale' => true,
  9204.                         ],
  9205.                     ],
  9206.                     'post_processors' => [
  9207.                     ],
  9208.                 ],
  9209.                 'index_thumbnail' => [
  9210.                     'quality' => 100,
  9211.                     'jpeg_quality' => NULL,
  9212.                     'png_compression_level' => NULL,
  9213.                     'png_compression_filter' => NULL,
  9214.                     'format' => NULL,
  9215.                     'animated' => false,
  9216.                     'cache' => NULL,
  9217.                     'data_loader' => NULL,
  9218.                     'default_image' => NULL,
  9219.                     'filters' => [
  9220.                         'scale' => [
  9221.                             'dim' => [
  9222.                                 => NULL,
  9223.                                 => 263,
  9224.                             ],
  9225.                         ],
  9226.                     ],
  9227.                     'post_processors' => [
  9228.                     ],
  9229.                 ],
  9230.             ],
  9231.             'liip_imagine.binary.loader.default' => 'flysystem_loader',
  9232.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  9233.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  9234.             'extractor_vendor_dir' => (\dirname(__DIR__4).'/vendor/php-translation/extractor/src'),
  9235.             'php_translation.locales' => [
  9236.                 => 'en',
  9237.                 => 'bg',
  9238.             ],
  9239.             'php_translation.default_locale' => 'bg',
  9240.             'php_translation.webui.enabled' => true,
  9241.             'php_translation.webui.allow_create' => true,
  9242.             'php_translation.webui.allow_delete' => true,
  9243.             'php_translation.webui.file_base_path' => (\dirname(__DIR__4).'/'),
  9244.             'php_translation.toolbar.allow_edit' => true,
  9245.             'white_october_breadcrumbs.options' => [
  9246.                 'itemClass' => 'breadcrumb-item',
  9247.                 'listClass' => 'custom-breadcrumbs',
  9248.                 'separator' => '',
  9249.                 'separatorClass' => 'separator',
  9250.                 'listId' => 'wo-breadcrumbs',
  9251.                 'linkRel' => '',
  9252.                 'locale' => NULL,
  9253.                 'translation_domain' => NULL,
  9254.                 'viewTemplate' => '@WhiteOctoberBreadcrumbs/microdata.html.twig',
  9255.             ],
  9256.             'data_collector.templates' => [
  9257.                 'data_collector.request' => [
  9258.                     => 'request',
  9259.                     => '@WebProfiler/Collector/request.html.twig',
  9260.                 ],
  9261.                 'data_collector.time' => [
  9262.                     => 'time',
  9263.                     => '@WebProfiler/Collector/time.html.twig',
  9264.                 ],
  9265.                 'data_collector.memory' => [
  9266.                     => 'memory',
  9267.                     => '@WebProfiler/Collector/memory.html.twig',
  9268.                 ],
  9269.                 'data_collector.validator' => [
  9270.                     => 'validator',
  9271.                     => '@WebProfiler/Collector/validator.html.twig',
  9272.                 ],
  9273.                 'data_collector.ajax' => [
  9274.                     => 'ajax',
  9275.                     => '@WebProfiler/Collector/ajax.html.twig',
  9276.                 ],
  9277.                 'data_collector.form' => [
  9278.                     => 'form',
  9279.                     => '@WebProfiler/Collector/form.html.twig',
  9280.                 ],
  9281.                 'data_collector.exception' => [
  9282.                     => 'exception',
  9283.                     => '@WebProfiler/Collector/exception.html.twig',
  9284.                 ],
  9285.                 'data_collector.logger' => [
  9286.                     => 'logger',
  9287.                     => '@WebProfiler/Collector/logger.html.twig',
  9288.                 ],
  9289.                 'data_collector.events' => [
  9290.                     => 'events',
  9291.                     => '@WebProfiler/Collector/events.html.twig',
  9292.                 ],
  9293.                 'data_collector.router' => [
  9294.                     => 'router',
  9295.                     => '@WebProfiler/Collector/router.html.twig',
  9296.                 ],
  9297.                 'data_collector.cache' => [
  9298.                     => 'cache',
  9299.                     => '@WebProfiler/Collector/cache.html.twig',
  9300.                 ],
  9301.                 'data_collector.translation' => [
  9302.                     => 'translation',
  9303.                     => '@WebProfiler/Collector/translation.html.twig',
  9304.                 ],
  9305.                 'data_collector.security' => [
  9306.                     => 'security',
  9307.                     => '@Security/Collector/security.html.twig',
  9308.                 ],
  9309.                 'data_collector.twig' => [
  9310.                     => 'twig',
  9311.                     => '@WebProfiler/Collector/twig.html.twig',
  9312.                 ],
  9313.                 'data_collector.http_client' => [
  9314.                     => 'http_client',
  9315.                     => '@WebProfiler/Collector/http_client.html.twig',
  9316.                 ],
  9317.                 'data_collector.doctrine' => [
  9318.                     => 'db',
  9319.                     => '@Doctrine/Collector/db.html.twig',
  9320.                 ],
  9321.                 'swiftmailer.data_collector' => [
  9322.                     => 'swiftmailer',
  9323.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  9324.                 ],
  9325.                 'data_collector.dump' => [
  9326.                     => 'dump',
  9327.                     => '@Debug/Profiler/dump.html.twig',
  9328.                 ],
  9329.                 'php_translation.data_collector' => [
  9330.                     => 'translation',
  9331.                     => '@Translation/SymfonyProfiler/translation.html.twig',
  9332.                 ],
  9333.                 'data_collector.messenger' => [
  9334.                     => 'messenger',
  9335.                     => '@WebProfiler/Collector/messenger.html.twig',
  9336.                 ],
  9337.                 'data_collector.config' => [
  9338.                     => 'config',
  9339.                     => '@WebProfiler/Collector/config.html.twig',
  9340.                 ],
  9341.             ],
  9342.             'console.command.ids' => [
  9343.             ],
  9344.         ];
  9345.     }
  9346.     protected function throw($message)
  9347.     {
  9348.         throw new RuntimeException($message);
  9349.     }
  9350. }