var/cache/dev/ContainerXN8zWkP/App_KernelDevDebugContainer.php line 1181

Open in your IDE?
  1. <?php
  2. namespace ContainerXN8zWkP;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection' => 'getFileAccessUserInjectionService',
  41.             'Roothirsch\\DeclarationBundle\\Twig\\DeclarationExtension' => 'getDeclarationExtensionService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
  51.             'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77.             '.container.private.session' => 'get_Container_Private_SessionService',
  78.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  79.             'App\\Controller\\CompanyCrudController' => 'getCompanyCrudControllerService',
  80.             'App\\Controller\\ContentController' => 'getContentControllerService',
  81.             'App\\Controller\\DataUpdateLogController' => 'getDataUpdateLogControllerService',
  82.             'App\\Controller\\FrontendController' => 'getFrontendControllerService',
  83.             'App\\Controller\\ProductController' => 'getProductControllerService',
  84.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  85.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  86.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  87.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  88.             'Faker\\Generator' => 'getGeneratorService',
  89.             'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => 'getCompanyAttributeCrudControllerService',
  90.             'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => 'getCompanyCrudController2Service',
  91.             'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => 'getContactPersonCrudControllerService',
  92.             'Roothirsch\\CoreBundle\\Controller\\FeedbackController' => 'getFeedbackControllerService',
  93.             'Roothirsch\\CoreBundle\\Controller\\ReportController' => 'getReportControllerService',
  94.             'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => 'getRoleCrudControllerService',
  95.             'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'getUserCrudControllerService',
  96.             'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => 'getFeatureFlagCrudControllerService',
  97.             'Roothirsch\\CoreBundle\\Menu\\API\\UpdateSorting' => 'getUpdateSortingService',
  98.             'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  99.             'Roothirsch\\CoreBundle\\Security\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  100.             'Roothirsch\\CoreBundle\\Security\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  101.             'Roothirsch\\CoreBundle\\Security\\Controller\\SecurityController' => 'getSecurityControllerService',
  102.             'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => 'getSiteCrudControllerService',
  103.             'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationScope\\PushTranslationsController' => 'getPushTranslationsControllerService',
  104.             'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationUnit\\TranslateController' => 'getTranslateControllerService',
  105.             'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => 'getLanguageCrudControllerService',
  106.             'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => 'getTranslationScopeCrudControllerService',
  107.             'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'getTranslationUnitCrudControllerService',
  108.             'Roothirsch\\DamBundle\\API\\UpdateSorting' => 'getUpdateSorting2Service',
  109.             'Roothirsch\\DamBundle\\Command\\ImportDirectoryCommand' => 'getImportDirectoryCommandService',
  110.             'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'getAssetManagementCrudControllerService',
  111.             'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudControllerService',
  112.             'Roothirsch\\DamBundle\\Controller\\FileCrudController' => 'getFileCrudControllerService',
  113.             'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => 'getFileManagementCrudControllerService',
  114.             'Roothirsch\\DamBundle\\DamBundle' => 'getDamBundleService',
  115.             'Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber' => 'getAssetToggleFavoriteSubscriberService',
  116.             'Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter' => 'getFileAccessSqlFilterService',
  117.             'Roothirsch\\DamBundle\\Form\\FileFormType' => 'getFileFormTypeService',
  118.             'Roothirsch\\DamBundle\\Repository\\AssetRepository' => 'getAssetRepositoryService',
  119.             'Roothirsch\\DamBundle\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  120.             'Roothirsch\\DamBundle\\Repository\\FileRepository' => 'getFileRepositoryService',
  121.             'Roothirsch\\DeclarationBundle\\Controller\\CertificationCrudController' => 'getCertificationCrudControllerService',
  122.             'Roothirsch\\DeclarationBundle\\Controller\\DatasheetController' => 'getDatasheetControllerService',
  123.             'Roothirsch\\DeclarationBundle\\Controller\\DeclarationAttributeCrudController' => 'getDeclarationAttributeCrudControllerService',
  124.             'Roothirsch\\DeclarationBundle\\Controller\\DeclarationController' => 'getDeclarationControllerService',
  125.             'Roothirsch\\DeclarationBundle\\Controller\\DeclarationCrudController' => 'getDeclarationCrudControllerService',
  126.             'Roothirsch\\DeclarationBundle\\Controller\\InstituteCrudController' => 'getInstituteCrudControllerService',
  127.             'Roothirsch\\DeclarationBundle\\EventSubscriber\\AttributesInjector' => 'getAttributesInjectorService',
  128.             'Roothirsch\\DeclarationBundle\\EventSubscriber\\DeclarationDuplicateSubscriber' => 'getDeclarationDuplicateSubscriberService',
  129.             'Roothirsch\\DeclarationBundle\\Form\\CertificationAssociationsFormType' => 'getCertificationAssociationsFormTypeService',
  130.             'Roothirsch\\DeclarationBundle\\Form\\DeclarationAttributeOptionType' => 'getDeclarationAttributeOptionTypeService',
  131.             'Roothirsch\\DeclarationBundle\\Form\\DefinitionFormType' => 'getDefinitionFormTypeService',
  132.             'Roothirsch\\DeclarationBundle\\Repository\\CertificationRepository' => 'getCertificationRepositoryService',
  133.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationAttributeRepository' => 'getDeclarationAttributeRepositoryService',
  134.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationRepository' => 'getDeclarationRepositoryService',
  135.             'Roothirsch\\DeclarationBundle\\Repository\\InstituteRepository' => 'getInstituteRepositoryService',
  136.             'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  137.             'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => 'getAttributeCrudControllerService',
  138.             'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => 'getAttributeGroupCrudControllerService',
  139.             'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudController2Service',
  140.             'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => 'getChannelCrudControllerService',
  141.             'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'getProductCrudControllerService',
  142.             'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => 'getEstimateNotEmptyFilterService',
  143.             'Roothirsch\\ShopBundle\\Controller\\AddressController' => 'getAddressControllerService',
  144.             'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => 'getEstimateAttributeCrudControllerService',
  145.             'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => 'getEstimateCrudControllerService',
  146.             'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => 'getEstimateManagementCrudControllerService',
  147.             'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'getOrderAttributeCrudControllerService',
  148.             'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => 'getOrderCrudControllerService',
  149.             'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => 'getOrderManagementCrudControllerService',
  150.             'Roothirsch\\ShopBundle\\Email\\OrderConfirmationEmail' => 'getOrderConfirmationEmailService',
  151.             'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber' => 'getEstimateAddressSubscriberService',
  152.             'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber' => 'getEstimateDistributorSubscriberService',
  153.             'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber' => 'getEstimateDuplicateSubscriberService',
  154.             'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber' => 'getEstimateOrderSubscriberService',
  155.             'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber' => 'getEstimateOwnerSubscriberService',
  156.             'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => 'getAttributesInjector2Service',
  157.             'Roothirsch\\ShopBundle\\Export\\StfExport' => 'getStfExportService',
  158.             'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => 'getAddressRepositoryService',
  159.             'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => 'getAttributeOptionRepositoryService',
  160.             'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => 'getAttributeValueRepositoryService',
  161.             'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => 'getEstimateAttributeRepositoryService',
  162.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => 'getEstimatePositionAttributeRepositoryService',
  163.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => 'getEstimatePositionRepositoryService',
  164.             'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => 'getEstimateRepositoryService',
  165.             'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => 'getOrderAttributeRepositoryService',
  166.             'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => 'getOrderPositionRepositoryService',
  167.             'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => 'getOrderRepositoryService',
  168.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  169.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  170.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  171.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  172.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  173.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  174.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  175.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  176.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  177.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  178.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  179.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  180.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  181.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  182.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  183.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  184.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  185.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  186.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  187.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  188.             'cache.app_clearer' => 'getCache_AppClearerService',
  189.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  190.             'cache.system_clearer' => 'getCache_SystemClearerService',
  191.             'cache_warmer' => 'getCacheWarmerService',
  192.             'console.command.public_alias.App\\Configurator\\Commands\\DataUpdateCommand' => 'getDataUpdateCommandService',
  193.             'console.command_loader' => 'getConsole_CommandLoaderService',
  194.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  195.             'error_controller' => 'getErrorControllerService',
  196.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  197.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  198.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  199.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  200.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  201.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  202.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  203.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  204.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  205.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  206.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  207.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  208.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  209.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  210.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  211.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  212.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  213.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  214.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  215.             'roothirsch.core.attribute_types' => 'getRoothirsch_Core_AttributeTypesService',
  216.             'roothirsch.core.reporter' => 'getRoothirsch_Core_ReporterService',
  217.             'routing.loader' => 'getRouting_LoaderService',
  218.             'services_resetter' => 'getServicesResetterService',
  219.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  220.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  221.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  222.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  223.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  224.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  225.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  226.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  227.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  228.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  229.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  230.         ];
  231.         $this->aliases = [
  232.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  233.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  234.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  235.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  236.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  237.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  238.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  239.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  240.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  241.             'database_connection' => 'doctrine.dbal.default_connection',
  242.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  243.             'mailer' => 'swiftmailer.mailer.default',
  244.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  245.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  246.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  247.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  248.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  249.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  250.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  251.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  252.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  253.         ];
  254.         $this->privates['service_container'] = function () {
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  261.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/EventListener/LocaleEventListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/EventSubscriber/UserReadSubscriber.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  270.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/FeatureFlag/Repository/FeatureFlagRepository.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Messaging/MessagingService.php';
  274.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Repository/GroupRepository.php';
  275.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Repository/UserRepository.php';
  276.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Security/UserManager.php';
  277.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Site/Repository/SiteRepository.php';
  278.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Site/SiteProvider.php';
  279.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Site/TemplatePathInjection.php';
  280.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Translation/EventSubscriber/TranslationScopeReadSubscriber.php';
  281.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Translation/Repository/LanguageRepository.php';
  282.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Translation/Repository/TranslationScopeRepository.php';
  283.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/UserAware/UserDetection.php';
  284.             include_once \dirname(__DIR__4).'/vendor/roothirsch/dam-bundle/Filter/FileAccessUserInjection.php';
  285.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/roothirsch/declaration-bundle/Twig/DeclarationExtension.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  299.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  422.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  425.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  427.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  485.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  620.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  630.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  631.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  634.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Behaviors/Translatable/TranslatableDoctrineListener.php';
  635.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  641.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  642.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  646.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  647.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  660.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  661.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  668.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  669.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  673.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  674.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  675.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  676.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  680.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  682.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  684.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  685.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  686.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  687.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  690.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  691.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  692.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  693.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php';
  694.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  696.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  699.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  700.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  701.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  702.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  703.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  704.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  705.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  706.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  707.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  708.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  712.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  713.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  720.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  736.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  737.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  743.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  744.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  745.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  746.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  747.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  748.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  749.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  750.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  751.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  753.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  757.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  759.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  760.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  774.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  776.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  780.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  785.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  806.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  811.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  815.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  820.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  821.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  822.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  823.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  826.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  845.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Translation/Twig/TranslateExtension.php';
  846.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Twig/FavoriteExtension.php';
  847.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Twig/FileExtension.php';
  848.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Twig/HistoryExtension.php';
  849.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Twig/LocalizedAssetExtension.php';
  850.             include_once \dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Twig/MoneyExtension.php';
  851.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  853.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  854.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  855.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  856.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  857.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  858.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  859.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  863.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  865.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  872.         };
  873.     }
  874.     public function compile(): void
  875.     {
  876.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  877.     }
  878.     public function isCompiled(): bool
  879.     {
  880.         return true;
  881.     }
  882.     public function getRemovedIds(): array
  883.     {
  884.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  885.     }
  886.     protected function load($file$lazyLoad true)
  887.     {
  888.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  889.             return $class::do($this$lazyLoad);
  890.         }
  891.         if ('.' === $file[-4]) {
  892.             $class substr($class0, -4);
  893.         } else {
  894.             $file .= '.php';
  895.         }
  896.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  897.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  898.     }
  899.     /**
  900.      * Gets the public '.container.private.profiler' shared service.
  901.      *
  902.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  903.      */
  904.     protected function get_Container_Private_ProfilerService()
  905.     {
  906.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  907.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  908.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  909.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  910.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  911.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  912.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  913.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  914.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  915.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  916.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  917.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  918.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  919.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  920.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  921.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  922.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  923.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  924.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  925.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  926.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  927.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  928.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  929.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  930.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  931.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  932.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  933.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  934.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  935.         if ($this->has('kernel')) {
  936.             $f->setKernel($b);
  937.         }
  938.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  939.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  940.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  941.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  942.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  943.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  944.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  945.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  946.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  947.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  948.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  949.         $instance->add($d);
  950.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  951.         $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()), true));
  952.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  953.         $instance->add($e);
  954.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  955.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  956.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  957.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  958.         $instance->add(new \Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator()))));
  959.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  960.         $instance->add($f);
  961.         return $instance;
  962.     }
  963.     /**
  964.      * Gets the public '.container.private.security.authorization_checker' shared service.
  965.      *
  966.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  967.      */
  968.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  969.     {
  970.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  971.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  972.             return $this->services['.container.private.security.authorization_checker'];
  973.         }
  974.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  975.     }
  976.     /**
  977.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  978.      *
  979.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  980.      */
  981.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  982.     {
  983.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  984.     }
  985.     /**
  986.      * Gets the public '.container.private.security.token_storage' shared service.
  987.      *
  988.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  989.      */
  990.     protected function get_Container_Private_Security_TokenStorageService()
  991.     {
  992.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  993.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  994.         ], [
  995.             'request_stack' => '?',
  996.         ]));
  997.     }
  998.     /**
  999.      * Gets the public '.container.private.serializer' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Serializer\Serializer
  1002.      */
  1003.     protected function get_Container_Private_SerializerService()
  1004.     {
  1005.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1006.         if (isset($this->services['.container.private.serializer'])) {
  1007.             return $this->services['.container.private.serializer'];
  1008.         }
  1009.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1010.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1011.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1012.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  1013.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  1014.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1015.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1016.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1017.         $j = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1018.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'limit'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$e));
  1019.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1020.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1021.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1022.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1023.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1024.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1025.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  1026.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$b$c$rNULL);
  1027.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'd.m.Y']), => $f=> $k=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $f=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g$h$i$nNULL$lNULL$m), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g$o$l), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g$h$i$o$n$p$b$m$q, [], new RewindableGenerator(function () {
  1028.             return new \EmptyIterator();
  1029.         }, 0), $a), 15 => new \ApiPlatform\Serializer\ItemNormalizer($h$i$o$n$b$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1030.             return new \EmptyIterator();
  1031.         }, 0), $g$a), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$c$rNULL)), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 24 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$n$oNULL), 'page''pagination'$g$b), $g$n$j), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$o$p), 27 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1032.     }
  1033.     /**
  1034.      * Gets the public '.container.private.twig' shared service.
  1035.      *
  1036.      * @return \Twig\Environment
  1037.      */
  1038.     protected function get_Container_Private_TwigService()
  1039.     {
  1040.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1041.         $a->addPath((\dirname(__DIR__4).'/templates'), 'templates');
  1042.         $a->addPath((\dirname(__DIR__4).'/assets/'), 'assets');
  1043.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1044.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1045.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1046.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1047.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1048.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1049.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1050.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1051.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1052.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1053.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1054.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1055.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1056.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1057.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1058.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1059.         $a->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  1060.         $a->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Resources/views'), 'RoothirschCore');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Resources/views'), '!RoothirschCore');
  1065.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1069.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1070.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1071.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1072.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1073.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1074.         $f = ($this->services['router'] ?? $this->getRouterService());
  1075.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1076.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1077.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1078.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1079.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1080.         $j->setEnvironment('dev');
  1081.         $j->setDebug(true);
  1082.         if ($this->has('.container.private.security.token_storage')) {
  1083.             $j->setTokenStorage($h);
  1084.         }
  1085.         if ($this->has('request_stack')) {
  1086.             $j->setRequestStack($g);
  1087.         }
  1088.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1089.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1090.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1091.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1092.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1093.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1094.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1095.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1096.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1097.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1098.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1099.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1100.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1101.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1102.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1103.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1104.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1105.         $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())));
  1106.         $instance->addExtension(new \Roothirsch\CoreBundle\Translation\Twig\TranslateExtension($g, ($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] ?? $this->getLanguageRepositoryService()), $d));
  1107.         $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FavoriteExtension($h));
  1108.         $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FileExtension($h));
  1109.         $instance->addExtension(new \Roothirsch\CoreBundle\Twig\HistoryExtension());
  1110.         $instance->addExtension(new \Roothirsch\CoreBundle\Twig\LocalizedAssetExtension($g$d));
  1111.         $instance->addExtension(new \Roothirsch\CoreBundle\Twig\MoneyExtension());
  1112.         $instance->addExtension(($this->services['Roothirsch\\DeclarationBundle\\Twig\\DeclarationExtension'] ?? ($this->services['Roothirsch\\DeclarationBundle\\Twig\\DeclarationExtension'] = new \Roothirsch\DeclarationBundle\Twig\DeclarationExtension())));
  1113.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1114.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1115.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1116.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1117.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1118.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1119.         ], [
  1120.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1121.         ])));
  1122.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1123.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1124.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1125.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1126.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1127.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1128.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1129.         ], [
  1130.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1131.             'webpack_encore.tag_renderer' => '?',
  1132.         ])));
  1133.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1134.         $instance->addGlobal('app'$j);
  1135.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1136.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1137.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1138.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1139.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1140.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1141.         ], [
  1142.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1143.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1144.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1145.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1146.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1147.         ])));
  1148.         $instance->addGlobal('site', ($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()));
  1149.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1150.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1151.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1152.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public '.container.private.validator' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1159.      */
  1160.     protected function get_Container_Private_ValidatorService()
  1161.     {
  1162.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1163.         if (isset($this->services['.container.private.validator'])) {
  1164.             return $this->services['.container.private.validator'];
  1165.         }
  1166.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1167.     }
  1168.     /**
  1169.      * Gets the public 'Roothirsch\DamBundle\Filter\FileAccessUserInjection' shared autowired service.
  1170.      *
  1171.      * @return \Roothirsch\DamBundle\Filter\FileAccessUserInjection
  1172.      */
  1173.     protected function getFileAccessUserInjectionService()
  1174.     {
  1175.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1176.         if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'])) {
  1177.             return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'];
  1178.         }
  1179.         return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'] = new \Roothirsch\DamBundle\Filter\FileAccessUserInjection($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1180.     }
  1181.     /**
  1182.      * Gets the public 'Roothirsch\DeclarationBundle\Twig\DeclarationExtension' shared autowired service.
  1183.      *
  1184.      * @return \Roothirsch\DeclarationBundle\Twig\DeclarationExtension
  1185.      */
  1186.     protected function getDeclarationExtensionService()
  1187.     {
  1188.         return $this->services['Roothirsch\\DeclarationBundle\\Twig\\DeclarationExtension'] = new \Roothirsch\DeclarationBundle\Twig\DeclarationExtension();
  1189.     }
  1190.     /**
  1191.      * Gets the public 'cache.app' shared service.
  1192.      *
  1193.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1194.      */
  1195.     protected function getCache_AppService()
  1196.     {
  1197.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BVz5mearTH'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1198.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1199.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1200.     }
  1201.     /**
  1202.      * Gets the public 'cache.system' shared service.
  1203.      *
  1204.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1205.      */
  1206.     protected function getCache_SystemService()
  1207.     {
  1208.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wBW7PZn4wU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1209.     }
  1210.     /**
  1211.      * Gets the public 'cache.validator_expression_language' shared service.
  1212.      *
  1213.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1214.      */
  1215.     protected function getCache_ValidatorExpressionLanguageService()
  1216.     {
  1217.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CX6z86uZ4W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1218.     }
  1219.     /**
  1220.      * Gets the public 'data_collector.dump' shared service.
  1221.      *
  1222.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1223.      */
  1224.     protected function getDataCollector_DumpService()
  1225.     {
  1226.         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())), NULL);
  1227.     }
  1228.     /**
  1229.      * Gets the public 'doctrine' shared service.
  1230.      *
  1231.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1232.      */
  1233.     protected function getDoctrineService()
  1234.     {
  1235.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1236.     }
  1237.     /**
  1238.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1239.      *
  1240.      * @return \Doctrine\DBAL\Connection
  1241.      */
  1242.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1243.     {
  1244.         $a = new \Doctrine\DBAL\Configuration();
  1245.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1246.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1247.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1248.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1249.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1250.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.2''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1251.             'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => ['privates''Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener''getTranslatableDoctrineListenerService'true],
  1252.             'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => ['privates''Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber''getTranslatableRepositoryOverrideSubscriberService'true],
  1253.             'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => ['privates''Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder''getUserPasswordEncoderService'true],
  1254.             'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => ['privates''Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection''getEntityValueInjectionService'true],
  1255.             'Roothirsch\\DeclarationBundle\\EventSubscriber\\AttributesInjector' => ['services''Roothirsch\\DeclarationBundle\\EventSubscriber\\AttributesInjector''getAttributesInjectorService'true],
  1256.             'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => ['services''Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector''getAttributesInjector2Service'true],
  1257.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1258.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1259.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1260.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1261.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1262.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1263.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1264.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  1265.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1266.             'vich_uploader.listener.clean.company_logo' => ['privates''vich_uploader.listener.clean.company_logo''getVichUploader_Listener_Clean_CompanyLogoService'true],
  1267.             'vich_uploader.listener.clean.estimate_file' => ['privates''vich_uploader.listener.clean.estimate_file''getVichUploader_Listener_Clean_EstimateFileService'true],
  1268.             'vich_uploader.listener.clean.estimate_item_file' => ['privates''vich_uploader.listener.clean.estimate_item_file''getVichUploader_Listener_Clean_EstimateItemFileService'true],
  1269.             'vich_uploader.listener.clean.feedback_file' => ['privates''vich_uploader.listener.clean.feedback_file''getVichUploader_Listener_Clean_FeedbackFileService'true],
  1270.             'vich_uploader.listener.remove.company_logo' => ['privates''vich_uploader.listener.remove.company_logo''getVichUploader_Listener_Remove_CompanyLogoService'true],
  1271.             'vich_uploader.listener.remove.estimate_file' => ['privates''vich_uploader.listener.remove.estimate_file''getVichUploader_Listener_Remove_EstimateFileService'true],
  1272.             'vich_uploader.listener.remove.estimate_item_file' => ['privates''vich_uploader.listener.remove.estimate_item_file''getVichUploader_Listener_Remove_EstimateItemFileService'true],
  1273.             'vich_uploader.listener.remove.feedback_file' => ['privates''vich_uploader.listener.remove.feedback_file''getVichUploader_Listener_Remove_FeedbackFileService'true],
  1274.             'vich_uploader.listener.upload.company_logo' => ['privates''vich_uploader.listener.upload.company_logo''getVichUploader_Listener_Upload_CompanyLogoService'true],
  1275.             'vich_uploader.listener.upload.estimate_file' => ['privates''vich_uploader.listener.upload.estimate_file''getVichUploader_Listener_Upload_EstimateFileService'true],
  1276.             'vich_uploader.listener.upload.estimate_item_file' => ['privates''vich_uploader.listener.upload.estimate_item_file''getVichUploader_Listener_Upload_EstimateItemFileService'true],
  1277.             'vich_uploader.listener.upload.feedback_file' => ['privates''vich_uploader.listener.upload.feedback_file''getVichUploader_Listener_Upload_FeedbackFileService'true],
  1278.         ], [
  1279.             'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => '?',
  1280.             'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => '?',
  1281.             'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => '?',
  1282.             'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => '?',
  1283.             'Roothirsch\\DeclarationBundle\\EventSubscriber\\AttributesInjector' => '?',
  1284.             'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => '?',
  1285.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1286.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1287.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1288.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1289.             'stof_doctrine_extensions.listener.loggable' => '?',
  1290.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1291.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1292.             'stof_doctrine_extensions.listener.translatable' => '?',
  1293.             'stof_doctrine_extensions.listener.tree' => '?',
  1294.             'vich_uploader.listener.clean.company_logo' => '?',
  1295.             'vich_uploader.listener.clean.estimate_file' => '?',
  1296.             'vich_uploader.listener.clean.estimate_item_file' => '?',
  1297.             'vich_uploader.listener.clean.feedback_file' => '?',
  1298.             'vich_uploader.listener.remove.company_logo' => '?',
  1299.             'vich_uploader.listener.remove.estimate_file' => '?',
  1300.             'vich_uploader.listener.remove.estimate_item_file' => '?',
  1301.             'vich_uploader.listener.remove.feedback_file' => '?',
  1302.             'vich_uploader.listener.upload.company_logo' => '?',
  1303.             'vich_uploader.listener.upload.estimate_file' => '?',
  1304.             'vich_uploader.listener.upload.estimate_item_file' => '?',
  1305.             'vich_uploader.listener.upload.feedback_file' => '?',
  1306.         ]), [=> 'vich_uploader.listener.clean.company_logo'=> 'vich_uploader.listener.clean.feedback_file'=> 'vich_uploader.listener.clean.estimate_file'=> 'vich_uploader.listener.clean.estimate_item_file'=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener'=> 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber'=> 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder'10 => 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection'11 => 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector'12 => 'Roothirsch\\DeclarationBundle\\EventSubscriber\\AttributesInjector'13 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'14 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'15 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'16 => 'vich_uploader.listener.remove.company_logo'17 => 'vich_uploader.listener.upload.company_logo'18 => 'vich_uploader.listener.remove.feedback_file'19 => 'vich_uploader.listener.upload.feedback_file'20 => 'vich_uploader.listener.remove.estimate_file'21 => 'vich_uploader.listener.upload.estimate_file'22 => 'vich_uploader.listener.remove.estimate_item_file'23 => 'vich_uploader.listener.upload.estimate_item_file'24 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 25 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 26 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 27 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 28 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 29 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 30 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 31 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 32 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 33 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 34 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 35 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 36 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], 37 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable'], 38 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 39 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 40 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 41 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 42 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]), []);
  1307.     }
  1308.     /**
  1309.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1310.      *
  1311.      * @return \Doctrine\ORM\EntityManager
  1312.      */
  1313.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1314.     {
  1315.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1316.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1317.             return $this->services['doctrine.orm.default_entity_manager'];
  1318.         }
  1319.         $b = new \Doctrine\ORM\Configuration();
  1320.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1321.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1322.         $c->addDriver($d'App\\Entity\\');
  1323.         $c->addDriver($d'Gedmo\\Translatable\\Entity');
  1324.         $c->addDriver($d'Gedmo\\Translator\\Entity');
  1325.         $c->addDriver($d'Gedmo\\Loggable\\Entity');
  1326.         $c->addDriver($d'Gedmo\\Tree\\Entity');
  1327.         $c->addDriver($d'Roothirsch\\CoreBundle\\Entity');
  1328.         $c->addDriver($d'Roothirsch\\CoreBundle\\FeatureFlag\\Entity');
  1329.         $c->addDriver($d'Roothirsch\\CoreBundle\\Menu\\Entity');
  1330.         $c->addDriver($d'Roothirsch\\CoreBundle\\Site\\Entity');
  1331.         $c->addDriver($d'Roothirsch\\CoreBundle\\Translation\\Entity');
  1332.         $c->addDriver($d'Roothirsch\\PimBundle\\Entity');
  1333.         $c->addDriver($d'Roothirsch\\DamBundle\\Entity');
  1334.         $c->addDriver($d'Roothirsch\\ShopBundle\\Entity');
  1335.         $c->addDriver($d'Roothirsch\\DeclarationBundle\\Entity');
  1336.         $c->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1337.         $b->setEntityNamespaces(['App' => 'App\\Entity\\''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''Core' => 'Roothirsch\\CoreBundle\\Site\\Entity''FeatureFlags' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity''Menu' => 'Roothirsch\\CoreBundle\\Menu\\Entity''Translation' => 'Roothirsch\\CoreBundle\\Translation\\Entity''PIM' => 'Roothirsch\\PimBundle\\Entity''DAM' => 'Roothirsch\\DamBundle\\Entity''Shop' => 'Roothirsch\\ShopBundle\\Entity''Declaration' => 'Roothirsch\\DeclarationBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''RoothirschCoreBundle' => 'Roothirsch\\CoreBundle\\Entity']);
  1338.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1339.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1340.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1341.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1342.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1343.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1344.         ], [
  1345.             'doctrine.ulid_generator' => '?',
  1346.             'doctrine.uuid_generator' => '?',
  1347.         ])));
  1348.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1349.         $b->setProxyNamespace('Proxies');
  1350.         $b->setAutoGenerateProxyClasses(true);
  1351.         $b->setSchemaIgnoreClasses([]);
  1352.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1353.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1354.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1355.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1356.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1357.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1358.             'App\\Repository\\DataUpdateLogRepository' => ['privates''App\\Repository\\DataUpdateLogRepository''getDataUpdateLogRepositoryService'true],
  1359.             'App\\Repository\\RoothirschConfiguratorBundleEntityDataUpdateLogRepository' => ['privates''App\\Repository\\RoothirschConfiguratorBundleEntityDataUpdateLogRepository''getRoothirschConfiguratorBundleEntityDataUpdateLogRepositoryService'true],
  1360.             'App\\Repository\\STF\\ProductRepository' => ['privates''App\\Repository\\STF\\ProductRepository''getProductRepositoryService'true],
  1361.             'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => ['privates''Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository''getFeatureFlagRepositoryService'false],
  1362.             'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\AddressRepository''getAddressRepository2Service'true],
  1363.             'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository''getCompanyAttributeRepositoryService'true],
  1364.             'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\CompanyRepository''getCompanyRepositoryService'true],
  1365.             'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository''getContactPersonRepositoryService'true],
  1366.             'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository''getContactValidationRepositoryService'true],
  1367.             'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1368.             'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository''getReportSubscriptionRepositoryService'true],
  1369.             'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1370.             'Roothirsch\\CoreBundle\\Repository\\UserRepository' => ['privates''Roothirsch\\CoreBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  1371.             'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => ['privates''Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository''getSiteRepositoryService'false],
  1372.             'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => ['privates''Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  1373.             'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => ['privates''Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository''getTranslationScopeRepositoryService'false],
  1374.             'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => ['privates''Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository''getTranslationUnitRepositoryService'true],
  1375.             'Roothirsch\\DamBundle\\Repository\\AssetRepository' => ['services''Roothirsch\\DamBundle\\Repository\\AssetRepository''getAssetRepositoryService'true],
  1376.             'Roothirsch\\DamBundle\\Repository\\FileRepository' => ['services''Roothirsch\\DamBundle\\Repository\\FileRepository''getFileRepositoryService'true],
  1377.             'Roothirsch\\DeclarationBundle\\Repository\\CertificationRepository' => ['services''Roothirsch\\DeclarationBundle\\Repository\\CertificationRepository''getCertificationRepositoryService'true],
  1378.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationAttributeRepository' => ['services''Roothirsch\\DeclarationBundle\\Repository\\DeclarationAttributeRepository''getDeclarationAttributeRepositoryService'true],
  1379.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationRepository' => ['services''Roothirsch\\DeclarationBundle\\Repository\\DeclarationRepository''getDeclarationRepositoryService'true],
  1380.             'Roothirsch\\DeclarationBundle\\Repository\\InstituteRepository' => ['services''Roothirsch\\DeclarationBundle\\Repository\\InstituteRepository''getInstituteRepositoryService'true],
  1381.             'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1382.             'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'true],
  1383.             'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository''getAttributeOptionRepository2Service'true],
  1384.             'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  1385.             'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\AttributeValueRepository''getAttributeValueRepository2Service'true],
  1386.             'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\ChannelRepository''getChannelRepositoryService'true],
  1387.             'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\DataSourceRepository''getDataSourceRepositoryService'true],
  1388.             'Roothirsch\\PimBundle\\Repository\\ProductRepository' => ['privates''Roothirsch\\PimBundle\\Repository\\ProductRepository''getProductRepository2Service'true],
  1389.             'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\AddressRepository''getAddressRepositoryService'true],
  1390.             'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository''getAttributeOptionRepositoryService'true],
  1391.             'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository''getAttributeValueRepositoryService'true],
  1392.             'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository''getEstimateAttributeRepositoryService'true],
  1393.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository''getEstimatePositionAttributeRepositoryService'true],
  1394.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository''getEstimatePositionRepositoryService'true],
  1395.             'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\EstimateRepository''getEstimateRepositoryService'true],
  1396.             'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository''getOrderAttributeRepositoryService'true],
  1397.             'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository''getOrderPositionRepositoryService'true],
  1398.             'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => ['services''Roothirsch\\ShopBundle\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1399.         ], [
  1400.             'App\\Repository\\DataUpdateLogRepository' => '?',
  1401.             'App\\Repository\\RoothirschConfiguratorBundleEntityDataUpdateLogRepository' => '?',
  1402.             'App\\Repository\\STF\\ProductRepository' => '?',
  1403.             'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => '?',
  1404.             'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => '?',
  1405.             'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => '?',
  1406.             'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => '?',
  1407.             'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => '?',
  1408.             'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => '?',
  1409.             'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => '?',
  1410.             'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => '?',
  1411.             'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  1412.             'Roothirsch\\CoreBundle\\Repository\\UserRepository' => '?',
  1413.             'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => '?',
  1414.             'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => '?',
  1415.             'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => '?',
  1416.             'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => '?',
  1417.             'Roothirsch\\DamBundle\\Repository\\AssetRepository' => '?',
  1418.             'Roothirsch\\DamBundle\\Repository\\FileRepository' => '?',
  1419.             'Roothirsch\\DeclarationBundle\\Repository\\CertificationRepository' => '?',
  1420.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationAttributeRepository' => '?',
  1421.             'Roothirsch\\DeclarationBundle\\Repository\\DeclarationRepository' => '?',
  1422.             'Roothirsch\\DeclarationBundle\\Repository\\InstituteRepository' => '?',
  1423.             'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => '?',
  1424.             'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => '?',
  1425.             'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => '?',
  1426.             'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => '?',
  1427.             'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => '?',
  1428.             'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => '?',
  1429.             'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => '?',
  1430.             'Roothirsch\\PimBundle\\Repository\\ProductRepository' => '?',
  1431.             'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => '?',
  1432.             'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => '?',
  1433.             'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => '?',
  1434.             'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => '?',
  1435.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => '?',
  1436.             'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => '?',
  1437.             'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => '?',
  1438.             'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => '?',
  1439.             'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => '?',
  1440.             'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => '?',
  1441.         ])));
  1442.         $b->addFilter('user_aware_filter''Roothirsch\\CoreBundle\\UserAware\\UserAwareSqlFilter');
  1443.         $b->addFilter('file_access_filter''Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter');
  1444.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  1445.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'user_aware_filter'=> 'file_access_filter'], []))->configure($instance);
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'event_dispatcher' shared service.
  1450.      *
  1451.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1452.      */
  1453.     protected function getEventDispatcherService()
  1454.     {
  1455.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1456.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1457.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1458.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1459.         $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())));
  1460.         $instance->addListener('kernel.request', [=> function () {
  1461.             return ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] ?? ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] = new \Roothirsch\CoreBundle\EventListener\LocaleEventListener()));
  1462.         }, => 'onKernelRequest'], 0);
  1463.         $instance->addListener('kernel.controller', [=> function () {
  1464.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1465.         }, => 'onKernelController'], 0);
  1466.         $instance->addListener('kernel.request', [=> function () {
  1467.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1468.         }, => 'onKernelRequest'], 250);
  1469.         $instance->addListener('kernel.response', [=> function () {
  1470.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1471.         }, => 'onKernelResponse'], 0);
  1472.         $instance->addListener('kernel.response', [=> function () {
  1473.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1474.         }, => 'onResponse'], -10);
  1475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1476.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1477.         }, => 'checkPassport'], 1024);
  1478.         $instance->addListener('kernel.response', [=> function () {
  1479.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1480.         }, => 'onKernelResponse'], 0);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1483.         }, => 'onKernelRequest'], 28);
  1484.         $instance->addListener('kernel.request', [=> function () {
  1485.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1486.         }, => 'onKernelRequest'], 2);
  1487.         $instance->addListener('kernel.view', [=> function () {
  1488.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1489.         }, => 'onKernelView'], 16);
  1490.         $instance->addListener('kernel.view', [=> function () {
  1491.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1492.         }, => 'onKernelView'], 8);
  1493.         $instance->addListener('kernel.exception', [=> function () {
  1494.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1495.         }, => 'onKernelException'], 0);
  1496.         $instance->addListener('kernel.exception', [=> function () {
  1497.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1498.         }, => 'onKernelException'], -96);
  1499.         $instance->addListener('kernel.view', [=> function () {
  1500.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1501.         }, => 'onKernelView'], 32);
  1502.         $instance->addListener('kernel.request', [=> function () {
  1503.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1504.         }, => 'onKernelRequest'], 4);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1507.         }, => 'onKernelRequest'], 0);
  1508.         $instance->addListener('kernel.response', [=> function () {
  1509.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1510.         }, => 'onKernelResponse'], 0);
  1511.         $instance->addListener('kernel.response', [=> function () {
  1512.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1513.         }, => 'onKernelResponse'], -1);
  1514.         $instance->addListener('kernel.view', [=> function () {
  1515.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1516.         }, => 'onKernelView'], 64);
  1517.         $instance->addListener('kernel.request', [=> function () {
  1518.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1519.         }, => 'onKernelRequest'], 16);
  1520.         $instance->addListener('kernel.request', [=> function () {
  1521.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1522.         }, => 'onSecurity'], 3);
  1523.         $instance->addListener('kernel.request', [=> function () {
  1524.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1525.         }, => 'onSecurityPostDenormalize'], 1);
  1526.         $instance->addListener('kernel.view', [=> function () {
  1527.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1528.         }, => 'onSecurityPostValidation'], 63);
  1529.         $instance->addListener('kernel.exception', [=> function () {
  1530.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1531.         }, => 'onKernelException'], -64);
  1532.         $instance->addListener('kernel.view', [=> function () {
  1533.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1534.         }, => 'onKernelView'], 0);
  1535.         $instance->addListener('kernel.exception', [=> function () {
  1536.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1537.         }, => 'onKernelException'], 0);
  1538.         $instance->addListener('form.pre_set_data', [=> function () {
  1539.             return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeInjectorEventSubscriber'] ?? $this->load('getAttributeInjectorEventSubscriberService'));
  1540.         }, => 'buildForm'], 0);
  1541.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [=> function () {
  1542.             return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\DragDropSortable\\DragDropSortableSubscriber'] ?? $this->load('getDragDropSortableSubscriberService'));
  1543.         }, => 'processGroups'], 0);
  1544.         $instance->addListener('form.pre_set_data', [=> function () {
  1545.             return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1546.         }, => 'preSetData'], 0);
  1547.         $instance->addListener('form.post_submit', [=> function () {
  1548.             return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1549.         }, => 'postSubmit'], 0);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] ?? ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] = new \Roothirsch\CoreBundle\EventListener\LocaleEventListener()));
  1552.         }, => 'onKernelRequest'], 0);
  1553.         $instance->addListener('kernel.view', [=> function () {
  1554.             return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\FeatureSubscriber'] ?? $this->load('getFeatureSubscriberService'));
  1555.         }, => 'load'], 17);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'] ?? $this->getUserReadSubscriberService());
  1558.         }, => 'load'], 5);
  1559.         $instance->addListener('kernel.view', [=> function () {
  1560.             return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $this->load('getUserWriteSubscriberService'));
  1561.         }, => 'validate'], 63);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? $this->getTemplatePathInjectionService());
  1564.         }, => 'onKernelRequest'], 5);
  1565.         $instance->addListener('kernel.request', [=> function () {
  1566.             return ($this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? $this->getTranslationScopeReadSubscriberService());
  1567.         }, => 'handle'], 5);
  1568.         $instance->addListener('kernel.request', [=> function () {
  1569.             return ($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'] ?? $this->getUserDetectionService());
  1570.         }, => 'onKernelRequest'], 5);
  1571.         $instance->addListener('kernel.view', [=> function () {
  1572.             return ($this->services['Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber'] ?? $this->load('getAssetToggleFavoriteSubscriberService'));
  1573.         }, => 'validate'], 63);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'] ?? $this->getFileAccessUserInjectionService());
  1576.         }, => 'onKernelRequest'], 5);
  1577.         $instance->addListener('kernel.view', [=> function () {
  1578.             return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber'] ?? $this->load('getEstimateAddressSubscriberService'));
  1579.         }, => 'validate'], 65);
  1580.         $instance->addListener('kernel.view', [=> function () {
  1581.             return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber'] ?? $this->load('getEstimateDistributorSubscriberService'));
  1582.         }, => 'validate'], 65);
  1583.         $instance->addListener('kernel.view', [=> function () {
  1584.             return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber'] ?? $this->load('getEstimateDuplicateSubscriberService'));
  1585.         }, => 'validate'], 65);
  1586.         $instance->addListener('kernel.view', [=> function () {
  1587.             return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber'] ?? $this->load('getEstimateOrderSubscriberService'));
  1588.         }, => 'validate'], 63);
  1589.         $instance->addListener('kernel.view', [=> function () {
  1590.             return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber'] ?? $this->load('getEstimateOwnerSubscriberService'));
  1591.         }, => 'validate'], 65);
  1592.         $instance->addListener('kernel.view', [=> function () {
  1593.             return ($this->services['Roothirsch\\DeclarationBundle\\EventSubscriber\\DeclarationDuplicateSubscriber'] ?? $this->load('getDeclarationDuplicateSubscriberService'));
  1594.         }, => 'validate'], 65);
  1595.         $instance->addListener('kernel.response', [=> function () {
  1596.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1597.         }, => 'onKernelResponse'], 0);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1600.         }, => 'onKernelResponse'], -1024);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1603.         }, => 'setDefaultLocale'], 100);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1606.         }, => 'onKernelRequest'], 16);
  1607.         $instance->addListener('kernel.finish_request', [=> function () {
  1608.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1609.         }, => 'onKernelFinishRequest'], 0);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1612.         }, => 'onKernelRequest'], 256);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1615.         }, => 'onResponse'], -255);
  1616.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1617.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1618.         }, => 'onControllerArguments'], 0);
  1619.         $instance->addListener('kernel.exception', [=> function () {
  1620.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1621.         }, => 'logKernelException'], 0);
  1622.         $instance->addListener('kernel.exception', [=> function () {
  1623.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1624.         }, => 'onKernelException'], -128);
  1625.         $instance->addListener('kernel.response', [=> function () {
  1626.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1627.         }, => 'removeCspHeader'], -128);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1630.         }, => 'onKernelRequest'], 15);
  1631.         $instance->addListener('kernel.finish_request', [=> function () {
  1632.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1633.         }, => 'onKernelFinishRequest'], -15);
  1634.         $instance->addListener('console.error', [=> function () {
  1635.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1636.         }, => 'onConsoleError'], -128);
  1637.         $instance->addListener('console.terminate', [=> function () {
  1638.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1639.         }, => 'onConsoleTerminate'], -128);
  1640.         $instance->addListener('console.error', [=> function () {
  1641.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1642.         }, => 'onConsoleError'], 0);
  1643.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1644.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener('mailout@stf-lizenzsystem.de', [])));
  1645.         }, => 'onMessage'], -255);
  1646.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1647.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1648.         }, => 'onMessage'], -255);
  1649.         $instance->addListener('kernel.request', [=> function () {
  1650.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1651.         }, => 'configure'], 2048);
  1652.         $instance->addListener('console.command', [=> function () {
  1653.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1654.         }, => 'configure'], 2048);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1657.         }, => 'onKernelRequest'], 32);
  1658.         $instance->addListener('kernel.finish_request', [=> function () {
  1659.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1660.         }, => 'onKernelFinishRequest'], 0);
  1661.         $instance->addListener('kernel.exception', [=> function () {
  1662.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1663.         }, => 'onKernelException'], -64);
  1664.         $instance->addListener('kernel.response', [=> function () {
  1665.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1666.         }, => 'onKernelResponse'], 0);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1669.         }, => 'onKernelRequest'], 128);
  1670.         $instance->addListener('kernel.response', [=> function () {
  1671.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1672.         }, => 'onKernelResponse'], -1000);
  1673.         $instance->addListener('kernel.finish_request', [=> function () {
  1674.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1675.         }, => 'onFinishRequest'], 0);
  1676.         $instance->addListener('kernel.response', [=> function () {
  1677.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1678.         }, => 'onKernelResponse'], -100);
  1679.         $instance->addListener('kernel.exception', [=> function () {
  1680.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1681.         }, => 'onKernelException'], 0);
  1682.         $instance->addListener('kernel.terminate', [=> function () {
  1683.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1684.         }, => 'onKernelTerminate'], -1024);
  1685.         $instance->addListener('kernel.controller', [=> function () {
  1686.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1687.         }, => 'onKernelController'], 0);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1690.         }, => 'onKernelResponse'], 0);
  1691.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1692.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1693.         }, => 'onMessage'], 0);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1696.         }, => 'onKernelResponse'], 0);
  1697.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1698.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1699.         }, => 'checkPassport'], 0);
  1700.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1701.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1702.         }, => 'onLoginSuccess'], 0);
  1703.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1704.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1705.         }, => 'onVoterVote'], 0);
  1706.         $instance->addListener('kernel.request', [=> function () {
  1707.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1708.         }, => 'configureLogoutUrlGenerator'], 8);
  1709.         $instance->addListener('kernel.request', [=> function () {
  1710.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1711.         }, => 'onKernelRequest'], 8);
  1712.         $instance->addListener('kernel.finish_request', [=> function () {
  1713.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1714.         }, => 'onKernelFinishRequest'], 0);
  1715.         $instance->addListener('kernel.controller', [=> function () {
  1716.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1717.         }, => 'onKernelController'], 0);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1720.         }, => 'onKernelController'], 0);
  1721.         $instance->addListener('kernel.controller', [=> function () {
  1722.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1723.         }, => 'onKernelController'], -128);
  1724.         $instance->addListener('kernel.view', [=> function () {
  1725.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1726.         }, => 'onKernelView'], 0);
  1727.         $instance->addListener('kernel.controller', [=> function () {
  1728.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1729.         }, => 'onKernelController'], 0);
  1730.         $instance->addListener('kernel.response', [=> function () {
  1731.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1732.         }, => 'onKernelResponse'], 0);
  1733.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1734.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1735.         }, => 'onKernelControllerArguments'], 0);
  1736.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1737.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1738.         }, => 'onKernelControllerArguments'], 0);
  1739.         $instance->addListener('kernel.request', [=> function () {
  1740.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1741.         }, => 'onKernelRequest'], 0);
  1742.         $instance->addListener('kernel.request', [=> function () {
  1743.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1744.         }, => 'onKernelRequest'], 0);
  1745.         $instance->addListener('kernel.response', [=> function () {
  1746.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1747.         }, => 'onKernelResponse'], -128);
  1748.         $instance->addListener('console.command', [=> function () {
  1749.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1750.         }, => 'onCommand'], 255);
  1751.         $instance->addListener('console.terminate', [=> function () {
  1752.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1753.         }, => 'onTerminate'], -255);
  1754.         $instance->addListener('console.command', [=> function () {
  1755.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1756.         }, => 'configure'], 1024);
  1757.         $instance->addListener('kernel.exception', [=> function () {
  1758.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1759.         }, => 'onException'], 0);
  1760.         $instance->addListener('kernel.terminate', [=> function () {
  1761.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1762.         }, => 'onTerminate'], 0);
  1763.         $instance->addListener('console.error', [=> function () {
  1764.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1765.         }, => 'onException'], 0);
  1766.         $instance->addListener('console.terminate', [=> function () {
  1767.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1768.         }, => 'onTerminate'], 0);
  1769.         $instance->addListener('console.error', [=> function () {
  1770.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1771.         }, => 'onConsoleError'], 0);
  1772.         $instance->addListener('console.terminate', [=> function () {
  1773.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1774.         }, => 'onConsoleTerminate'], 0);
  1775.         $instance->addListener('kernel.controller', [=> function () {
  1776.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  1777.         }, => 'onKernelController'], 0);
  1778.         $instance->addListener('kernel.request', [=> function () {
  1779.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1780.         }, => 'handleLegacyEaContext'], 10);
  1781.         $instance->addListener('kernel.request', [=> function () {
  1782.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1783.         }, => 'onKernelRequest'], 0);
  1784.         $instance->addListener('kernel.controller', [=> function () {
  1785.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1786.         }, => 'onKernelController'], 128);
  1787.         $instance->addListener('kernel.finish_request', [=> function () {
  1788.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1789.         }, => 'resetAssets'], 0);
  1790.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1791.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1792.         }, => 'checkPassport'], 512);
  1793.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1794.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1795.         }, => 'onLogout'], 0);
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  1800.      *
  1801.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  1802.      */
  1803.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  1804.     {
  1805.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1806.     }
  1807.     /**
  1808.      * Gets the public 'flagception.manager.feature_manager' shared service.
  1809.      *
  1810.      * @return \Flagception\Manager\FeatureManager
  1811.      */
  1812.     protected function getFlagception_Manager_FeatureManagerService()
  1813.     {
  1814.         $a = ($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService());
  1815.         if (isset($this->services['flagception.manager.feature_manager'])) {
  1816.             return $this->services['flagception.manager.feature_manager'];
  1817.         }
  1818.         return $this->services['flagception.manager.feature_manager'] = new \Flagception\Manager\FeatureManager($a, ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator())));
  1819.     }
  1820.     /**
  1821.      * Gets the public 'http_kernel' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1824.      */
  1825.     protected function getHttpKernelService()
  1826.     {
  1827.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1828.         if (isset($this->services['http_kernel'])) {
  1829.             return $this->services['http_kernel'];
  1830.         }
  1831.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 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 () {
  1832.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1833.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1834.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1835.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1836.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1837.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1838.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1839.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1840.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1841.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1842.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1843.     }
  1844.     /**
  1845.      * Gets the public 'request_stack' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1848.      */
  1849.     protected function getRequestStackService()
  1850.     {
  1851.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1852.     }
  1853.     /**
  1854.      * Gets the public 'router' shared service.
  1855.      *
  1856.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1857.      */
  1858.     protected function getRouterService()
  1859.     {
  1860.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1861.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1862.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1863.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1865.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1866.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1867.         ], [
  1868.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1869.         ]))->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'de');
  1870.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1871.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1872.         return $instance;
  1873.     }
  1874.     /**
  1875.      * Gets the public 'translator' shared service.
  1876.      *
  1877.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1878.      */
  1879.     protected function getTranslatorService()
  1880.     {
  1881.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1882.     }
  1883.     /**
  1884.      * Gets the public 'var_dumper.cloner' shared service.
  1885.      *
  1886.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1887.      */
  1888.     protected function getVarDumper_ClonerService()
  1889.     {
  1890.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1891.         $instance->setMaxItems(2500);
  1892.         $instance->setMinDepth(1);
  1893.         $instance->setMaxString(-1);
  1894.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the private '.service_locator.nbg6GA8' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1901.      */
  1902.     protected function get_ServiceLocator_Nbg6GA8Service()
  1903.     {
  1904.         return $this->privates['.service_locator.nbg6GA8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1905.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1906.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  1907.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1908.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1909.         ], [
  1910.             'security.firewall.map.context.api' => '?',
  1911.             'security.firewall.map.context.api_login' => '?',
  1912.             'security.firewall.map.context.dev' => '?',
  1913.             'security.firewall.map.context.main' => '?',
  1914.         ]);
  1915.     }
  1916.     /**
  1917.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1918.      *
  1919.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1920.      */
  1921.     protected function getAdminRouterSubscriberService()
  1922.     {
  1923.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1924.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1925.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1926.         }
  1927.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1928.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1929.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1930.         }
  1931.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1932.         $d = ($this->services['router'] ?? $this->getRouterService());
  1933.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1934.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\AdminController'=> 'App\\Controller\\FrontendController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1938.      *
  1939.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1940.      */
  1941.     protected function getActionFactoryService()
  1942.     {
  1943.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1947.      *
  1948.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1949.      */
  1950.     protected function getControllerFactoryService()
  1951.     {
  1952.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\AdminController'=> 'App\\Controller\\FrontendController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1956.      *
  1957.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1958.      */
  1959.     protected function getEntityFactoryService()
  1960.     {
  1961.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1962.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1963.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1964.         }
  1965.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1966.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1967.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1968.             yield => ($this->privates['Roothirsch\\CoreBundle\\Admin\\Field\\Configurator\\RangeConfigurator'] ?? $this->load('getRangeConfiguratorService'));
  1969.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1970.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1971.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1972.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1973.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1974.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1975.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1976.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1977.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1978.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1979.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1980.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1981.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1982.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1983.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1984.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1985.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1986.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1987.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1988.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1989.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1990.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1991.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1992.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1993.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1994.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1995.             yield 28 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1996.         }, 29)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1997.     }
  1998.     /**
  1999.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2000.      *
  2001.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2002.      */
  2003.     protected function getAdminContextProviderService()
  2004.     {
  2005.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2006.     }
  2007.     /**
  2008.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  2009.      *
  2010.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  2011.      */
  2012.     protected function getCrudControllerRegistryService()
  2013.     {
  2014.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController'=> 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController'=> 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController'=> 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController'=> 'Roothirsch\\CoreBundle\\Controller\\UserCrudController'=> 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController'=> 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController'=> 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController'=> 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController'=> 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController'10 => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController'11 => 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController'12 => 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController'13 => 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController'14 => 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController'15 => 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController'16 => 'Roothirsch\\PimBundle\\Controller\\ProductCrudController'17 => 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController'18 => 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController'19 => 'Roothirsch\\DamBundle\\Controller\\FileCrudController'20 => 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController'21 => 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController'22 => 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController'23 => 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController'24 => 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController'25 => 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController'26 => 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController'27 => 'Roothirsch\\DeclarationBundle\\Controller\\CertificationCrudController'28 => 'Roothirsch\\DeclarationBundle\\Controller\\DeclarationAttributeCrudController'29 => 'Roothirsch\\DeclarationBundle\\Controller\\DeclarationCrudController'30 => 'Roothirsch\\DeclarationBundle\\Controller\\InstituteCrudController'31 => 'App\\Controller\\CompanyCrudController']);
  2015.     }
  2016.     /**
  2017.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2018.      *
  2019.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2020.      */
  2021.     protected function getAdminUrlGeneratorService()
  2022.     {
  2023.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2024.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\AdminController'=> 'App\\Controller\\FrontendController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  2025.         };
  2026.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2027.     }
  2028.     /**
  2029.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2030.      *
  2031.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2032.      */
  2033.     protected function getAuthorizationCheckerService()
  2034.     {
  2035.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2036.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2037.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2038.         }
  2039.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2040.     }
  2041.     /**
  2042.      * Gets the private 'Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber' shared autowired service.
  2043.      *
  2044.      * @return \Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber
  2045.      */
  2046.     protected function getUserReadSubscriberService()
  2047.     {
  2048.         $a = ($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'] ?? $this->getUserManagerService());
  2049.         if (isset($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'])) {
  2050.             return $this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'];
  2051.         }
  2052.         return $this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'] = new \Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber(($this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2053.     }
  2054.     /**
  2055.      * Gets the private 'Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository' shared autowired service.
  2056.      *
  2057.      * @return \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository
  2058.      */
  2059.     protected function getFeatureFlagRepositoryService()
  2060.     {
  2061.         return $this->privates['Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository'] = new \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2062.     }
  2063.     /**
  2064.      * Gets the private 'Roothirsch\CoreBundle\Messaging\MessagingService' shared autowired service.
  2065.      *
  2066.      * @return \Roothirsch\CoreBundle\Messaging\MessagingService
  2067.      */
  2068.     protected function getMessagingServiceService()
  2069.     {
  2070.         return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] = new \Roothirsch\CoreBundle\Messaging\MessagingService(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService')), ($this->services['router'] ?? $this->getRouterService()));
  2071.     }
  2072.     /**
  2073.      * Gets the private 'Roothirsch\CoreBundle\Repository\GroupRepository' shared autowired service.
  2074.      *
  2075.      * @return \Roothirsch\CoreBundle\Repository\GroupRepository
  2076.      */
  2077.     protected function getGroupRepositoryService()
  2078.     {
  2079.         return $this->privates['Roothirsch\\CoreBundle\\Repository\\GroupRepository'] = new \Roothirsch\CoreBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2080.     }
  2081.     /**
  2082.      * Gets the private 'Roothirsch\CoreBundle\Repository\UserRepository' shared autowired service.
  2083.      *
  2084.      * @return \Roothirsch\CoreBundle\Repository\UserRepository
  2085.      */
  2086.     protected function getUserRepositoryService()
  2087.     {
  2088.         return $this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] = new \Roothirsch\CoreBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'Roothirsch\CoreBundle\Security\UserManager' shared autowired service.
  2092.      *
  2093.      * @return \Roothirsch\CoreBundle\Security\UserManager
  2094.      */
  2095.     protected function getUserManagerService()
  2096.     {
  2097.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2098.         if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'])) {
  2099.             return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'];
  2100.         }
  2101.         return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'] = new \Roothirsch\CoreBundle\Security\UserManager($a, ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] ?? $this->getMessagingServiceService()), ($this->privates['Roothirsch\\CoreBundle\\Repository\\GroupRepository'] ?? $this->getGroupRepositoryService()));
  2102.     }
  2103.     /**
  2104.      * Gets the private 'Roothirsch\CoreBundle\Site\Repository\SiteRepository' shared autowired service.
  2105.      *
  2106.      * @return \Roothirsch\CoreBundle\Site\Repository\SiteRepository
  2107.      */
  2108.     protected function getSiteRepositoryService()
  2109.     {
  2110.         return $this->privates['Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository'] = new \Roothirsch\CoreBundle\Site\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2111.     }
  2112.     /**
  2113.      * Gets the private 'Roothirsch\CoreBundle\Site\SiteProvider' shared autowired service.
  2114.      *
  2115.      * @return \Roothirsch\CoreBundle\Site\SiteProvider
  2116.      */
  2117.     protected function getSiteProviderService()
  2118.     {
  2119.         return $this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] = new \Roothirsch\CoreBundle\Site\SiteProvider(($this->privates['Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository'] ?? $this->getSiteRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2120.     }
  2121.     /**
  2122.      * Gets the private 'Roothirsch\CoreBundle\Site\TemplatePathInjection' shared autowired service.
  2123.      *
  2124.      * @return \Roothirsch\CoreBundle\Site\TemplatePathInjection
  2125.      */
  2126.     protected function getTemplatePathInjectionService()
  2127.     {
  2128.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2129.         if (isset($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'])) {
  2130.             return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'];
  2131.         }
  2132.         return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] = new \Roothirsch\CoreBundle\Site\TemplatePathInjection(($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()), $a, \dirname(__DIR__4));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber' shared autowired service.
  2136.      *
  2137.      * @return \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber
  2138.      */
  2139.     protected function getTranslationScopeReadSubscriberService()
  2140.     {
  2141.         return $this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] = new \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber(($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] ?? $this->getTranslationScopeRepositoryService()));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\LanguageRepository' shared autowired service.
  2145.      *
  2146.      * @return \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository
  2147.      */
  2148.     protected function getLanguageRepositoryService()
  2149.     {
  2150.         return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository' shared autowired service.
  2154.      *
  2155.      * @return \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository
  2156.      */
  2157.     protected function getTranslationScopeRepositoryService()
  2158.     {
  2159.         return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2160.     }
  2161.     /**
  2162.      * Gets the private 'Roothirsch\CoreBundle\UserAware\UserDetection' shared autowired service.
  2163.      *
  2164.      * @return \Roothirsch\CoreBundle\UserAware\UserDetection
  2165.      */
  2166.     protected function getUserDetectionService()
  2167.     {
  2168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2169.         if (isset($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'])) {
  2170.             return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'];
  2171.         }
  2172.         return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'] = new \Roothirsch\CoreBundle\UserAware\UserDetection($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2176.      *
  2177.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2178.      */
  2179.     protected function getResetAssetsEventListenerService()
  2180.     {
  2181.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> 'configurator'=> 'main'=> 'theme_stf'=> 'theme_sturm'=> 'theme_brunex']);
  2182.     }
  2183.     /**
  2184.      * Gets the private 'annotations.cache_adapter' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2187.      */
  2188.     protected function getAnnotations_CacheAdapterService()
  2189.     {
  2190.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2191.     }
  2192.     /**
  2193.      * Gets the private 'annotations.cached_reader' shared service.
  2194.      *
  2195.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2196.      */
  2197.     protected function getAnnotations_CachedReaderService()
  2198.     {
  2199.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2200.     }
  2201.     /**
  2202.      * Gets the private 'annotations.reader' shared service.
  2203.      *
  2204.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2205.      */
  2206.     protected function getAnnotations_ReaderService()
  2207.     {
  2208.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2209.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2210.         $a->registerUniqueLoader('class_exists');
  2211.         $instance->addGlobalIgnoredName('required'$a);
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2218.      */
  2219.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2220.     {
  2221.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rlAq5tsQE0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2227.      */
  2228.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2229.     {
  2230.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lxugZZbArb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2236.      */
  2237.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2238.     {
  2239.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('td-c5Hp3aX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2245.      */
  2246.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2247.     {
  2248.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OnV8a+BjLk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2254.      */
  2255.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2256.     {
  2257.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CG5prFXpC8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2263.      */
  2264.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2265.     {
  2266.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7roHaEi8Wg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2267.     }
  2268.     /**
  2269.      * Gets the private 'api_platform.filter_locator' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2272.      */
  2273.     protected function getApiPlatform_FilterLocatorService()
  2274.     {
  2275.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2276.             'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => ['privates''Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter''getInArrayFilterService'true],
  2277.             'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => ['privates''Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter''getOrSearchFilterService'true],
  2278.             'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => ['services''Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter''getEstimateNotEmptyFilterService'true],
  2279.             'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => ['privates''annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter''getAnnotatedRoothirschCoreBundleEntityCompanyRoothirschCoreBundleAPIFilterOrSearchFilterService'true],
  2280.             'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedRoothirschCoreBundleEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  2281.             'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => ['privates''annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter''getAnnotatedRoothirschCoreBundleEntityUserRoothirschCoreBundleAPIFilterOrSearchFilterService'true],
  2282.             'annotated_roothirsch_declaration_bundle_entity_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_roothirsch_declaration_bundle_entity_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedRoothirschDeclarationBundleEntityDeclarationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  2283.             'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedRoothirschShopBundleEntityAddressApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  2284.             'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedRoothirschShopBundleEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2285.         ], [
  2286.             'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => '?',
  2287.             'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => '?',
  2288.             'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => '?',
  2289.             'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2290.             'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2291.             'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2292.             'annotated_roothirsch_declaration_bundle_entity_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2293.             'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2294.             'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2295.         ]);
  2296.     }
  2297.     /**
  2298.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2299.      *
  2300.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2301.      */
  2302.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2303.     {
  2304.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2308.      *
  2309.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2310.      */
  2311.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2312.     {
  2313.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2314.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2315.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2316.         }
  2317.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2321.      *
  2322.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2323.      */
  2324.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2325.     {
  2326.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2327.     }
  2328.     /**
  2329.      * Gets the private 'api_platform.identifier.converter' shared service.
  2330.      *
  2331.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2332.      */
  2333.     protected function getApiPlatform_Identifier_ConverterService()
  2334.     {
  2335.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  2336.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2337.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2338.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2339.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2340.         }, 4));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2344.      *
  2345.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2346.      */
  2347.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2348.     {
  2349.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2350.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2351.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  2352.     }
  2353.     /**
  2354.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2355.      *
  2356.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2357.      */
  2358.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2359.     {
  2360.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2361.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2362.         return $instance;
  2363.     }
  2364.     /**
  2365.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2366.      *
  2367.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2368.      */
  2369.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2370.     {
  2371.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2372.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2376.      *
  2377.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2378.      */
  2379.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2380.     {
  2381.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2382.     }
  2383.     /**
  2384.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2385.      *
  2386.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2387.      */
  2388.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2389.     {
  2390.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2391.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2392.             return $this->privates['api_platform.listener.request.deserialize'];
  2393.         }
  2394.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2395.     }
  2396.     /**
  2397.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2398.      *
  2399.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2400.      */
  2401.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2402.     {
  2403.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2404.     }
  2405.     /**
  2406.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2407.      *
  2408.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2409.      */
  2410.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2411.     {
  2412.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2413.     }
  2414.     /**
  2415.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2416.      *
  2417.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2418.      */
  2419.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2420.     {
  2421.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2422.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2423.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2424.         }
  2425.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2426.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2427.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2428.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2429.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2430.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2431.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2432.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2433.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2434.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2435.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2436.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2437.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2438.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2439.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2440.         }, 13)));
  2441.     }
  2442.     /**
  2443.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2444.      *
  2445.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2446.      */
  2447.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2448.     {
  2449.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2450.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2451.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2452.         }
  2453.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  2454.     }
  2455.     /**
  2456.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2457.      *
  2458.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2459.      */
  2460.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2461.     {
  2462.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2463.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), []), $this->parameters['api_platform.formats'], []));
  2464.     }
  2465.     /**
  2466.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2467.      *
  2468.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2469.      */
  2470.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2471.     {
  2472.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2473.     }
  2474.     /**
  2475.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2476.      *
  2477.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2478.      */
  2479.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2480.     {
  2481.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2485.      *
  2486.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2487.      */
  2488.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2489.     {
  2490.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2494.      *
  2495.      * @return \ApiPlatform\Api\ResourceClassResolver
  2496.      */
  2497.     protected function getApiPlatform_ResourceClassResolverService()
  2498.     {
  2499.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'api_platform.router' shared service.
  2503.      *
  2504.      * @return \ApiPlatform\Symfony\Routing\Router
  2505.      */
  2506.     protected function getApiPlatform_RouterService()
  2507.     {
  2508.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2512.      *
  2513.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2514.      */
  2515.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2516.     {
  2517.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2518.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2519.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2520.         }
  2521.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  2522.     }
  2523.     /**
  2524.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2525.      *
  2526.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2527.      */
  2528.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2529.     {
  2530.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2531.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2532.             return $this->privates['api_platform.security.resource_access_checker'];
  2533.         }
  2534.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  2535.     }
  2536.     /**
  2537.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2538.      *
  2539.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2540.      */
  2541.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2542.     {
  2543.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2544.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2548.      *
  2549.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2550.      */
  2551.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2552.     {
  2553.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(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()))])));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2557.      *
  2558.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2559.      */
  2560.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2561.     {
  2562.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2563.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2564.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2565.         }
  2566.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2567.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2568.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2569.         }
  2570.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2571.     }
  2572.     /**
  2573.      * Gets the private 'assets.context' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2576.      */
  2577.     protected function getAssets_ContextService()
  2578.     {
  2579.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2580.         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());
  2581.     }
  2582.     /**
  2583.      * Gets the private 'assets.packages' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\Asset\Packages
  2586.      */
  2587.     protected function getAssets_PackagesService()
  2588.     {
  2589.         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/theme/stf/manifest.json'), NULLfalse), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  2590.             yield 'main' => ($this->privates['assets._package_main'] ?? $this->load('getAssets_PackageMainService'));
  2591.             yield 'configurator' => ($this->privates['assets._package_configurator'] ?? $this->load('getAssets_PackageConfiguratorService'));
  2592.             yield 'theme_brunex' => ($this->privates['assets._package_theme_brunex'] ?? $this->load('getAssets_PackageThemeBrunexService'));
  2593.             yield 'theme_sturm' => ($this->privates['assets._package_theme_sturm'] ?? $this->load('getAssets_PackageThemeSturmService'));
  2594.             yield 'theme_stf' => ($this->privates['assets._package_theme_stf'] ?? $this->load('getAssets_PackageThemeStfService'));
  2595.         }, 5));
  2596.     }
  2597.     /**
  2598.      * Gets the private 'cache.annotations' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2601.      */
  2602.     protected function getCache_AnnotationsService()
  2603.     {
  2604.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ds+U9NXPzi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2605.     }
  2606.     /**
  2607.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2610.      */
  2611.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2612.     {
  2613.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2614.     }
  2615.     /**
  2616.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2619.      */
  2620.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2621.     {
  2622.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2623.     }
  2624.     /**
  2625.      * Gets the private 'cache.property_info' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2628.      */
  2629.     protected function getCache_PropertyInfoService()
  2630.     {
  2631.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n6OUmvrwAC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'cache.security_expression_language' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2637.      */
  2638.     protected function getCache_SecurityExpressionLanguageService()
  2639.     {
  2640.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xXyj3XmfHs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'cache.serializer' shared service.
  2644.      *
  2645.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2646.      */
  2647.     protected function getCache_SerializerService()
  2648.     {
  2649.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zgJOSWaC9p'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'cache.validator' shared service.
  2653.      *
  2654.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2655.      */
  2656.     protected function getCache_ValidatorService()
  2657.     {
  2658.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5GYzSj7iy5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2659.     }
  2660.     /**
  2661.      * Gets the private 'cache.webpack_encore' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2664.      */
  2665.     protected function getCache_WebpackEncoreService()
  2666.     {
  2667.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oA5UduOqp0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2668.     }
  2669.     /**
  2670.      * Gets the private 'config_cache_factory' shared service.
  2671.      *
  2672.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2673.      */
  2674.     protected function getConfigCacheFactoryService()
  2675.     {
  2676.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2677.             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)));
  2678.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2679.         }, 2));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'data_collector.form' shared service.
  2683.      *
  2684.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2685.      */
  2686.     protected function getDataCollector_FormService()
  2687.     {
  2688.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2689.     }
  2690.     /**
  2691.      * Gets the private 'data_collector.request' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2694.      */
  2695.     protected function getDataCollector_RequestService()
  2696.     {
  2697.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2698.     }
  2699.     /**
  2700.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2701.      *
  2702.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2703.      */
  2704.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2705.     {
  2706.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2707.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2708.         }, 1)));
  2709.     }
  2710.     /**
  2711.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2712.      *
  2713.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2714.      */
  2715.     protected function getDebug_ApiPlatform_DataPersisterService()
  2716.     {
  2717.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2718.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2719.         }, 1)));
  2720.     }
  2721.     /**
  2722.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2723.      *
  2724.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2725.      */
  2726.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2727.     {
  2728.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2729.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2730.         }, 1)));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2734.      *
  2735.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2736.      */
  2737.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2738.     {
  2739.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2740.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2741.         }, 1)));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'debug.controller_resolver' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2747.      */
  2748.     protected function getDebug_ControllerResolverService()
  2749.     {
  2750.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2751.     }
  2752.     /**
  2753.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2754.      *
  2755.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2756.      */
  2757.     protected function getDebug_DebugHandlersListenerService()
  2758.     {
  2759.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2760.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2761.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2762.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2763.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2764.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2765.     }
  2766.     /**
  2767.      * Gets the private 'debug.file_link_formatter' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2770.      */
  2771.     protected function getDebug_FileLinkFormatterService()
  2772.     {
  2773.         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 () {
  2774.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2775.         });
  2776.     }
  2777.     /**
  2778.      * Gets the private 'debug.log_processor' shared service.
  2779.      *
  2780.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2781.      */
  2782.     protected function getDebug_LogProcessorService()
  2783.     {
  2784.         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())));
  2785.     }
  2786.     /**
  2787.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2788.      *
  2789.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2790.      */
  2791.     protected function getDebug_Security_Access_DecisionManagerService()
  2792.     {
  2793.         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 () {
  2794.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2795.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2796.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2797.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2798.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2799.     }
  2800.     /**
  2801.      * Gets the private 'debug.security.firewall' shared service.
  2802.      *
  2803.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2804.      */
  2805.     protected function getDebug_Security_FirewallService()
  2806.     {
  2807.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2808.         if (isset($this->privates['debug.security.firewall'])) {
  2809.             return $this->privates['debug.security.firewall'];
  2810.         }
  2811.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2812.         if (isset($this->privates['debug.security.firewall'])) {
  2813.             return $this->privates['debug.security.firewall'];
  2814.         }
  2815.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2816.     }
  2817.     /**
  2818.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2819.      *
  2820.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2821.      */
  2822.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2823.     {
  2824.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'), => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Menu/Entity'), => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Site/Entity'), => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Translation/Entity'), 10 => (\dirname(__DIR__4).'/vendor/roothirsch/pim-bundle/Entity'), 11 => (\dirname(__DIR__4).'/vendor/roothirsch/dam-bundle/Entity'), 12 => (\dirname(__DIR__4).'/vendor/roothirsch/shop-bundle/Entity'), 13 => (\dirname(__DIR__4).'/vendor/roothirsch/declaration-bundle/Entity')]);
  2825.     }
  2826.     /**
  2827.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2828.      *
  2829.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2830.      */
  2831.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2832.     {
  2833.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2834.         $instance->setGlobalBasename('mapping');
  2835.         return $instance;
  2836.     }
  2837.     /**
  2838.      * Gets the private 'exception_listener' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2841.      */
  2842.     protected function getExceptionListener2Service()
  2843.     {
  2844.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2845.     }
  2846.     /**
  2847.      * Gets the private 'flagception.activator.chain_activator' shared service.
  2848.      *
  2849.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  2850.      */
  2851.     protected function getFlagception_Activator_ChainActivatorService()
  2852.     {
  2853.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  2854.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  2855.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  2856.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  2857.         $instance->add(new \Flagception\Activator\ArrayActivator(['TRACKING' => false'ORDER' => false'OPTIONAL_ARTICLES' => false'STANDFLUEGEL_LICHTAUSSCHNITT' => false'FSC_FILTER' => false'RC_FILTER' => false'DEBUG_LABELS' => false'MODULE_DECLARATION' => false'MODULE_TRANSLATION' => false]));
  2858.         $instance->add(new \Flagception\Activator\EnvironmentActivator(['TRACKING' => 'FEATURE_TRACKING''ORDER' => 'FEATURE_ORDER''OPTIONAL_ARTICLES' => 'FEATURE_OPTIONAL_ARTICLES''STANDFLUEGEL_LICHTAUSSCHNITT' => 'FEATURE_STANDFLUEGEL_LICHTAUSSCHNITT''FSC_FILTER' => 'FEATURE_FSC_FILTER''RC_FILTER' => 'FEATURE_RC_FILTER''DEBUG_LABELS' => 'FEATURE_DEBUG_LABELS''MODULE_DECLARATION' => 'FEATURE_MODULE_DECLARATION''MODULE_TRANSLATION' => 'FEATURE_MODULE_TRANSLATION']));
  2859.         $instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), []));
  2860.         $instance->add(new \Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator(($this->privates['Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2861.         return $instance;
  2862.     }
  2863.     /**
  2864.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2865.      *
  2866.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2867.      */
  2868.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2869.     {
  2870.         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())));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2874.      *
  2875.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2876.      */
  2877.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2878.     {
  2879.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2880.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2881.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2882.         }
  2883.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2884.     }
  2885.     /**
  2886.      * Gets the private 'locale_aware_listener' shared service.
  2887.      *
  2888.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2889.      */
  2890.     protected function getLocaleAwareListenerService()
  2891.     {
  2892.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2893.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  2894.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2895.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'locale_listener' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2901.      */
  2902.     protected function getLocaleListenerService()
  2903.     {
  2904.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2905.     }
  2906.     /**
  2907.      * Gets the private 'mime_types' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Mime\MimeTypes
  2910.      */
  2911.     protected function getMimeTypesService()
  2912.     {
  2913.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2914.         $instance->setDefault($instance);
  2915.         return $instance;
  2916.     }
  2917.     /**
  2918.      * Gets the private 'monolog.handler.console' shared service.
  2919.      *
  2920.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2921.      */
  2922.     protected function getMonolog_Handler_ConsoleService()
  2923.     {
  2924.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2925.     }
  2926.     /**
  2927.      * Gets the private 'monolog.handler.main' shared service.
  2928.      *
  2929.      * @return \Monolog\Handler\StreamHandler
  2930.      */
  2931.     protected function getMonolog_Handler_MainService()
  2932.     {
  2933.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2934.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'monolog.logger' shared service.
  2939.      *
  2940.      * @return \Symfony\Bridge\Monolog\Logger
  2941.      */
  2942.     protected function getMonolog_LoggerService()
  2943.     {
  2944.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2945.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2946.         $instance->useMicrosecondTimestamps(true);
  2947.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2948.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2949.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'monolog.logger.cache' shared service.
  2954.      *
  2955.      * @return \Symfony\Bridge\Monolog\Logger
  2956.      */
  2957.     protected function getMonolog_Logger_CacheService()
  2958.     {
  2959.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2960.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2961.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2962.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2963.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2964.         return $instance;
  2965.     }
  2966.     /**
  2967.      * Gets the private 'monolog.logger.request' shared service.
  2968.      *
  2969.      * @return \Symfony\Bridge\Monolog\Logger
  2970.      */
  2971.     protected function getMonolog_Logger_RequestService()
  2972.     {
  2973.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2974.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2975.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2976.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the private 'monolog.logger.security' shared service.
  2982.      *
  2983.      * @return \Symfony\Bridge\Monolog\Logger
  2984.      */
  2985.     protected function getMonolog_Logger_SecurityService()
  2986.     {
  2987.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2988.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2989.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2990.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2996.      *
  2997.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2998.      */
  2999.     protected function getNelmioCors_CorsListenerService()
  3000.     {
  3001.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'parameter_bag' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3007.      */
  3008.     protected function getParameterBagService()
  3009.     {
  3010.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3011.     }
  3012.     /**
  3013.      * Gets the private 'profiler_listener' shared service.
  3014.      *
  3015.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3016.      */
  3017.     protected function getProfilerListenerService()
  3018.     {
  3019.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3020.         if (isset($this->privates['profiler_listener'])) {
  3021.             return $this->privates['profiler_listener'];
  3022.         }
  3023.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3024.     }
  3025.     /**
  3026.      * Gets the private 'property_accessor' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3029.      */
  3030.     protected function getPropertyAccessorService()
  3031.     {
  3032.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3033.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3034.     }
  3035.     /**
  3036.      * Gets the private 'property_info' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3039.      */
  3040.     protected function getPropertyInfoService()
  3041.     {
  3042.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3043.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3044.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3045.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3046.         }, 3), new RewindableGenerator(function () {
  3047.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3048.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3049.         }, 2), new RewindableGenerator(function () {
  3050.             return new \EmptyIterator();
  3051.         }, 0), new RewindableGenerator(function () {
  3052.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3053.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3054.         }, 2), new RewindableGenerator(function () {
  3055.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3056.         }, 1));
  3057.     }
  3058.     /**
  3059.      * Gets the private 'router.expression_language_provider' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3062.      */
  3063.     protected function getRouter_ExpressionLanguageProviderService()
  3064.     {
  3065.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3066.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3067.         ], [
  3068.             'env' => 'Closure',
  3069.         ]));
  3070.     }
  3071.     /**
  3072.      * Gets the private 'router.request_context' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\Routing\RequestContext
  3075.      */
  3076.     protected function getRouter_RequestContextService()
  3077.     {
  3078.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3079.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3080.         return $instance;
  3081.     }
  3082.     /**
  3083.      * Gets the private 'router_listener' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3086.      */
  3087.     protected function getRouterListenerService()
  3088.     {
  3089.         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);
  3090.     }
  3091.     /**
  3092.      * Gets the private 'security.context_listener.0' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3095.      */
  3096.     protected function getSecurity_ContextListener_0Service()
  3097.     {
  3098.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3099.         if (isset($this->privates['security.context_listener.0'])) {
  3100.             return $this->privates['security.context_listener.0'];
  3101.         }
  3102.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3103.             yield => ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_DefaultProviderService'));
  3104.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3105.     }
  3106.     /**
  3107.      * Gets the private 'security.csrf.token_storage' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3110.      */
  3111.     protected function getSecurity_Csrf_TokenStorageService()
  3112.     {
  3113.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'security.event_dispatcher.main' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3119.      */
  3120.     protected function getSecurity_EventDispatcher_MainService()
  3121.     {
  3122.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3123.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3124.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3125.         }, => 'onSuccessfulLogin'], 0);
  3126.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3127.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3128.         }, => 'onLogout'], 64);
  3129.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3130.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3131.         }, => 'onLogout'], 0);
  3132.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3133.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3134.         }, => 'preCheckCredentials'], 256);
  3135.         $instance->addListener('security.authentication.success', [=> function () {
  3136.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3137.         }, => 'postCheckCredentials'], 256);
  3138.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3139.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3140.         }, => 'checkPassport'], 1024);
  3141.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3142.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3143.         }, => 'checkPassport'], 0);
  3144.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3145.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3146.         }, => 'onLoginSuccess'], 0);
  3147.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3148.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3149.         }, => 'checkPassport'], 512);
  3150.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3151.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3152.         }, => 'onLogout'], 0);
  3153.         return $instance;
  3154.     }
  3155.     /**
  3156.      * Gets the private 'security.expression_language' shared service.
  3157.      *
  3158.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3159.      */
  3160.     protected function getSecurity_ExpressionLanguageService()
  3161.     {
  3162.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3163.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3164.         return $instance;
  3165.     }
  3166.     /**
  3167.      * Gets the private 'security.firewall.map' shared service.
  3168.      *
  3169.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3170.      */
  3171.     protected function getSecurity_Firewall_MapService()
  3172.     {
  3173.         $a = ($this->privates['.service_locator.nbg6GA8'] ?? $this->get_ServiceLocator_Nbg6GA8Service());
  3174.         if (isset($this->privates['security.firewall.map'])) {
  3175.             return $this->privates['security.firewall.map'];
  3176.         }
  3177.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3178.             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)/')));
  3179.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  3180.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3181.             yield 'security.firewall.map.context.main' => NULL;
  3182.         }, 4));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'security.logout_url_generator' shared service.
  3186.      *
  3187.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3188.      */
  3189.     protected function getSecurity_LogoutUrlGeneratorService()
  3190.     {
  3191.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3192.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3193.         return $instance;
  3194.     }
  3195.     /**
  3196.      * Gets the private 'security.role_hierarchy' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3199.      */
  3200.     protected function getSecurity_RoleHierarchyService()
  3201.     {
  3202.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3203.     }
  3204.     /**
  3205.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3206.      *
  3207.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3208.      */
  3209.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3210.     {
  3211.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3215.      *
  3216.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3217.      */
  3218.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3219.     {
  3220.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3221.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3222.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3223.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3224.     }
  3225.     /**
  3226.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3227.      *
  3228.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3229.      */
  3230.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3231.     {
  3232.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3233.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3234.             return $this->privates['sensio_framework_extra.security.listener'];
  3235.         }
  3236.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3237.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3238.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3242.      *
  3243.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3244.      */
  3245.     protected function getSensioFrameworkExtra_View_ListenerService()
  3246.     {
  3247.         $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))));
  3248.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3249.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3250.         ], [
  3251.             'twig' => '?',
  3252.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3257.      *
  3258.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3259.      */
  3260.     protected function getSerializer_NameConverter_MetadataAwareService()
  3261.     {
  3262.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3263.     }
  3264.     /**
  3265.      * Gets the private 'session_listener' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3268.      */
  3269.     protected function getSessionListenerService()
  3270.     {
  3271.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3272.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3273.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3274.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3275.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3276.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3277.         ], [
  3278.             'initialized_session' => '?',
  3279.             'logger' => '?',
  3280.             'session' => '?',
  3281.             'session_collector' => '?',
  3282.             'session_factory' => '?',
  3283.         ]), true$this->parameters['session.storage.options']);
  3284.     }
  3285.     /**
  3286.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3287.      *
  3288.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3289.      */
  3290.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3291.     {
  3292.         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()));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  3296.      *
  3297.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  3298.      */
  3299.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  3300.     {
  3301.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3302.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  3303.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  3304.         }
  3305.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3306.     }
  3307.     /**
  3308.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  3309.      *
  3310.      * @return \Gedmo\Loggable\LoggableListener
  3311.      */
  3312.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  3313.     {
  3314.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  3315.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3316.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3317.         return $instance;
  3318.     }
  3319.     /**
  3320.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  3321.      *
  3322.      * @return \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener
  3323.      */
  3324.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  3325.     {
  3326.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener();
  3327.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3328.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3329.         $instance->setDefaultLocale('de_CH');
  3330.         $instance->setTranslatableLocale('de_CH');
  3331.         $instance->setTranslationFallback(false);
  3332.         $instance->setPersistDefaultLocaleTranslation(false);
  3333.         $instance->setSkipOnLoad(false);
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the private 'translator.default' shared service.
  3338.      *
  3339.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3340.      */
  3341.     protected function getTranslator_DefaultService()
  3342.     {
  3343.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3344.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3345.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3346.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3347.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3348.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3349.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3350.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3351.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3352.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3353.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3354.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3355.         ], [
  3356.             'translation.loader.csv' => '?',
  3357.             'translation.loader.dat' => '?',
  3358.             'translation.loader.ini' => '?',
  3359.             'translation.loader.json' => '?',
  3360.             'translation.loader.mo' => '?',
  3361.             'translation.loader.php' => '?',
  3362.             'translation.loader.po' => '?',
  3363.             'translation.loader.qt' => '?',
  3364.             'translation.loader.res' => '?',
  3365.             'translation.loader.xliff' => '?',
  3366.             'translation.loader.yml' => '?',
  3367.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/translations/default.de.xlf'), => (\dirname(__DIR__4).'/translations/default.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/default.fr.xlf'), => (\dirname(__DIR__4).'/translations/default.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], '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/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], '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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 27 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/setono/cron-expression-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/nelmio/cors-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/knplabs/knp-snappy-bundle/src/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'vendor/stof/doctrine-extensions-bundle/src/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/doctrine/doctrine-migrations-bundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'vendor/symfony/maker-bundle/src/translations'23 => 'vendor/flagception/flagception-bundle/src/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'vendor/symfony/webpack-encore-bundle/src/translations'26 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'27 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'28 => 'vendor/hautelook/alice-bundle/src/translations'29 => 'vendor/setono/cron-expression-bundle/src/translations'30 => 'vendor/lexik/jwt-authentication-bundle/translations'31 => 'vendor/roothirsch/core-bundle/translations']]], []);
  3368.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3369.         $instance->setFallbackLocales([=> 'de']);
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the private 'validator.builder' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3376.      */
  3377.     protected function getValidator_BuilderService()
  3378.     {
  3379.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3380.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3381.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3382.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3383.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3384.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3385.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3386.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3387.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3388.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3389.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3390.         ], [
  3391.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3392.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3393.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3394.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3395.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3396.             'doctrine.orm.validator.unique' => '?',
  3397.             'security.validator.user_password' => '?',
  3398.             'validator.expression' => '?',
  3399.         ])));
  3400.         if ($this->has('translator')) {
  3401.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3402.         }
  3403.         $instance->setTranslationDomain('validators');
  3404.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3405.         $instance->enableAnnotationMapping(true);
  3406.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3407.         $instance->addMethodMapping('loadValidatorMetadata');
  3408.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3409.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3410.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3411.         return $instance;
  3412.     }
  3413.     /**
  3414.      * Gets the private 'var_dumper.html_dumper' shared service.
  3415.      *
  3416.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3417.      */
  3418.     protected function getVarDumper_HtmlDumperService()
  3419.     {
  3420.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3421.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3422.         return $instance;
  3423.     }
  3424.     /**
  3425.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3426.      *
  3427.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3428.      */
  3429.     protected function getVichUploader_MetadataReaderService()
  3430.     {
  3431.         $a = new \Metadata\Driver\FileLocator([]);
  3432.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3433.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3434.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3435.     }
  3436.     /**
  3437.      * Gets the private 'web_profiler.csp.handler' shared service.
  3438.      *
  3439.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3440.      */
  3441.     protected function getWebProfiler_Csp_HandlerService()
  3442.     {
  3443.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3444.     }
  3445.     /**
  3446.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3447.      *
  3448.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3449.      */
  3450.     protected function getWebProfiler_DebugToolbarService()
  3451.     {
  3452.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3453.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3454.             return $this->privates['web_profiler.debug_toolbar'];
  3455.         }
  3456.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3457.     }
  3458.     /**
  3459.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3460.      *
  3461.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3462.      */
  3463.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3464.     {
  3465.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3466.             'configurator' => ['privates''webpack_encore.entrypoint_lookup[configurator]''getWebpackEncore_EntrypointLookupconfiguratorService'true],
  3467.             'main' => ['privates''webpack_encore.entrypoint_lookup[main]''getWebpackEncore_EntrypointLookupmainService'true],
  3468.             'theme_brunex' => ['privates''webpack_encore.entrypoint_lookup[theme_brunex]''getWebpackEncore_EntrypointLookupthemeBrunexService'true],
  3469.             'theme_stf' => ['privates''webpack_encore.entrypoint_lookup[theme_stf]''getWebpackEncore_EntrypointLookupthemeStfService'true],
  3470.             'theme_sturm' => ['privates''webpack_encore.entrypoint_lookup[theme_sturm]''getWebpackEncore_EntrypointLookupthemeSturmService'true],
  3471.         ], [
  3472.             'configurator' => '?',
  3473.             'main' => '?',
  3474.             'theme_brunex' => '?',
  3475.             'theme_stf' => '?',
  3476.             'theme_sturm' => '?',
  3477.         ]));
  3478.     }
  3479.     /**
  3480.      * Gets the public 'cache_clearer' alias.
  3481.      *
  3482.      * @return object The ".container.private.cache_clearer" service.
  3483.      */
  3484.     protected function getCacheClearerService()
  3485.     {
  3486.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3487.         return $this->get('.container.private.cache_clearer');
  3488.     }
  3489.     /**
  3490.      * Gets the public 'filesystem' alias.
  3491.      *
  3492.      * @return object The ".container.private.filesystem" service.
  3493.      */
  3494.     protected function getFilesystemService()
  3495.     {
  3496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3497.         return $this->get('.container.private.filesystem');
  3498.     }
  3499.     /**
  3500.      * Gets the public 'serializer' alias.
  3501.      *
  3502.      * @return object The ".container.private.serializer" service.
  3503.      */
  3504.     protected function getSerializerService()
  3505.     {
  3506.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3507.         return $this->get('.container.private.serializer');
  3508.     }
  3509.     /**
  3510.      * Gets the public 'security.csrf.token_manager' alias.
  3511.      *
  3512.      * @return object The ".container.private.security.csrf.token_manager" service.
  3513.      */
  3514.     protected function getSecurity_Csrf_TokenManagerService()
  3515.     {
  3516.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3517.         return $this->get('.container.private.security.csrf.token_manager');
  3518.     }
  3519.     /**
  3520.      * Gets the public 'form.factory' alias.
  3521.      *
  3522.      * @return object The ".container.private.form.factory" service.
  3523.      */
  3524.     protected function getForm_FactoryService()
  3525.     {
  3526.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3527.         return $this->get('.container.private.form.factory');
  3528.     }
  3529.     /**
  3530.      * Gets the public 'form.type.file' alias.
  3531.      *
  3532.      * @return object The ".container.private.form.type.file" service.
  3533.      */
  3534.     protected function getForm_Type_FileService()
  3535.     {
  3536.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3537.         return $this->get('.container.private.form.type.file');
  3538.     }
  3539.     /**
  3540.      * Gets the public 'profiler' alias.
  3541.      *
  3542.      * @return object The ".container.private.profiler" service.
  3543.      */
  3544.     protected function getProfilerService()
  3545.     {
  3546.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3547.         return $this->get('.container.private.profiler');
  3548.     }
  3549.     /**
  3550.      * Gets the public 'twig' alias.
  3551.      *
  3552.      * @return object The ".container.private.twig" service.
  3553.      */
  3554.     protected function getTwigService()
  3555.     {
  3556.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3557.         return $this->get('.container.private.twig');
  3558.     }
  3559.     /**
  3560.      * Gets the public 'security.authorization_checker' alias.
  3561.      *
  3562.      * @return object The ".container.private.security.authorization_checker" service.
  3563.      */
  3564.     protected function getSecurity_AuthorizationCheckerService()
  3565.     {
  3566.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3567.         return $this->get('.container.private.security.authorization_checker');
  3568.     }
  3569.     /**
  3570.      * Gets the public 'security.token_storage' alias.
  3571.      *
  3572.      * @return object The ".container.private.security.token_storage" service.
  3573.      */
  3574.     protected function getSecurity_TokenStorageService()
  3575.     {
  3576.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3577.         return $this->get('.container.private.security.token_storage');
  3578.     }
  3579.     /**
  3580.      * Gets the public 'security.password_encoder' alias.
  3581.      *
  3582.      * @return object The ".container.private.security.password_encoder" service.
  3583.      */
  3584.     protected function getSecurity_PasswordEncoderService()
  3585.     {
  3586.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3587.         return $this->get('.container.private.security.password_encoder');
  3588.     }
  3589.     /**
  3590.      * Gets the public 'session' alias.
  3591.      *
  3592.      * @return object The ".container.private.session" service.
  3593.      */
  3594.     protected function getSessionService()
  3595.     {
  3596.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3597.         return $this->get('.container.private.session');
  3598.     }
  3599.     /**
  3600.      * Gets the public 'validator' alias.
  3601.      *
  3602.      * @return object The ".container.private.validator" service.
  3603.      */
  3604.     protected function getValidatorService()
  3605.     {
  3606.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3607.         return $this->get('.container.private.validator');
  3608.     }
  3609.     /**
  3610.      * @return array|bool|float|int|string|\UnitEnum|null
  3611.      */
  3612.     public function getParameter(string $name)
  3613.     {
  3614.         if (isset($this->buildParameters[$name])) {
  3615.             return $this->buildParameters[$name];
  3616.         }
  3617.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3618.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3619.         }
  3620.         if (isset($this->loadedDynamicParameters[$name])) {
  3621.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3622.         }
  3623.         return $this->parameters[$name];
  3624.     }
  3625.     public function hasParameter(string $name): bool
  3626.     {
  3627.         if (isset($this->buildParameters[$name])) {
  3628.             return true;
  3629.         }
  3630.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3631.     }
  3632.     public function setParameter(string $name$value): void
  3633.     {
  3634.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3635.     }
  3636.     public function getParameterBag(): ParameterBagInterface
  3637.     {
  3638.         if (null === $this->parameterBag) {
  3639.             $parameters $this->parameters;
  3640.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3641.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3642.             }
  3643.             foreach ($this->buildParameters as $name => $value) {
  3644.                 $parameters[$name] = $value;
  3645.             }
  3646.             $this->parameterBag = new FrozenParameterBag($parameters);
  3647.         }
  3648.         return $this->parameterBag;
  3649.     }
  3650.     private $loadedDynamicParameters = [
  3651.         'kernel.runtime_environment' => false,
  3652.         'kernel.build_dir' => false,
  3653.         'kernel.cache_dir' => false,
  3654.         'kernel.secret' => false,
  3655.         'debug.container.dump' => false,
  3656.         'serializer.mapping.cache.file' => false,
  3657.         'validator.mapping.cache.file' => false,
  3658.         'profiler.storage.dsn' => false,
  3659.         'doctrine.orm.proxy_dir' => false,
  3660.         'knp_snappy.pdf.binary' => false,
  3661.         'knp_snappy.image.binary' => false,
  3662.         'swiftmailer.spool.default.memory.path' => false,
  3663.         'lexik_jwt_authentication.pass_phrase' => false,
  3664.     ];
  3665.     private $dynamicParameters = [];
  3666.     private function getDynamicParameter(string $name)
  3667.     {
  3668.         switch ($name) {
  3669.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3670.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3671.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3672.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3673.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3674.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3675.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3676.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3677.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3678.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3679.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3680.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3681.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3682.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3683.         }
  3684.         $this->loadedDynamicParameters[$name] = true;
  3685.         return $this->dynamicParameters[$name] = $value;
  3686.     }
  3687.     protected function getDefaultParameters(): array
  3688.     {
  3689.         return [
  3690.             'kernel.project_dir' => \dirname(__DIR__4),
  3691.             'kernel.environment' => 'dev',
  3692.             'kernel.debug' => true,
  3693.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3694.             'kernel.bundles' => [
  3695.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3696.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3697.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3698.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3699.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3700.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3701.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3702.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3703.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3704.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3705.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3706.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3707.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3708.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3709.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3710.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3711.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  3712.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3713.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3714.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3715.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3716.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  3717.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  3718.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  3719.                 'SetonoCronExpressionBundle' => 'Setono\\CronExpressionBundle\\SetonoCronExpressionBundle',
  3720.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3721.                 'RoothirschCoreBundle' => 'Roothirsch\\CoreBundle\\RoothirschCoreBundle',
  3722.             ],
  3723.             'kernel.bundles_metadata' => [
  3724.                 'FrameworkBundle' => [
  3725.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3726.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3727.                 ],
  3728.                 'NelmioCorsBundle' => [
  3729.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3730.                     'namespace' => 'Nelmio\\CorsBundle',
  3731.                 ],
  3732.                 'TwigBundle' => [
  3733.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3734.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3735.                 ],
  3736.                 'SecurityBundle' => [
  3737.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3738.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3739.                 ],
  3740.                 'ApiPlatformBundle' => [
  3741.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3742.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3743.                 ],
  3744.                 'DoctrineBundle' => [
  3745.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3746.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3747.                 ],
  3748.                 'KnpSnappyBundle' => [
  3749.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3750.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3751.                 ],
  3752.                 'SensioFrameworkExtraBundle' => [
  3753.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3754.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3755.                 ],
  3756.                 'StofDoctrineExtensionsBundle' => [
  3757.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3758.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3759.                 ],
  3760.                 'WebProfilerBundle' => [
  3761.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3762.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3763.                 ],
  3764.                 'MonologBundle' => [
  3765.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3766.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3767.                 ],
  3768.                 'DebugBundle' => [
  3769.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3770.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3771.                 ],
  3772.                 'DoctrineMigrationsBundle' => [
  3773.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3774.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3775.                 ],
  3776.                 'SwiftmailerBundle' => [
  3777.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3778.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3779.                 ],
  3780.                 'MakerBundle' => [
  3781.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3782.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3783.                 ],
  3784.                 'VichUploaderBundle' => [
  3785.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3786.                     'namespace' => 'Vich\\UploaderBundle',
  3787.                 ],
  3788.                 'FlagceptionBundle' => [
  3789.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  3790.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  3791.                 ],
  3792.                 'EasyAdminBundle' => [
  3793.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3794.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3795.                 ],
  3796.                 'TwigExtraBundle' => [
  3797.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3798.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3799.                 ],
  3800.                 'SymfonyCastsResetPasswordBundle' => [
  3801.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3802.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3803.                 ],
  3804.                 'WebpackEncoreBundle' => [
  3805.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3806.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3807.                 ],
  3808.                 'NelmioAliceBundle' => [
  3809.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  3810.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  3811.                 ],
  3812.                 'FidryAliceDataFixturesBundle' => [
  3813.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  3814.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  3815.                 ],
  3816.                 'HautelookAliceBundle' => [
  3817.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  3818.                     'namespace' => 'Hautelook\\AliceBundle',
  3819.                 ],
  3820.                 'SetonoCronExpressionBundle' => [
  3821.                     'path' => (\dirname(__DIR__4).'/vendor/setono/cron-expression-bundle/src'),
  3822.                     'namespace' => 'Setono\\CronExpressionBundle',
  3823.                 ],
  3824.                 'LexikJWTAuthenticationBundle' => [
  3825.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3826.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3827.                 ],
  3828.                 'RoothirschCoreBundle' => [
  3829.                     'path' => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle'),
  3830.                     'namespace' => 'Roothirsch\\CoreBundle',
  3831.                 ],
  3832.             ],
  3833.             'kernel.charset' => 'UTF-8',
  3834.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3835.             'container.autowiring.strict_mode' => true,
  3836.             'container.dumper.inline_class_loader' => true,
  3837.             'env(DATABASE_URL)' => 'mysql://root:root@127.0.0.1:3306/my_brunex_ch',
  3838.             'locale' => 'de',
  3839.             'event_dispatcher.event_aliases' => [
  3840.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3841.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3842.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3843.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3844.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3845.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3846.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3847.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3848.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3849.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3850.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3851.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3852.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3853.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3854.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3855.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3856.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3857.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3858.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3859.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3860.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3861.             ],
  3862.             'fragment.renderer.hinclude.global_template' => NULL,
  3863.             'fragment.path' => '/_fragment',
  3864.             'kernel.http_method_override' => true,
  3865.             'kernel.trusted_hosts' => [
  3866.             ],
  3867.             'kernel.default_locale' => 'de',
  3868.             'kernel.enabled_locales' => [
  3869.             ],
  3870.             'kernel.error_controller' => 'error_controller',
  3871.             'debug.file_link_format' => NULL,
  3872.             'asset.request_context.base_path' => NULL,
  3873.             'asset.request_context.secure' => NULL,
  3874.             'translator.logging' => false,
  3875.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3876.             'debug.error_handler.throw_at' => -1,
  3877.             'router.request_context.host' => 'localhost',
  3878.             'router.request_context.scheme' => 'http',
  3879.             'router.request_context.base_url' => '',
  3880.             'router.resource' => 'kernel::loadRoutes',
  3881.             'request_listener.http_port' => 80,
  3882.             'request_listener.https_port' => 443,
  3883.             'session.metadata.storage_key' => '_sf2_meta',
  3884.             'session.storage.options' => [
  3885.                 'cache_limiter' => '0',
  3886.                 'cookie_httponly' => true,
  3887.                 'gc_probability' => 1,
  3888.             ],
  3889.             'session.save_path' => NULL,
  3890.             'session.metadata.update_threshold' => 0,
  3891.             'form.type_extension.csrf.enabled' => true,
  3892.             'form.type_extension.csrf.field_name' => '_token',
  3893.             'validator.translation_domain' => 'validators',
  3894.             'profiler_listener.only_exceptions' => false,
  3895.             'profiler_listener.only_main_requests' => false,
  3896.             'nelmio_cors.map' => [
  3897.                 '^/api/' => [
  3898.                     'skip_same_as_origin' => true,
  3899.                 ],
  3900.                 '^/' => [
  3901.                     'skip_same_as_origin' => true,
  3902.                 ],
  3903.             ],
  3904.             'nelmio_cors.defaults' => [
  3905.                 'allow_origin' => [
  3906.                     => '^https?://.*brunex\\.ch$',
  3907.                 ],
  3908.                 'allow_credentials' => false,
  3909.                 'allow_headers' => true,
  3910.                 'expose_headers' => [
  3911.                 ],
  3912.                 'allow_methods' => [
  3913.                     => 'POST',
  3914.                     => 'PUT',
  3915.                     => 'GET',
  3916.                     => 'DELETE',
  3917.                 ],
  3918.                 'max_age' => 0,
  3919.                 'hosts' => [
  3920.                     => '.*',
  3921.                 ],
  3922.                 'origin_regex' => false,
  3923.                 'forced_allow_origin_value' => '*',
  3924.                 'skip_same_as_origin' => true,
  3925.             ],
  3926.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3927.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3928.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3929.             'twig.form.resources' => [
  3930.                 => '@VichUploader/Form/fields.html.twig',
  3931.                 => 'form_div_layout.html.twig',
  3932.                 => 'form/types/icon_picker.html.twig',
  3933.                 => 'form/types/ea_fileupload_widget.html.twig',
  3934.                 => 'form/types/translatable.html.twig',
  3935.                 => '@EasyAdmin/symfony-form-themes/bootstrap_5_layout.html.twig',
  3936.             ],
  3937.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3938.             'security.role_hierarchy.roles' => [
  3939.                 'ROLE_ADMIN' => [
  3940.                     => 'ROLE_MANAGER',
  3941.                 ],
  3942.                 'ROLE_MANAGER' => [
  3943.                     => 'ROLE_USER',
  3944.                 ],
  3945.             ],
  3946.             'security.access.denied_url' => NULL,
  3947.             'security.authentication.manager.erase_credentials' => true,
  3948.             'security.authentication.session_strategy.strategy' => 'migrate',
  3949.             'security.access.always_authenticate_before_granting' => false,
  3950.             'security.authentication.hide_user_not_found' => true,
  3951.             'security.firewalls' => [
  3952.                 => 'dev',
  3953.                 => 'api_login',
  3954.                 => 'api',
  3955.                 => 'main',
  3956.             ],
  3957.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3958.             'api_platform.metadata_backward_compatibility_layer' => true,
  3959.             'api_platform.enable_entrypoint' => true,
  3960.             'api_platform.enable_docs' => true,
  3961.             'api_platform.title' => '',
  3962.             'api_platform.description' => '',
  3963.             'api_platform.version' => '0.0.0',
  3964.             'api_platform.show_webby' => true,
  3965.             'api_platform.url_generation_strategy' => 1,
  3966.             'api_platform.exception_to_status' => [
  3967.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3968.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3969.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3970.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3971.             ],
  3972.             'api_platform.formats' => [
  3973.                 'jsonld' => [
  3974.                     => 'application/ld+json',
  3975.                 ],
  3976.                 'json' => [
  3977.                     => 'application/json',
  3978.                 ],
  3979.                 'html' => [
  3980.                     => 'text/html',
  3981.                 ],
  3982.                 'xml' => [
  3983.                     => 'application/xml',
  3984.                 ],
  3985.             ],
  3986.             'api_platform.patch_formats' => [
  3987.             ],
  3988.             'api_platform.error_formats' => [
  3989.                 'jsonproblem' => [
  3990.                     => 'application/problem+json',
  3991.                 ],
  3992.                 'jsonld' => [
  3993.                     => 'application/ld+json',
  3994.                 ],
  3995.             ],
  3996.             'api_platform.allow_plain_identifiers' => false,
  3997.             'api_platform.eager_loading.enabled' => true,
  3998.             'api_platform.eager_loading.max_joins' => 300,
  3999.             'api_platform.eager_loading.fetch_partial' => false,
  4000.             'api_platform.eager_loading.force_eager' => true,
  4001.             'api_platform.collection.exists_parameter_name' => 'exists',
  4002.             'api_platform.collection.order' => 'ASC',
  4003.             'api_platform.collection.order_parameter_name' => 'order',
  4004.             'api_platform.collection.order_nulls_comparison' => NULL,
  4005.             'api_platform.collection.pagination.enabled' => true,
  4006.             'api_platform.collection.pagination.partial' => false,
  4007.             'api_platform.collection.pagination.client_enabled' => false,
  4008.             'api_platform.collection.pagination.client_items_per_page' => true,
  4009.             'api_platform.collection.pagination.client_partial' => false,
  4010.             'api_platform.collection.pagination.items_per_page' => 30,
  4011.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4012.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4013.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4014.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'limit',
  4015.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4016.             'api_platform.collection.pagination' => [
  4017.                 'client_items_per_page' => true,
  4018.                 'items_per_page_parameter_name' => 'limit',
  4019.                 'enabled' => true,
  4020.                 'partial' => false,
  4021.                 'client_enabled' => false,
  4022.                 'client_partial' => false,
  4023.                 'items_per_page' => 30,
  4024.                 'maximum_items_per_page' => NULL,
  4025.                 'page_parameter_name' => 'page',
  4026.                 'enabled_parameter_name' => 'pagination',
  4027.                 'partial_parameter_name' => 'partial',
  4028.             ],
  4029.             'api_platform.http_cache.etag' => true,
  4030.             'api_platform.http_cache.max_age' => NULL,
  4031.             'api_platform.http_cache.shared_max_age' => NULL,
  4032.             'api_platform.http_cache.vary' => [
  4033.                 => 'Accept',
  4034.             ],
  4035.             'api_platform.http_cache.public' => NULL,
  4036.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4037.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4038.             'api_platform.asset_package' => NULL,
  4039.             'api_platform.defaults' => [
  4040.                 'attributes' => [
  4041.                 ],
  4042.             ],
  4043.             'api_platform.resource_class_directories' => [
  4044.                 => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Entity'),
  4045.                 => (\dirname(__DIR__4).'/src/Entity'),
  4046.                 => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'),
  4047.                 => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Menu/Entity'),
  4048.                 => (\dirname(__DIR__4).'/vendor/roothirsch/pim-bundle/Entity'),
  4049.                 => (\dirname(__DIR__4).'/vendor/roothirsch/dam-bundle/Entity'),
  4050.                 => (\dirname(__DIR__4).'/vendor/roothirsch/shop-bundle/Entity'),
  4051.                 => (\dirname(__DIR__4).'/vendor/roothirsch/declaration-bundle/Entity'),
  4052.             ],
  4053.             'api_platform.oauth.enabled' => false,
  4054.             'api_platform.oauth.clientId' => '',
  4055.             'api_platform.oauth.clientSecret' => '',
  4056.             'api_platform.oauth.type' => 'oauth2',
  4057.             'api_platform.oauth.flow' => 'application',
  4058.             'api_platform.oauth.tokenUrl' => '',
  4059.             'api_platform.oauth.authorizationUrl' => '',
  4060.             'api_platform.oauth.refreshUrl' => '',
  4061.             'api_platform.oauth.scopes' => [
  4062.             ],
  4063.             'api_platform.oauth.pkce' => false,
  4064.             'api_platform.openapi.termsOfService' => NULL,
  4065.             'api_platform.openapi.contact.name' => NULL,
  4066.             'api_platform.openapi.contact.url' => NULL,
  4067.             'api_platform.openapi.contact.email' => NULL,
  4068.             'api_platform.openapi.license.name' => NULL,
  4069.             'api_platform.openapi.license.url' => NULL,
  4070.             'api_platform.swagger.versions' => [
  4071.                 => 2,
  4072.                 => 3,
  4073.             ],
  4074.             'api_platform.enable_swagger_ui' => true,
  4075.             'api_platform.enable_re_doc' => true,
  4076.             'api_platform.swagger.api_keys' => [
  4077.                 'JWT' => [
  4078.                     'name' => 'Authorization',
  4079.                     'type' => 'header',
  4080.                 ],
  4081.             ],
  4082.             'api_platform.swagger_ui.extra_configuration' => [
  4083.             ],
  4084.             'api_platform.graphql.enabled' => false,
  4085.             'api_platform.graphql.graphiql.enabled' => false,
  4086.             'api_platform.graphql.graphql_playground.enabled' => false,
  4087.             'api_platform.graphql.collection.pagination' => [
  4088.                 'enabled' => true,
  4089.             ],
  4090.             'api_platform.validator.serialize_payload_fields' => [
  4091.             ],
  4092.             'api_platform.validator.query_parameter_validation' => true,
  4093.             'api_platform.elasticsearch.enabled' => false,
  4094.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4095.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4096.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4097.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4098.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4099.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4100.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4101.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4102.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4103.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4104.             'doctrine.entity_managers' => [
  4105.                 'default' => 'doctrine.orm.default_entity_manager',
  4106.             ],
  4107.             'doctrine.default_entity_manager' => 'default',
  4108.             'doctrine.dbal.connection_factory.types' => [
  4109.                 'cron_expression' => [
  4110.                     'class' => 'Setono\\CronExpressionBundle\\Doctrine\\DBAL\\Types\\CronExpressionType',
  4111.                 ],
  4112.                 'uuid' => [
  4113.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4114.                 ],
  4115.                 'ulid' => [
  4116.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4117.                 ],
  4118.             ],
  4119.             'doctrine.connections' => [
  4120.                 'default' => 'doctrine.dbal.default_connection',
  4121.             ],
  4122.             'doctrine.default_connection' => 'default',
  4123.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4124.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4125.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4126.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4127.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4128.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4129.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4130.             'doctrine.orm.cache.memcache_port' => 11211,
  4131.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4132.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4133.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4134.             'doctrine.orm.cache.memcached_port' => 11211,
  4135.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4136.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4137.             'doctrine.orm.cache.redis_host' => 'localhost',
  4138.             'doctrine.orm.cache.redis_port' => 6379,
  4139.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4140.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4141.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4142.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4143.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4144.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4145.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4146.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4147.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4148.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4149.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4150.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4151.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4152.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4153.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4154.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4155.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4156.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4157.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4158.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4159.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4160.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4161.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4162.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4163.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4164.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4165.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4166.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4167.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4168.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4169.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4170.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4171.             'knp_snappy.pdf.options' => [
  4172.             ],
  4173.             'knp_snappy.pdf.env' => [
  4174.             ],
  4175.             'knp_snappy.image.options' => [
  4176.             ],
  4177.             'knp_snappy.image.env' => [
  4178.             ],
  4179.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4180.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  4181.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4182.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4183.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4184.             'stof_doctrine_extensions.listener.translatable.class' => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener',
  4185.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4186.             'stof_doctrine_extensions.default_locale' => 'de_CH',
  4187.             'stof_doctrine_extensions.translation_fallback' => false,
  4188.             'stof_doctrine_extensions.persist_default_translation' => false,
  4189.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4190.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4191.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4192.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4193.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4194.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4195.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4196.             'web_profiler.debug_toolbar.mode' => 2,
  4197.             'monolog.use_microseconds' => true,
  4198.             'monolog.swift_mailer.handlers' => [
  4199.             ],
  4200.             'monolog.handlers_to_channels' => [
  4201.                 'monolog.handler.console' => [
  4202.                     'type' => 'exclusive',
  4203.                     'elements' => [
  4204.                         => 'event',
  4205.                         => 'doctrine',
  4206.                         => 'console',
  4207.                     ],
  4208.                 ],
  4209.                 'monolog.handler.main' => [
  4210.                     'type' => 'exclusive',
  4211.                     'elements' => [
  4212.                         => 'event',
  4213.                     ],
  4214.                 ],
  4215.             ],
  4216.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4217.             'doctrine.migrations.preferred_em' => 'default',
  4218.             'doctrine.migrations.preferred_connection' => NULL,
  4219.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4220.             'swiftmailer.mailer.default.spool.enabled' => true,
  4221.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4222.             'swiftmailer.mailer.default.single_address' => NULL,
  4223.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4224.             'swiftmailer.spool.enabled' => true,
  4225.             'swiftmailer.delivery.enabled' => true,
  4226.             'swiftmailer.single_address' => NULL,
  4227.             'swiftmailer.mailers' => [
  4228.                 'default' => 'swiftmailer.mailer.default',
  4229.             ],
  4230.             'swiftmailer.default_mailer' => 'default',
  4231.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4232.             'vich_uploader.mappings' => [
  4233.                 'company_logo' => [
  4234.                     'uri_prefix' => '/uploads/company/logo',
  4235.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/company/logo'),
  4236.                     'inject_on_load' => false,
  4237.                     'delete_on_update' => true,
  4238.                     'delete_on_remove' => true,
  4239.                     'namer' => [
  4240.                         'service' => NULL,
  4241.                         'options' => NULL,
  4242.                     ],
  4243.                     'directory_namer' => [
  4244.                         'service' => NULL,
  4245.                         'options' => NULL,
  4246.                     ],
  4247.                     'db_driver' => 'orm',
  4248.                 ],
  4249.                 'feedback_file' => [
  4250.                     'uri_prefix' => '/uploads/feedback/files',
  4251.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/feedback/files'),
  4252.                     'inject_on_load' => false,
  4253.                     'delete_on_update' => true,
  4254.                     'delete_on_remove' => true,
  4255.                     'namer' => [
  4256.                         'service' => NULL,
  4257.                         'options' => NULL,
  4258.                     ],
  4259.                     'directory_namer' => [
  4260.                         'service' => NULL,
  4261.                         'options' => NULL,
  4262.                     ],
  4263.                     'db_driver' => 'orm',
  4264.                 ],
  4265.                 'estimate_file' => [
  4266.                     'uri_prefix' => '/uploads/estimate/file',
  4267.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/estimate/file'),
  4268.                     'inject_on_load' => false,
  4269.                     'delete_on_update' => true,
  4270.                     'delete_on_remove' => true,
  4271.                     'namer' => [
  4272.                         'service' => NULL,
  4273.                         'options' => NULL,
  4274.                     ],
  4275.                     'directory_namer' => [
  4276.                         'service' => NULL,
  4277.                         'options' => NULL,
  4278.                     ],
  4279.                     'db_driver' => 'orm',
  4280.                 ],
  4281.                 'estimate_item_file' => [
  4282.                     'uri_prefix' => '/uploads/estimate_item/file',
  4283.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/estimate_item/file'),
  4284.                     'inject_on_load' => false,
  4285.                     'delete_on_update' => true,
  4286.                     'delete_on_remove' => true,
  4287.                     'namer' => [
  4288.                         'service' => NULL,
  4289.                         'options' => NULL,
  4290.                     ],
  4291.                     'directory_namer' => [
  4292.                         'service' => NULL,
  4293.                         'options' => NULL,
  4294.                     ],
  4295.                     'db_driver' => 'orm',
  4296.                 ],
  4297.             ],
  4298.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4299.             'easyadmin.config' => [
  4300.             ],
  4301.             'nelmio_alice.functions_blacklist' => [
  4302.                 => 'current',
  4303.                 => 'shuffle',
  4304.                 => 'date',
  4305.                 => 'time',
  4306.                 => 'file',
  4307.                 => 'md5',
  4308.                 => 'sha1',
  4309.             ],
  4310.             'nelmio_alice.locale' => 'en_US',
  4311.             'nelmio_alice.seed' => 1,
  4312.             'nelmio_alice.loading_limit' => 5,
  4313.             'nelmio_alice.max_unique_values_retry' => 150,
  4314.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  4315.             'hautelook_alice.fixtures_path' => [
  4316.                 => 'fixtures',
  4317.                 => 'fixtures',
  4318.             ],
  4319.             'hautelook_alice.root_dirs' => [
  4320.                 => \dirname(__DIR__4),
  4321.                 => (\dirname(__DIR__4).'/vendor/roothirsch/core-bundle/Resources'),
  4322.             ],
  4323.             'lexik_jwt_authentication.token_ttl' => 36000,
  4324.             'lexik_jwt_authentication.clock_skew' => 0,
  4325.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4326.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4327.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4328.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4329.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4330.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4331.             'data_collector.templates' => [
  4332.                 'data_collector.request' => [
  4333.                     => 'request',
  4334.                     => '@WebProfiler/Collector/request.html.twig',
  4335.                 ],
  4336.                 'api_platform.data_collector.request' => [
  4337.                     => 'api_platform.data_collector.request',
  4338.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  4339.                 ],
  4340.                 'data_collector.time' => [
  4341.                     => 'time',
  4342.                     => '@WebProfiler/Collector/time.html.twig',
  4343.                 ],
  4344.                 'data_collector.memory' => [
  4345.                     => 'memory',
  4346.                     => '@WebProfiler/Collector/memory.html.twig',
  4347.                 ],
  4348.                 'data_collector.validator' => [
  4349.                     => 'validator',
  4350.                     => '@WebProfiler/Collector/validator.html.twig',
  4351.                 ],
  4352.                 'data_collector.ajax' => [
  4353.                     => 'ajax',
  4354.                     => '@WebProfiler/Collector/ajax.html.twig',
  4355.                 ],
  4356.                 'data_collector.form' => [
  4357.                     => 'form',
  4358.                     => '@WebProfiler/Collector/form.html.twig',
  4359.                 ],
  4360.                 'data_collector.exception' => [
  4361.                     => 'exception',
  4362.                     => '@WebProfiler/Collector/exception.html.twig',
  4363.                 ],
  4364.                 'data_collector.logger' => [
  4365.                     => 'logger',
  4366.                     => '@WebProfiler/Collector/logger.html.twig',
  4367.                 ],
  4368.                 'data_collector.events' => [
  4369.                     => 'events',
  4370.                     => '@WebProfiler/Collector/events.html.twig',
  4371.                 ],
  4372.                 'data_collector.router' => [
  4373.                     => 'router',
  4374.                     => '@WebProfiler/Collector/router.html.twig',
  4375.                 ],
  4376.                 'data_collector.cache' => [
  4377.                     => 'cache',
  4378.                     => '@WebProfiler/Collector/cache.html.twig',
  4379.                 ],
  4380.                 'data_collector.translation' => [
  4381.                     => 'translation',
  4382.                     => '@WebProfiler/Collector/translation.html.twig',
  4383.                 ],
  4384.                 'data_collector.security' => [
  4385.                     => 'security',
  4386.                     => '@Security/Collector/security.html.twig',
  4387.                 ],
  4388.                 'data_collector.twig' => [
  4389.                     => 'twig',
  4390.                     => '@WebProfiler/Collector/twig.html.twig',
  4391.                 ],
  4392.                 'data_collector.doctrine' => [
  4393.                     => 'db',
  4394.                     => '@Doctrine/Collector/db.html.twig',
  4395.                 ],
  4396.                 'swiftmailer.data_collector' => [
  4397.                     => 'swiftmailer',
  4398.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4399.                 ],
  4400.                 'data_collector.dump' => [
  4401.                     => 'dump',
  4402.                     => '@Debug/Profiler/dump.html.twig',
  4403.                 ],
  4404.                 'mailer.data_collector' => [
  4405.                     => 'mailer',
  4406.                     => '@WebProfiler/Collector/mailer.html.twig',
  4407.                 ],
  4408.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4409.                     => 'vich_uploader.mapping_collector',
  4410.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4411.                 ],
  4412.                 'flagception.profiler.feature_data_collector' => [
  4413.                     => 'flagception',
  4414.                     => '@Flagception/profiler/layout.html.twig',
  4415.                 ],
  4416.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4417.                     => 'easyadmin',
  4418.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  4419.                 ],
  4420.                 'data_collector.config' => [
  4421.                     => 'config',
  4422.                     => '@WebProfiler/Collector/config.html.twig',
  4423.                 ],
  4424.             ],
  4425.             'console.command.ids' => [
  4426.                 => 'console.command.public_alias.App\\Configurator\\Commands\\DataUpdateCommand',
  4427.             ],
  4428.         ];
  4429.     }
  4430.     protected function throw($message)
  4431.     {
  4432.         throw new RuntimeException($message);
  4433.     }
  4434. }