var/cache/dev/ContainerXocBRQE/App_KernelDevDebugContainer.php line 681

Open in your IDE?
  1. <?php
  2. namespace ContainerXocBRQE;
  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.serializer' => 'get_Container_Private_SerializerService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'security.token_storage' => 'getSecurity_TokenStorageService',
  50.             'translator' => 'getTranslatorService',
  51.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  52.             'cache_clearer' => 'getCacheClearerService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'serializer' => 'getSerializerService',
  55.             'form.factory' => 'getForm_FactoryService',
  56.             'form.type.file' => 'getForm_Type_FileService',
  57.             'profiler' => 'getProfilerService',
  58.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  59.             'twig' => 'getTwigService',
  60.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  61.             'validator' => 'getValidatorService',
  62.         ];
  63.         $this->fileMap = [
  64.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  65.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  66.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  67.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  68.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  69.             'App\\Controller\\CallController' => 'getCallControllerService',
  70.             'App\\Controller\\CustomerController' => 'getCustomerControllerService',
  71.             'App\\Controller\\Index' => 'getIndexService',
  72.             'App\\Controller\\OfficeController' => 'getOfficeControllerService',
  73.             'App\\Controller\\OrderController' => 'getOrderControllerService',
  74.             'App\\Controller\\OrderItemController' => 'getOrderItemControllerService',
  75.             'App\\Controller\\ProductController' => 'getProductControllerService',
  76.             'App\\Controller\\ReminderController' => 'getReminderControllerService',
  77.             'App\\Controller\\UserController' => 'getUserControllerService',
  78.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  79.             'Faker\\Generator' => 'getGeneratorService',
  80.             'SimpleThings\\EntityAudit\\Action\\CompareAction' => 'getCompareActionService',
  81.             'SimpleThings\\EntityAudit\\Action\\IndexAction' => 'getIndexActionService',
  82.             'SimpleThings\\EntityAudit\\Action\\ViewDetailAction' => 'getViewDetailActionService',
  83.             'SimpleThings\\EntityAudit\\Action\\ViewEntityAction' => 'getViewEntityActionService',
  84.             'SimpleThings\\EntityAudit\\Action\\ViewRevisionAction' => 'getViewRevisionActionService',
  85.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  86.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  87.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  88.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  89.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  90.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  91.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  92.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  93.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  94.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  95.             'cache.app_clearer' => 'getCache_AppClearerService',
  96.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  97.             'cache.system_clearer' => 'getCache_SystemClearerService',
  98.             'cache_warmer' => 'getCacheWarmerService',
  99.             'console.command_loader' => 'getConsole_CommandLoaderService',
  100.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101.             'error_controller' => 'getErrorControllerService',
  102.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  103.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  104.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  105.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  106.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  107.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  108.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  109.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  110.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  111.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  112.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  113.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  114.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  115.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  116.             'monolog.logger.db' => 'getMonolog_Logger_DbService',
  117.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  118.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  119.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  120.             'routing.loader' => 'getRouting_LoaderService',
  121.             'services_resetter' => 'getServicesResetterService',
  122.             'simplethings_entityaudit.config' => 'getSimplethingsEntityaudit_ConfigService',
  123.             'simplethings_entityaudit.manager' => 'getSimplethingsEntityaudit_ManagerService',
  124.             'simplethings_entityaudit.reader' => 'getSimplethingsEntityaudit_ReaderService',
  125.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  126.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  127.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  128.         ];
  129.         $this->aliases = [
  130.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  131.             'App\\Kernel' => 'kernel',
  132.             'SimpleThings\\EntityAudit\\AuditManager' => 'simplethings_entityaudit.manager',
  133.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  134.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  135.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  136.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  137.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  138.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  139.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  140.             'database_connection' => 'doctrine.dbal.default_connection',
  141.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  142.         ];
  143.         $this->privates['service_container'] = function () {
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  150.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  151.             include_once \dirname(__DIR__4).'/src/EventListener/BooleanAwareFilterConfigurator.php';
  152.             include_once \dirname(__DIR__4).'/src/EventListener/CustomerIsactiveAwareFilterConfigurator.php';
  153.             include_once \dirname(__DIR__4).'/src/EventListener/DateAwareFilterConfigurator.php';
  154.             include_once \dirname(__DIR__4).'/src/EventListener/OfficeAwareFilterConfigurator.php';
  155.             include_once \dirname(__DIR__4).'/src/EventListener/UserAwareFilterConfigurator.php';
  156.             include_once \dirname(__DIR__4).'/src/EventListener/UserNoRoleAwareFilterConfigurator.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  198.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  365.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  382.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  384.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  643.         };
  644.     }
  645.     public function compile(): void
  646.     {
  647.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  648.     }
  649.     public function isCompiled(): bool
  650.     {
  651.         return true;
  652.     }
  653.     public function getRemovedIds(): array
  654.     {
  655.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  656.     }
  657.     protected function load($file$lazyLoad true)
  658.     {
  659.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  660.             return $class::do($this$lazyLoad);
  661.         }
  662.         if ('.' === $file[-4]) {
  663.             $class substr($class0, -4);
  664.         } else {
  665.             $file .= '.php';
  666.         }
  667.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  668.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  669.     }
  670.     protected function createProxy($class\Closure $factory)
  671.     {
  672.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  673.         return $factory();
  674.     }
  675.     /**
  676.      * Gets the public '.container.private.profiler' shared service.
  677.      *
  678.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  679.      */
  680.     protected function get_Container_Private_ProfilerService()
  681.     {
  682.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  683.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  684.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  685.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  686.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  687.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  688.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  689.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  690.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  691.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  692.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  693.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  694.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  695.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  696.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  697.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  698.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  699.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  700.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  701.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  702.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  703.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  704.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  705.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  706.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  707.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  708.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  709.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  710.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  711.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  712.         if ($this->has('kernel')) {
  713.             $g->setKernel($b);
  714.         }
  715.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  716.         $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())));
  717.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  718.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  719.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  720.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  721.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  724.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  725.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  726.         $instance->add($d);
  727.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  728.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.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));
  729.         $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())));
  730.         $instance->add($e);
  731.         $instance->add($f);
  732.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  733.         $instance->add($g);
  734.         return $instance;
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.security.authorization_checker' shared service.
  738.      *
  739.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  740.      */
  741.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  742.     {
  743.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.serializer' shared service.
  747.      *
  748.      * @return \Symfony\Component\Serializer\Serializer
  749.      */
  750.     protected function get_Container_Private_SerializerService()
  751.     {
  752.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  753.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  754.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  755.         $d = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  756.         $e = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($d);
  757.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  758.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  759.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  760.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  761.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  762.         $k = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($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$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $jtrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $d));
  763.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  764.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  765.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  766.         $o = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  767.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  768.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  769.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  770.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  771.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$a$b$sNULL, []);
  772.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => $e=> $k=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $e=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($f$g$h$nNULL$l$j$m), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($f$o$l), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ltrue), 10 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($f$g$h$o$n$p$a$m$q, [], new RewindableGenerator(function () {
  773.             return new \EmptyIterator();
  774.         }, 0), $r), 14 => new \ApiPlatform\Core\Serializer\ItemNormalizer($g$h$o$n$a$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  775.             return new \EmptyIterator();
  776.         }, 0), $f$r), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 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$b$sNULL, [])), 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 \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($p$n$o), 'page''pagination'$f$a), $f$n$i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($t$o$p), 26 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.twig' shared service.
  780.      *
  781.      * @return \Twig\Environment
  782.      */
  783.     protected function get_Container_Private_TwigService()
  784.     {
  785.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/simplethings/entity-audit-bundle/src/Resources/views'), 'SimpleThingsEntityAudit');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/simplethings/entity-audit-bundle/src/Resources/views'), '!SimpleThingsEntityAudit');
  800.         $a->addPath((\dirname(__DIR__4).'/templates'));
  801.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  802.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  803.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  804.         $c = ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
  805.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  806.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  807.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  808.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  809.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  810.         $h = new \Symfony\Bridge\Twig\AppVariable();
  811.         $h->setEnvironment('dev');
  812.         $h->setDebug(true);
  813.         if ($this->has('security.token_storage')) {
  814.             $h->setTokenStorage($c);
  815.         }
  816.         if ($this->has('request_stack')) {
  817.             $h->setRequestStack($b);
  818.         }
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  820.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  834.         $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())));
  835.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  836.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  837.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  838.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  839.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  840.         ], [
  841.             'webpack_encore.entrypoint_lookup_collection' => '?',
  842.             'webpack_encore.tag_renderer' => '?',
  843.         ])));
  844.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  845.         $instance->addGlobal('app'$h);
  846.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  847.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  848.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  849.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  850.         ], [
  851.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  852.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  853.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  854.         ])));
  855.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  856.         return $instance;
  857.     }
  858.     /**
  859.      * Gets the public '.container.private.validator' shared service.
  860.      *
  861.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  862.      */
  863.     protected function get_Container_Private_ValidatorService()
  864.     {
  865.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  866.     }
  867.     /**
  868.      * Gets the public 'cache.app' shared service.
  869.      *
  870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  871.      */
  872.     protected function getCache_AppService()
  873.     {
  874.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('DJpS3eAe2c'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  875.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  876.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  877.     }
  878.     /**
  879.      * Gets the public 'cache.system' shared service.
  880.      *
  881.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  882.      */
  883.     protected function getCache_SystemService()
  884.     {
  885.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KSkS9TFolO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  886.     }
  887.     /**
  888.      * Gets the public 'cache.validator_expression_language' shared service.
  889.      *
  890.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  891.      */
  892.     protected function getCache_ValidatorExpressionLanguageService()
  893.     {
  894.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xcfxL+OPzN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  895.     }
  896.     /**
  897.      * Gets the public 'data_collector.dump' shared service.
  898.      *
  899.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  900.      */
  901.     protected function getDataCollector_DumpService()
  902.     {
  903.         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);
  904.     }
  905.     /**
  906.      * Gets the public 'doctrine' shared service.
  907.      *
  908.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  909.      */
  910.     protected function getDoctrineService()
  911.     {
  912.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  913.     }
  914.     /**
  915.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  916.      *
  917.      * @return \Doctrine\DBAL\Connection
  918.      */
  919.     protected function getDoctrine_Dbal_DefaultConnectionService()
  920.     {
  921.         $a = new \Doctrine\DBAL\Configuration();
  922.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  923.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  924.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  925.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  926.         $a->setAutoCommit(true);
  927.         $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()))]));
  928.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'hd_sessions'])]));
  929.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  930.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  931.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  932.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  933.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  934.             'simplethings_entityaudit.create_schema_listener' => ['privates''simplethings_entityaudit.create_schema_listener''getSimplethingsEntityaudit_CreateSchemaListenerService'true],
  935.             'simplethings_entityaudit.log_revisions_listener' => ['privates''simplethings_entityaudit.log_revisions_listener''getSimplethingsEntityaudit_LogRevisionsListenerService'true],
  936.         ], [
  937.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  938.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  939.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  940.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  941.             'simplethings_entityaudit.create_schema_listener' => '?',
  942.             'simplethings_entityaudit.log_revisions_listener' => '?',
  943.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'simplethings_entityaudit.log_revisions_listener'=> 'simplethings_entityaudit.create_schema_listener'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  944.     }
  945.     /**
  946.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  947.      *
  948.      * @return \Doctrine\ORM\EntityManager
  949.      */
  950.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  951.     {
  952.         if ($lazyLoad) {
  953.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  954.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  955.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  956.                     $proxy->setProxyInitializer(null);
  957.                     return true;
  958.                 });
  959.             });
  960.         }
  961.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  963.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  964.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  965.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  967.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  968.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  969.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  970.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  971.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  972.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  973.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  974.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  975.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  977.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  989.         $a = new \Doctrine\ORM\Configuration();
  990.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  991.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories']))), 'App\\Entity');
  992.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  993.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  994.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  995.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  996.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  997.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  998.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  999.         ], [
  1000.             'doctrine.ulid_generator' => '?',
  1001.             'doctrine.uuid_generator' => '?',
  1002.         ])));
  1003.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1004.         $a->setProxyNamespace('Proxies');
  1005.         $a->setAutoGenerateProxyClasses(true);
  1006.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1007.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1008.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1009.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1010.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1011.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1012.             'App\\Repository\\Call' => ['privates''App\\Repository\\Call''getCall2Service'true],
  1013.             'App\\Repository\\Customer' => ['privates''App\\Repository\\Customer''getCustomer2Service'true],
  1014.             'App\\Repository\\Office' => ['privates''App\\Repository\\Office''getOffice2Service'true],
  1015.             'App\\Repository\\Order' => ['privates''App\\Repository\\Order''getOrder2Service'true],
  1016.             'App\\Repository\\OrderItem' => ['privates''App\\Repository\\OrderItem''getOrderItem3Service'true],
  1017.             'App\\Repository\\Product' => ['privates''App\\Repository\\Product''getProduct2Service'true],
  1018.             'App\\Repository\\Reminder' => ['privates''App\\Repository\\Reminder''getReminder2Service'true],
  1019.             'App\\Repository\\User' => ['privates''App\\Repository\\User''getUser3Service'true],
  1020.         ], [
  1021.             'App\\Repository\\Call' => '?',
  1022.             'App\\Repository\\Customer' => '?',
  1023.             'App\\Repository\\Office' => '?',
  1024.             'App\\Repository\\Order' => '?',
  1025.             'App\\Repository\\OrderItem' => '?',
  1026.             'App\\Repository\\Product' => '?',
  1027.             'App\\Repository\\Reminder' => '?',
  1028.             'App\\Repository\\User' => '?',
  1029.         ])));
  1030.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1031.         $a->addFilter('user_aware_filter''App\\Filter\\UserAwareFilter');
  1032.         $a->addFilter('user_no_role_aware_filter''App\\Filter\\UserNoRoleAwareFilter');
  1033.         $a->addFilter('office_aware_filter''App\\Filter\\OfficeAwareFilter');
  1034.         $a->addFilter('date_aware_filter''App\\Filter\\DateAwareFilter');
  1035.         $a->addFilter('boolean_aware_filter''App\\Filter\\BooleanAwareFilter');
  1036.         $a->addFilter('customer_isactive_aware_filter''App\\Filter\\CustomerIsactiveAwareFilter');
  1037.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1038.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1039.         return $instance;
  1040.     }
  1041.     /**
  1042.      * Gets the public 'event_dispatcher' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1045.      */
  1046.     protected function getEventDispatcherService()
  1047.     {
  1048.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1049.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1050.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1051.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1052.         $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())));
  1053.         $instance->addListener('kernel.request', [=> function () {
  1054.             return ($this->privates['App\\EventListener\\BooleanAwareFilterConfigurator'] ?? $this->getBooleanAwareFilterConfiguratorService());
  1055.         }, => 'onKernelRequest'], 5);
  1056.         $instance->addListener('kernel.request', [=> function () {
  1057.             return ($this->privates['App\\EventListener\\CustomerIsactiveAwareFilterConfigurator'] ?? $this->getCustomerIsactiveAwareFilterConfiguratorService());
  1058.         }, => 'onKernelRequest'], 5);
  1059.         $instance->addListener('kernel.request', [=> function () {
  1060.             return ($this->privates['App\\EventListener\\DateAwareFilterConfigurator'] ?? $this->getDateAwareFilterConfiguratorService());
  1061.         }, => 'onKernelRequest'], 5);
  1062.         $instance->addListener('kernel.request', [=> function () {
  1063.             return ($this->privates['App\\EventListener\\OfficeAwareFilterConfigurator'] ?? $this->getOfficeAwareFilterConfiguratorService());
  1064.         }, => 'onKernelRequest'], 5);
  1065.         $instance->addListener('kernel.request', [=> function () {
  1066.             return ($this->privates['App\\EventListener\\UserAwareFilterConfigurator'] ?? $this->getUserAwareFilterConfiguratorService());
  1067.         }, => 'onKernelRequest'], 5);
  1068.         $instance->addListener('kernel.request', [=> function () {
  1069.             return ($this->privates['App\\EventListener\\UserNoRoleAwareFilterConfigurator'] ?? $this->getUserNoRoleAwareFilterConfiguratorService());
  1070.         }, => 'onKernelRequest'], 5);
  1071.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1072.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->load('getAcmeApi_Event_JwtCreatedListenerService'));
  1073.         }, => 'onJWTCreated'], 0);
  1074.         $instance->addListener('kernel.controller', [=> function () {
  1075.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1076.         }, => 'onKernelController'], 0);
  1077.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1078.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1079.         }, => 'checkPassport'], 1024);
  1080.         $instance->addListener('kernel.response', [=> function () {
  1081.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1082.         }, => 'onKernelResponse'], 0);
  1083.         $instance->addListener('kernel.request', [=> function () {
  1084.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1085.         }, => 'onKernelRequest'], 250);
  1086.         $instance->addListener('kernel.response', [=> function () {
  1087.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1088.         }, => 'onKernelResponse'], 0);
  1089.         $instance->addListener('kernel.response', [=> function () {
  1090.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1091.         }, => 'onResponse'], 0);
  1092.         $instance->addListener('kernel.request', [=> function () {
  1093.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1094.         }, => 'onKernelRequest'], 7);
  1095.         $instance->addListener('kernel.request', [=> function () {
  1096.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1097.         }, => 'onKernelRequest'], 4);
  1098.         $instance->addListener('kernel.view', [=> function () {
  1099.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1100.         }, => 'onKernelView'], 32);
  1101.         $instance->addListener('kernel.request', [=> function () {
  1102.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1103.         }, => 'onKernelRequest'], 2);
  1104.         $instance->addListener('kernel.view', [=> function () {
  1105.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1106.         }, => 'onKernelView'], 16);
  1107.         $instance->addListener('kernel.view', [=> function () {
  1108.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1109.         }, => 'onKernelView'], 8);
  1110.         $instance->addListener('kernel.exception', [=> function () {
  1111.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1112.         }, => 'onKernelException'], 0);
  1113.         $instance->addListener('kernel.exception', [=> function () {
  1114.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1115.         }, => 'onKernelException'], -96);
  1116.         $instance->addListener('kernel.request', [=> function () {
  1117.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1118.         }, => 'onKernelRequest'], 0);
  1119.         $instance->addListener('kernel.response', [=> function () {
  1120.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1121.         }, => 'onKernelResponse'], 0);
  1122.         $instance->addListener('kernel.response', [=> function () {
  1123.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1124.         }, => 'onKernelResponse'], -1);
  1125.         $instance->addListener('kernel.view', [=> function () {
  1126.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1127.         }, => 'onKernelView'], 64);
  1128.         $instance->addListener('kernel.request', [=> function () {
  1129.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1130.         }, => 'onKernelRequest'], 16);
  1131.         $instance->addListener('kernel.request', [=> function () {
  1132.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1133.         }, => 'onSecurity'], 3);
  1134.         $instance->addListener('kernel.request', [=> function () {
  1135.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1136.         }, => 'onSecurityPostDenormalize'], 1);
  1137.         $instance->addListener('kernel.exception', [=> function () {
  1138.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1139.         }, => 'onKernelException'], 0);
  1140.         $instance->addListener('kernel.response', [=> function () {
  1141.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1142.         }, => 'onKernelResponse'], 0);
  1143.         $instance->addListener('kernel.response', [=> function () {
  1144.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1145.         }, => 'onKernelResponse'], -1024);
  1146.         $instance->addListener('kernel.request', [=> function () {
  1147.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1148.         }, => 'setDefaultLocale'], 100);
  1149.         $instance->addListener('kernel.request', [=> function () {
  1150.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1151.         }, => 'onKernelRequest'], 16);
  1152.         $instance->addListener('kernel.finish_request', [=> function () {
  1153.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1154.         }, => 'onKernelFinishRequest'], 0);
  1155.         $instance->addListener('kernel.request', [=> function () {
  1156.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1157.         }, => 'onKernelRequest'], 256);
  1158.         $instance->addListener('kernel.response', [=> function () {
  1159.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1160.         }, => 'onResponse'], -255);
  1161.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1162.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1163.         }, => 'onControllerArguments'], 0);
  1164.         $instance->addListener('kernel.exception', [=> function () {
  1165.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1166.         }, => 'logKernelException'], 0);
  1167.         $instance->addListener('kernel.exception', [=> function () {
  1168.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1169.         }, => 'onKernelException'], -128);
  1170.         $instance->addListener('kernel.response', [=> function () {
  1171.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1172.         }, => 'removeCspHeader'], -128);
  1173.         $instance->addListener('kernel.request', [=> function () {
  1174.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1175.         }, => 'onKernelRequest'], 15);
  1176.         $instance->addListener('kernel.finish_request', [=> function () {
  1177.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1178.         }, => 'onKernelFinishRequest'], -15);
  1179.         $instance->addListener('console.error', [=> function () {
  1180.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1181.         }, => 'onConsoleError'], -128);
  1182.         $instance->addListener('console.terminate', [=> function () {
  1183.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1184.         }, => 'onConsoleTerminate'], -128);
  1185.         $instance->addListener('console.error', [=> function () {
  1186.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1187.         }, => 'onConsoleError'], 0);
  1188.         $instance->addListener('kernel.request', [=> function () {
  1189.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1190.         }, => 'configure'], 2048);
  1191.         $instance->addListener('console.command', [=> function () {
  1192.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1193.         }, => 'configure'], 2048);
  1194.         $instance->addListener('kernel.request', [=> function () {
  1195.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1196.         }, => 'onKernelRequest'], 32);
  1197.         $instance->addListener('kernel.finish_request', [=> function () {
  1198.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1199.         }, => 'onKernelFinishRequest'], 0);
  1200.         $instance->addListener('kernel.exception', [=> function () {
  1201.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1202.         }, => 'onKernelException'], -64);
  1203.         $instance->addListener('kernel.response', [=> function () {
  1204.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1205.         }, => 'onKernelResponse'], 0);
  1206.         $instance->addListener('kernel.response', [=> function () {
  1207.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1208.         }, => 'onKernelResponse'], -100);
  1209.         $instance->addListener('kernel.exception', [=> function () {
  1210.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1211.         }, => 'onKernelException'], 0);
  1212.         $instance->addListener('kernel.terminate', [=> function () {
  1213.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1214.         }, => 'onKernelTerminate'], -1024);
  1215.         $instance->addListener('kernel.controller', [=> function () {
  1216.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1217.         }, => 'onKernelController'], 0);
  1218.         $instance->addListener('kernel.response', [=> function () {
  1219.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1220.         }, => 'onKernelResponse'], 0);
  1221.         $instance->addListener('kernel.response', [=> function () {
  1222.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1223.         }, => 'onKernelResponse'], 0);
  1224.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1225.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1226.         }, => 'checkPassport'], 0);
  1227.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1228.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1229.         }, => 'onLoginSuccess'], 0);
  1230.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1231.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1232.         }, => 'onVoterVote'], 0);
  1233.         $instance->addListener('kernel.request', [=> function () {
  1234.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1235.         }, => 'configureLogoutUrlGenerator'], 8);
  1236.         $instance->addListener('kernel.request', [=> function () {
  1237.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1238.         }, => 'onKernelRequest'], 8);
  1239.         $instance->addListener('kernel.finish_request', [=> function () {
  1240.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1241.         }, => 'onKernelFinishRequest'], 0);
  1242.         $instance->addListener('console.command', [=> function () {
  1243.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1244.         }, => 'onCommand'], 255);
  1245.         $instance->addListener('console.terminate', [=> function () {
  1246.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1247.         }, => 'onTerminate'], -255);
  1248.         $instance->addListener('kernel.response', [=> function () {
  1249.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1250.         }, => 'onKernelResponse'], -128);
  1251.         $instance->addListener('console.command', [=> function () {
  1252.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1253.         }, => 'configure'], 1024);
  1254.         $instance->addListener('kernel.controller', [=> function () {
  1255.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1256.         }, => 'onKernelController'], 0);
  1257.         $instance->addListener('kernel.controller', [=> function () {
  1258.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1259.         }, => 'onKernelController'], 0);
  1260.         $instance->addListener('kernel.controller', [=> function () {
  1261.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1262.         }, => 'onKernelController'], -128);
  1263.         $instance->addListener('kernel.view', [=> function () {
  1264.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1265.         }, => 'onKernelView'], 0);
  1266.         $instance->addListener('kernel.controller', [=> function () {
  1267.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1268.         }, => 'onKernelController'], 0);
  1269.         $instance->addListener('kernel.response', [=> function () {
  1270.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1271.         }, => 'onKernelResponse'], 0);
  1272.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1273.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1274.         }, => 'onKernelControllerArguments'], 0);
  1275.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1276.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1277.         }, => 'onKernelControllerArguments'], 0);
  1278.         $instance->addListener('console.error', [=> function () {
  1279.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1280.         }, => 'onConsoleError'], 0);
  1281.         $instance->addListener('console.terminate', [=> function () {
  1282.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1283.         }, => 'onConsoleTerminate'], 0);
  1284.         $instance->addListener('kernel.finish_request', [=> function () {
  1285.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1286.         }, => 'resetAssets'], 0);
  1287.         return $instance;
  1288.     }
  1289.     /**
  1290.      * Gets the public 'http_kernel' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1293.      */
  1294.     protected function getHttpKernelService()
  1295.     {
  1296.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1297.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1298.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1299.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1300.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1301.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1302.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1303.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1304.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1305.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1306.         }, 8)), $a));
  1307.     }
  1308.     /**
  1309.      * Gets the public 'request_stack' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1312.      */
  1313.     protected function getRequestStackService()
  1314.     {
  1315.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1316.     }
  1317.     /**
  1318.      * Gets the public 'router' shared service.
  1319.      *
  1320.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1321.      */
  1322.     protected function getRouterService()
  1323.     {
  1324.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1325.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1326.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1327.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1328.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1329.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1330.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1331.         ], [
  1332.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1333.         ]))->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'hu');
  1334.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1335.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'security.token_storage' shared service.
  1340.      *
  1341.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1342.      */
  1343.     protected function getSecurity_TokenStorageService()
  1344.     {
  1345.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1346.     }
  1347.     /**
  1348.      * Gets the public 'translator' shared service.
  1349.      *
  1350.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1351.      */
  1352.     protected function getTranslatorService()
  1353.     {
  1354.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1355.     }
  1356.     /**
  1357.      * Gets the public 'var_dumper.cloner' shared service.
  1358.      *
  1359.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1360.      */
  1361.     protected function getVarDumper_ClonerService()
  1362.     {
  1363.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1364.         $instance->setMaxItems(2500);
  1365.         $instance->setMinDepth(1);
  1366.         $instance->setMaxString(-1);
  1367.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1368.         return $instance;
  1369.     }
  1370.     /**
  1371.      * Gets the private '.debug.http_client' shared service.
  1372.      *
  1373.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1374.      */
  1375.     protected function get_Debug_HttpClientService()
  1376.     {
  1377.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1378.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1379.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1380.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1381.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1382.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1383.         $a->setLogger($b);
  1384.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1385.     }
  1386.     /**
  1387.      * Gets the private '.service_locator.ZE0.EKc' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1390.      */
  1391.     protected function get_ServiceLocator_ZE0_EKcService()
  1392.     {
  1393.         return $this->privates['.service_locator.ZE0.EKc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1394.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1395.             'security.firewall.map.context.default' => ['privates''security.firewall.map.context.default''getSecurity_Firewall_Map_Context_DefaultService'true],
  1396.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1397.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1398.         ], [
  1399.             'security.firewall.map.context.api' => '?',
  1400.             'security.firewall.map.context.default' => '?',
  1401.             'security.firewall.map.context.dev' => '?',
  1402.             'security.firewall.map.context.main' => '?',
  1403.         ]);
  1404.     }
  1405.     /**
  1406.      * Gets the private 'App\EventListener\BooleanAwareFilterConfigurator' shared autowired service.
  1407.      *
  1408.      * @return \App\EventListener\BooleanAwareFilterConfigurator
  1409.      */
  1410.     protected function getBooleanAwareFilterConfiguratorService()
  1411.     {
  1412.         return $this->privates['App\\EventListener\\BooleanAwareFilterConfigurator'] = new \App\EventListener\BooleanAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1413.     }
  1414.     /**
  1415.      * Gets the private 'App\EventListener\CustomerIsactiveAwareFilterConfigurator' shared autowired service.
  1416.      *
  1417.      * @return \App\EventListener\CustomerIsactiveAwareFilterConfigurator
  1418.      */
  1419.     protected function getCustomerIsactiveAwareFilterConfiguratorService()
  1420.     {
  1421.         return $this->privates['App\\EventListener\\CustomerIsactiveAwareFilterConfigurator'] = new \App\EventListener\CustomerIsactiveAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1422.     }
  1423.     /**
  1424.      * Gets the private 'App\EventListener\DateAwareFilterConfigurator' shared autowired service.
  1425.      *
  1426.      * @return \App\EventListener\DateAwareFilterConfigurator
  1427.      */
  1428.     protected function getDateAwareFilterConfiguratorService()
  1429.     {
  1430.         return $this->privates['App\\EventListener\\DateAwareFilterConfigurator'] = new \App\EventListener\DateAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1431.     }
  1432.     /**
  1433.      * Gets the private 'App\EventListener\OfficeAwareFilterConfigurator' shared autowired service.
  1434.      *
  1435.      * @return \App\EventListener\OfficeAwareFilterConfigurator
  1436.      */
  1437.     protected function getOfficeAwareFilterConfiguratorService()
  1438.     {
  1439.         return $this->privates['App\\EventListener\\OfficeAwareFilterConfigurator'] = new \App\EventListener\OfficeAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1440.     }
  1441.     /**
  1442.      * Gets the private 'App\EventListener\UserAwareFilterConfigurator' shared autowired service.
  1443.      *
  1444.      * @return \App\EventListener\UserAwareFilterConfigurator
  1445.      */
  1446.     protected function getUserAwareFilterConfiguratorService()
  1447.     {
  1448.         return $this->privates['App\\EventListener\\UserAwareFilterConfigurator'] = new \App\EventListener\UserAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1449.     }
  1450.     /**
  1451.      * Gets the private 'App\EventListener\UserNoRoleAwareFilterConfigurator' shared autowired service.
  1452.      *
  1453.      * @return \App\EventListener\UserNoRoleAwareFilterConfigurator
  1454.      */
  1455.     protected function getUserNoRoleAwareFilterConfiguratorService()
  1456.     {
  1457.         return $this->privates['App\\EventListener\\UserNoRoleAwareFilterConfigurator'] = new \App\EventListener\UserNoRoleAwareFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1458.     }
  1459.     /**
  1460.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1461.      *
  1462.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1463.      */
  1464.     protected function getResetAssetsEventListenerService()
  1465.     {
  1466.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1467.     }
  1468.     /**
  1469.      * Gets the private 'annotations.cache_adapter' shared service.
  1470.      *
  1471.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1472.      */
  1473.     protected function getAnnotations_CacheAdapterService()
  1474.     {
  1475.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1476.     }
  1477.     /**
  1478.      * Gets the private 'annotations.cached_reader' shared service.
  1479.      *
  1480.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1481.      */
  1482.     protected function getAnnotations_CachedReaderService()
  1483.     {
  1484.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1485.     }
  1486.     /**
  1487.      * Gets the private 'annotations.reader' shared service.
  1488.      *
  1489.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1490.      */
  1491.     protected function getAnnotations_ReaderService()
  1492.     {
  1493.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1494.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1495.         $a->registerUniqueLoader('class_exists');
  1496.         $instance->addGlobalIgnoredName('required'$a);
  1497.         return $instance;
  1498.     }
  1499.     /**
  1500.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1501.      *
  1502.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1503.      */
  1504.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1505.     {
  1506.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-oWgV36K-x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1507.     }
  1508.     /**
  1509.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1512.      */
  1513.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1514.     {
  1515.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UFwraeMONH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1516.     }
  1517.     /**
  1518.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1519.      *
  1520.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1521.      */
  1522.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1523.     {
  1524.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0BUSPhD3Wk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1525.     }
  1526.     /**
  1527.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1530.      */
  1531.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1532.     {
  1533.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kHE61hndMx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1537.      *
  1538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1539.      */
  1540.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1541.     {
  1542.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3npEIq9XvF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1543.     }
  1544.     /**
  1545.      * Gets the private 'api_platform.filter_locator' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1548.      */
  1549.     protected function getApiPlatform_FilterLocatorService()
  1550.     {
  1551.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1552.             'App\\Filter\\SearchFilter' => ['privates''App\\Filter\\SearchFilter''getSearchFilterService'true],
  1553.             'annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityCallApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1554.             'annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCallApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1555.             'annotated_app_entity_call_app_filter_search_filter' => ['privates''annotated_app_entity_call_app_filter_search_filter''getAnnotatedAppEntityCallAppFilterSearchFilterService'true],
  1556.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCustomerApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  1557.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityCustomerApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  1558.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedAppEntityCustomerApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  1559.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityCustomerApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1560.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCustomerApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1561.             'annotated_app_entity_customer_app_filter_search_filter' => ['privates''annotated_app_entity_customer_app_filter_search_filter''getAnnotatedAppEntityCustomerAppFilterSearchFilterService'true],
  1562.             'annotated_app_entity_office_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_office_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityOfficeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1563.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  1564.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedAppEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  1565.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1566.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1567.             'annotated_app_entity_order_app_filter_search_filter' => ['privates''annotated_app_entity_order_app_filter_search_filter''getAnnotatedAppEntityOrderAppFilterSearchFilterService'true],
  1568.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  1569.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1570.             'annotated_app_entity_product_app_filter_search_filter' => ['privates''annotated_app_entity_product_app_filter_search_filter''getAnnotatedAppEntityProductAppFilterSearchFilterService'true],
  1571.             'annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityReminderApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1572.             'annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityReminderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1573.             'annotated_app_entity_reminder_app_filter_search_filter' => ['privates''annotated_app_entity_reminder_app_filter_search_filter''getAnnotatedAppEntityReminderAppFilterSearchFilterService'true],
  1574.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  1575.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1576.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1577.             'annotated_app_entity_user_app_filter_search_filter' => ['privates''annotated_app_entity_user_app_filter_search_filter''getAnnotatedAppEntityUserAppFilterSearchFilterService'true],
  1578.         ], [
  1579.             'App\\Filter\\SearchFilter' => '?',
  1580.             'annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1581.             'annotated_app_entity_call_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1582.             'annotated_app_entity_call_app_filter_search_filter' => '?',
  1583.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1584.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  1585.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  1586.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1587.             'annotated_app_entity_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1588.             'annotated_app_entity_customer_app_filter_search_filter' => '?',
  1589.             'annotated_app_entity_office_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1590.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  1591.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  1592.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1593.             'annotated_app_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1594.             'annotated_app_entity_order_app_filter_search_filter' => '?',
  1595.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1596.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1597.             'annotated_app_entity_product_app_filter_search_filter' => '?',
  1598.             'annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1599.             'annotated_app_entity_reminder_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1600.             'annotated_app_entity_reminder_app_filter_search_filter' => '?',
  1601.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1602.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1603.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1604.             'annotated_app_entity_user_app_filter_search_filter' => '?',
  1605.         ]);
  1606.     }
  1607.     /**
  1608.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1609.      *
  1610.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1611.      */
  1612.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1613.     {
  1614.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\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()));
  1615.     }
  1616.     /**
  1617.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1618.      *
  1619.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1620.      */
  1621.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1622.     {
  1623.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1624.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1625.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1626.         }
  1627.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1628.     }
  1629.     /**
  1630.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1631.      *
  1632.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1633.      */
  1634.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1635.     {
  1636.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1637.     }
  1638.     /**
  1639.      * Gets the private 'api_platform.identifier.converter' shared service.
  1640.      *
  1641.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1642.      */
  1643.     protected function getApiPlatform_Identifier_ConverterService()
  1644.     {
  1645.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  1646.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1647.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1648.         }, 2));
  1649.     }
  1650.     /**
  1651.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1652.      *
  1653.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1654.      */
  1655.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1656.     {
  1657.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1658.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1659.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  1660.     }
  1661.     /**
  1662.      * Gets the private 'api_platform.iri_converter' shared service.
  1663.      *
  1664.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1665.      */
  1666.     protected function getApiPlatform_IriConverterService()
  1667.     {
  1668.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1669.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1670.     }
  1671.     /**
  1672.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1673.      *
  1674.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1675.      */
  1676.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1677.     {
  1678.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1679.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1680.         return $instance;
  1681.     }
  1682.     /**
  1683.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1684.      *
  1685.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1686.      */
  1687.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1688.     {
  1689.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1690.     }
  1691.     /**
  1692.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1693.      *
  1694.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1695.      */
  1696.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1697.     {
  1698.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\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']);
  1699.     }
  1700.     /**
  1701.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1702.      *
  1703.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1704.      */
  1705.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1706.     {
  1707.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($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()));
  1708.     }
  1709.     /**
  1710.      * Gets the private 'api_platform.listener.request.read' shared service.
  1711.      *
  1712.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1713.      */
  1714.     protected function getApiPlatform_Listener_Request_ReadService()
  1715.     {
  1716.         return $this->privates['api_platform.listener.request.read'] = 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()));
  1717.     }
  1718.     /**
  1719.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1720.      *
  1721.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  1722.      */
  1723.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1724.     {
  1725.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\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())));
  1726.     }
  1727.     /**
  1728.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1729.      *
  1730.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1731.      */
  1732.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1733.     {
  1734.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1735.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, 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'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1736.             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()));
  1737.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1738.             yield => ($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()));
  1739.             yield => ($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()));
  1740.         }, 4)));
  1741.     }
  1742.     /**
  1743.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1744.      *
  1745.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1746.      */
  1747.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1748.     {
  1749.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  1750.     }
  1751.     /**
  1752.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1753.      *
  1754.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1755.      */
  1756.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1757.     {
  1758.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1759.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 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\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), []), $this->parameters['api_platform.formats'], []));
  1760.     }
  1761.     /**
  1762.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1763.      *
  1764.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1765.      */
  1766.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1767.     {
  1768.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1769.     }
  1770.     /**
  1771.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1772.      *
  1773.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1774.      */
  1775.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1776.     {
  1777.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1778.     }
  1779.     /**
  1780.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1781.      *
  1782.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1783.      */
  1784.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1785.     {
  1786.         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()));
  1787.     }
  1788.     /**
  1789.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1790.      *
  1791.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1792.      */
  1793.     protected function getApiPlatform_ResourceClassResolverService()
  1794.     {
  1795.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1796.     }
  1797.     /**
  1798.      * Gets the private 'api_platform.router' shared service.
  1799.      *
  1800.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1801.      */
  1802.     protected function getApiPlatform_RouterService()
  1803.     {
  1804.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1805.     }
  1806.     /**
  1807.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1808.      *
  1809.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1810.      */
  1811.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1812.     {
  1813.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1814.     }
  1815.     /**
  1816.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1817.      *
  1818.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  1819.      */
  1820.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1821.     {
  1822.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\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['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false);
  1823.     }
  1824.     /**
  1825.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1826.      *
  1827.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  1828.      */
  1829.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1830.     {
  1831.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1832.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  1833.     }
  1834.     /**
  1835.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1836.      *
  1837.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  1838.      */
  1839.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1840.     {
  1841.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\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()))])));
  1842.     }
  1843.     /**
  1844.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1845.      *
  1846.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1847.      */
  1848.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1849.     {
  1850.         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()), ($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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1851.     }
  1852.     /**
  1853.      * Gets the private 'assets.packages' shared service.
  1854.      *
  1855.      * @return \Symfony\Component\Asset\Packages
  1856.      */
  1857.     protected function getAssets_PackagesService()
  1858.     {
  1859.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1860.         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/assets/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1861.             return new \EmptyIterator();
  1862.         }, 0));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'cache.annotations' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1868.      */
  1869.     protected function getCache_AnnotationsService()
  1870.     {
  1871.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8kqbrs9x8+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1872.     }
  1873.     /**
  1874.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1877.      */
  1878.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1879.     {
  1880.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1881.     }
  1882.     /**
  1883.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1886.      */
  1887.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1888.     {
  1889.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1890.     }
  1891.     /**
  1892.      * Gets the private 'cache.property_info' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1895.      */
  1896.     protected function getCache_PropertyInfoService()
  1897.     {
  1898.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2i9-wkKadg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1899.     }
  1900.     /**
  1901.      * Gets the private 'cache.security_expression_language' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1904.      */
  1905.     protected function getCache_SecurityExpressionLanguageService()
  1906.     {
  1907.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a2dMnuvY69'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'cache.serializer' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1913.      */
  1914.     protected function getCache_SerializerService()
  1915.     {
  1916.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-9Q-W0HlXS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'cache.validator' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1922.      */
  1923.     protected function getCache_ValidatorService()
  1924.     {
  1925.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eJGWSXumI7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'cache.webpack_encore' shared service.
  1929.      *
  1930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1931.      */
  1932.     protected function getCache_WebpackEncoreService()
  1933.     {
  1934.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Howhv0IcvG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'config_cache_factory' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1940.      */
  1941.     protected function getConfigCacheFactoryService()
  1942.     {
  1943.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1944.             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)));
  1945.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1946.         }, 2));
  1947.     }
  1948.     /**
  1949.      * Gets the private 'data_collector.form' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1952.      */
  1953.     protected function getDataCollector_FormService()
  1954.     {
  1955.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1956.     }
  1957.     /**
  1958.      * Gets the private 'data_collector.request' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1961.      */
  1962.     protected function getDataCollector_RequestService()
  1963.     {
  1964.         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())));
  1965.     }
  1966.     /**
  1967.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1968.      *
  1969.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1970.      */
  1971.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1972.     {
  1973.         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 () {
  1974.             yield => ($this->privates['App\\DataProvider\\OrderCollection'] ?? $this->load('getOrderCollectionService'));
  1975.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1976.         }, 2)));
  1977.     }
  1978.     /**
  1979.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1980.      *
  1981.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1982.      */
  1983.     protected function getDebug_ApiPlatform_DataPersisterService()
  1984.     {
  1985.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1986.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1987.         }, 1)));
  1988.     }
  1989.     /**
  1990.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1991.      *
  1992.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1993.      */
  1994.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  1995.     {
  1996.         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 () {
  1997.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  1998.         }, 1)));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2002.      *
  2003.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2004.      */
  2005.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2006.     {
  2007.         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 () {
  2008.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2009.         }, 1)));
  2010.     }
  2011.     /**
  2012.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2015.      */
  2016.     protected function getDebug_DebugHandlersListenerService()
  2017.     {
  2018.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2019.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2020.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2021.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2022.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2023.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2024.     }
  2025.     /**
  2026.      * Gets the private 'debug.file_link_formatter' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2029.      */
  2030.     protected function getDebug_FileLinkFormatterService()
  2031.     {
  2032.         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 () {
  2033.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2034.         });
  2035.     }
  2036.     /**
  2037.      * Gets the private 'debug.log_processor' shared service.
  2038.      *
  2039.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2040.      */
  2041.     protected function getDebug_LogProcessorService()
  2042.     {
  2043.         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())));
  2044.     }
  2045.     /**
  2046.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2047.      *
  2048.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2049.      */
  2050.     protected function getDebug_Security_Access_DecisionManagerService()
  2051.     {
  2052.         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 () {
  2053.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2054.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2055.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2056.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'debug.security.firewall' shared service.
  2060.      *
  2061.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2062.      */
  2063.     protected function getDebug_Security_FirewallService()
  2064.     {
  2065.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2066.     }
  2067.     /**
  2068.      * Gets the private 'exception_listener' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2071.      */
  2072.     protected function getExceptionListenerService()
  2073.     {
  2074.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2075.     }
  2076.     /**
  2077.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2078.      *
  2079.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2080.      */
  2081.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2082.     {
  2083.         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())));
  2084.     }
  2085.     /**
  2086.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2087.      *
  2088.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2089.      */
  2090.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2091.     {
  2092.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2093.     }
  2094.     /**
  2095.      * Gets the private 'locale_aware_listener' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2098.      */
  2099.     protected function getLocaleAwareListenerService()
  2100.     {
  2101.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2102.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('hu')));
  2103.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2104.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2105.     }
  2106.     /**
  2107.      * Gets the private 'locale_listener' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2110.      */
  2111.     protected function getLocaleListenerService()
  2112.     {
  2113.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2114.     }
  2115.     /**
  2116.      * Gets the private 'mime_types' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Mime\MimeTypes
  2119.      */
  2120.     protected function getMimeTypesService()
  2121.     {
  2122.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2123.         $instance->setDefault($instance);
  2124.         return $instance;
  2125.     }
  2126.     /**
  2127.      * Gets the private 'monolog.handler.console' shared service.
  2128.      *
  2129.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2130.      */
  2131.     protected function getMonolog_Handler_ConsoleService()
  2132.     {
  2133.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2134.     }
  2135.     /**
  2136.      * Gets the private 'monolog.handler.main' shared service.
  2137.      *
  2138.      * @return \Monolog\Handler\FingersCrossedHandler
  2139.      */
  2140.     protected function getMonolog_Handler_MainService()
  2141.     {
  2142.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 7100trueNULLfalse);
  2143.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2144.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2145.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(200), 0truetrueNULL);
  2146.     }
  2147.     /**
  2148.      * Gets the private 'monolog.logger' shared service.
  2149.      *
  2150.      * @return \Symfony\Bridge\Monolog\Logger
  2151.      */
  2152.     protected function getMonolog_LoggerService()
  2153.     {
  2154.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2155.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2156.         $instance->useMicrosecondTimestamps(true);
  2157.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2158.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2159.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2160.         return $instance;
  2161.     }
  2162.     /**
  2163.      * Gets the private 'monolog.logger.cache' shared service.
  2164.      *
  2165.      * @return \Symfony\Bridge\Monolog\Logger
  2166.      */
  2167.     protected function getMonolog_Logger_CacheService()
  2168.     {
  2169.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2170.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2171.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2172.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2173.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2174.         return $instance;
  2175.     }
  2176.     /**
  2177.      * Gets the private 'monolog.logger.request' shared service.
  2178.      *
  2179.      * @return \Symfony\Bridge\Monolog\Logger
  2180.      */
  2181.     protected function getMonolog_Logger_RequestService()
  2182.     {
  2183.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2184.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2185.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2186.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'monolog.logger.security' shared service.
  2192.      *
  2193.      * @return \Symfony\Bridge\Monolog\Logger
  2194.      */
  2195.     protected function getMonolog_Logger_SecurityService()
  2196.     {
  2197.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2198.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2199.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2200.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2201.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2206.      *
  2207.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2208.      */
  2209.     protected function getNelmioCors_CorsListenerService()
  2210.     {
  2211.         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'])]));
  2212.     }
  2213.     /**
  2214.      * Gets the private 'parameter_bag' shared service.
  2215.      *
  2216.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2217.      */
  2218.     protected function getParameterBagService()
  2219.     {
  2220.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2221.     }
  2222.     /**
  2223.      * Gets the private 'profiler_listener' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2226.      */
  2227.     protected function getProfilerListenerService()
  2228.     {
  2229.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2230.     }
  2231.     /**
  2232.      * Gets the private 'property_accessor' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2235.      */
  2236.     protected function getPropertyAccessorService()
  2237.     {
  2238.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2239.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2240.     }
  2241.     /**
  2242.      * Gets the private 'property_info' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2245.      */
  2246.     protected function getPropertyInfoService()
  2247.     {
  2248.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2249.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2250.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2251.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2252.         }, 3), new RewindableGenerator(function () {
  2253.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2254.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2255.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2256.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2257.         }, 4), new RewindableGenerator(function () {
  2258.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2259.         }, 1), new RewindableGenerator(function () {
  2260.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2261.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2262.         }, 2), new RewindableGenerator(function () {
  2263.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2264.         }, 1));
  2265.     }
  2266.     /**
  2267.      * Gets the private 'router.expression_language_provider' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2270.      */
  2271.     protected function getRouter_ExpressionLanguageProviderService()
  2272.     {
  2273.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2274.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2275.         ], [
  2276.             'env' => 'Closure',
  2277.         ]));
  2278.     }
  2279.     /**
  2280.      * Gets the private 'router.request_context' shared service.
  2281.      *
  2282.      * @return \Symfony\Component\Routing\RequestContext
  2283.      */
  2284.     protected function getRouter_RequestContextService()
  2285.     {
  2286.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2287.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'router_listener' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2294.      */
  2295.     protected function getRouterListenerService()
  2296.     {
  2297.         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);
  2298.     }
  2299.     /**
  2300.      * Gets the private 'security.context_listener.0' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2303.      */
  2304.     protected function getSecurity_ContextListener_0Service()
  2305.     {
  2306.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2307.             yield => ($this->privates['security.user.provider.concrete.app'] ?? $this->load('getSecurity_User_Provider_Concrete_AppService'));
  2308.         }, 1), 'default', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.default'] ?? $this->getSecurity_EventDispatcher_DefaultService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'security.event_dispatcher.default' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2314.      */
  2315.     protected function getSecurity_EventDispatcher_DefaultService()
  2316.     {
  2317.         $this->privates['security.event_dispatcher.default'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2318.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2319.             return ($this->privates['security.listener.session.default'] ?? $this->load('getSecurity_Listener_Session_DefaultService'));
  2320.         }, => 'onSuccessfulLogin'], 0);
  2321.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2322.             return ($this->privates['security.listener.user_checker.default'] ?? $this->load('getSecurity_Listener_UserChecker_DefaultService'));
  2323.         }, => 'preCheckCredentials'], 256);
  2324.         $instance->addListener('security.authentication.success', [=> function () {
  2325.             return ($this->privates['security.listener.user_checker.default'] ?? $this->load('getSecurity_Listener_UserChecker_DefaultService'));
  2326.         }, => 'postCheckCredentials'], 256);
  2327.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2328.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2329.         }, => 'checkPassport'], 1024);
  2330.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2331.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2332.         }, => 'checkPassport'], 0);
  2333.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2334.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2335.         }, => 'onLoginSuccess'], 0);
  2336.         return $instance;
  2337.     }
  2338.     /**
  2339.      * Gets the private 'security.expression_language' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2342.      */
  2343.     protected function getSecurity_ExpressionLanguageService()
  2344.     {
  2345.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2346.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2347.         return $instance;
  2348.     }
  2349.     /**
  2350.      * Gets the private 'security.firewall.map' shared service.
  2351.      *
  2352.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2353.      */
  2354.     protected function getSecurity_Firewall_MapService()
  2355.     {
  2356.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.ZE0.EKc'] ?? $this->get_ServiceLocator_ZE0_EKcService()), new RewindableGenerator(function () {
  2357.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.aBd33VT'] ?? ($this->privates['.security.request_matcher.aBd33VT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/|^/api$')));
  2358.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2359.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2360.             yield 'security.firewall.map.context.default' => NULL;
  2361.         }, 4));
  2362.     }
  2363.     /**
  2364.      * Gets the private 'security.logout_url_generator' shared service.
  2365.      *
  2366.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2367.      */
  2368.     protected function getSecurity_LogoutUrlGeneratorService()
  2369.     {
  2370.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2371.         $instance->registerListener('api''/api/logout''logout''_csrf_token'NULLNULL);
  2372.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2373.         return $instance;
  2374.     }
  2375.     /**
  2376.      * Gets the private 'security.role_hierarchy' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2379.      */
  2380.     protected function getSecurity_RoleHierarchyService()
  2381.     {
  2382.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2383.     }
  2384.     /**
  2385.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2386.      *
  2387.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2388.      */
  2389.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2390.     {
  2391.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2392.     }
  2393.     /**
  2394.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2395.      *
  2396.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2397.      */
  2398.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2399.     {
  2400.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2401.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2402.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2403.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2407.      *
  2408.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2409.      */
  2410.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2411.     {
  2412.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2413.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2414.         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()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2415.     }
  2416.     /**
  2417.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2418.      *
  2419.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2420.      */
  2421.     protected function getSensioFrameworkExtra_View_ListenerService()
  2422.     {
  2423.         $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))));
  2424.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2425.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2426.         ], [
  2427.             'twig' => '?',
  2428.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2435.      */
  2436.     protected function getSerializer_NameConverter_MetadataAwareService()
  2437.     {
  2438.         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()));
  2439.     }
  2440.     /**
  2441.      * Gets the private 'translator.default' shared service.
  2442.      *
  2443.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2444.      */
  2445.     protected function getTranslator_DefaultService()
  2446.     {
  2447.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2448.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2449.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2450.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2451.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2452.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2453.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2454.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2455.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2456.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2457.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2458.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2459.         ], [
  2460.             'translation.loader.csv' => '?',
  2461.             'translation.loader.dat' => '?',
  2462.             'translation.loader.ini' => '?',
  2463.             'translation.loader.json' => '?',
  2464.             'translation.loader.mo' => '?',
  2465.             'translation.loader.php' => '?',
  2466.             'translation.loader.po' => '?',
  2467.             'translation.loader.qt' => '?',
  2468.             'translation.loader.res' => '?',
  2469.             'translation.loader.xliff' => '?',
  2470.             'translation.loader.yml' => '?',
  2471.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['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')], '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')], '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')], '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')], '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')], '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')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], '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')], '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')], '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')], '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')], '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')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/translations/logger.hu.yaml'), => (\dirname(__DIR__4).'/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/translations/logger.hu.yaml'), => (\dirname(__DIR__4).'/translations/messages.hu.yaml')], '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')], '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')], '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')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\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')], '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')], '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')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], '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).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 20 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__4).'/vendor/simplethings/entity-audit-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/debug-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'17 => 'vendor/lexik/jwt-authentication-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'20 => 'vendor/hautelook/alice-bundle/src/translations'21 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'22 => 'vendor/simplethings/entity-audit-bundle/src/translations'23 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  2472.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2473.         $instance->setFallbackLocales([=> 'en'=> 'hu']);
  2474.         return $instance;
  2475.     }
  2476.     /**
  2477.      * Gets the private 'validator.builder' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2480.      */
  2481.     protected function getValidator_BuilderService()
  2482.     {
  2483.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2484.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2485.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2486.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2487.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2488.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2489.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2490.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2491.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2492.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2493.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2494.         ], [
  2495.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2496.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2497.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2498.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2499.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2500.             'doctrine.orm.validator.unique' => '?',
  2501.             'security.validator.user_password' => '?',
  2502.             'validator.expression' => '?',
  2503.         ])));
  2504.         if ($this->has('translator')) {
  2505.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2506.         }
  2507.         $instance->setTranslationDomain('validators');
  2508.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2509.         $instance->enableAnnotationMapping(true);
  2510.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2511.         $instance->addMethodMapping('loadValidatorMetadata');
  2512.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2513.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2514.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the private 'var_dumper.html_dumper' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2521.      */
  2522.     protected function getVarDumper_HtmlDumperService()
  2523.     {
  2524.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2525.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2526.         return $instance;
  2527.     }
  2528.     /**
  2529.      * Gets the private 'web_profiler.csp.handler' shared service.
  2530.      *
  2531.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2532.      */
  2533.     protected function getWebProfiler_Csp_HandlerService()
  2534.     {
  2535.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2536.     }
  2537.     /**
  2538.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2539.      *
  2540.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2541.      */
  2542.     protected function getWebProfiler_DebugToolbarService()
  2543.     {
  2544.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2548.      *
  2549.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2550.      */
  2551.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2552.     {
  2553.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2554.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2555.         ], [
  2556.             '_default' => '?',
  2557.         ]), '_default');
  2558.     }
  2559.     /**
  2560.      * Gets the public 'cache_clearer' alias.
  2561.      *
  2562.      * @return object The ".container.private.cache_clearer" service.
  2563.      */
  2564.     protected function getCacheClearerService()
  2565.     {
  2566.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2567.         return $this->get('.container.private.cache_clearer');
  2568.     }
  2569.     /**
  2570.      * Gets the public 'filesystem' alias.
  2571.      *
  2572.      * @return object The ".container.private.filesystem" service.
  2573.      */
  2574.     protected function getFilesystemService()
  2575.     {
  2576.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2577.         return $this->get('.container.private.filesystem');
  2578.     }
  2579.     /**
  2580.      * Gets the public 'serializer' alias.
  2581.      *
  2582.      * @return object The ".container.private.serializer" service.
  2583.      */
  2584.     protected function getSerializerService()
  2585.     {
  2586.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2587.         return $this->get('.container.private.serializer');
  2588.     }
  2589.     /**
  2590.      * Gets the public 'form.factory' alias.
  2591.      *
  2592.      * @return object The ".container.private.form.factory" service.
  2593.      */
  2594.     protected function getForm_FactoryService()
  2595.     {
  2596.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2597.         return $this->get('.container.private.form.factory');
  2598.     }
  2599.     /**
  2600.      * Gets the public 'form.type.file' alias.
  2601.      *
  2602.      * @return object The ".container.private.form.type.file" service.
  2603.      */
  2604.     protected function getForm_Type_FileService()
  2605.     {
  2606.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2607.         return $this->get('.container.private.form.type.file');
  2608.     }
  2609.     /**
  2610.      * Gets the public 'profiler' alias.
  2611.      *
  2612.      * @return object The ".container.private.profiler" service.
  2613.      */
  2614.     protected function getProfilerService()
  2615.     {
  2616.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2617.         return $this->get('.container.private.profiler');
  2618.     }
  2619.     /**
  2620.      * Gets the public 'security.authorization_checker' alias.
  2621.      *
  2622.      * @return object The ".container.private.security.authorization_checker" service.
  2623.      */
  2624.     protected function getSecurity_AuthorizationCheckerService()
  2625.     {
  2626.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2627.         return $this->get('.container.private.security.authorization_checker');
  2628.     }
  2629.     /**
  2630.      * Gets the public 'twig' alias.
  2631.      *
  2632.      * @return object The ".container.private.twig" service.
  2633.      */
  2634.     protected function getTwigService()
  2635.     {
  2636.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2637.         return $this->get('.container.private.twig');
  2638.     }
  2639.     /**
  2640.      * Gets the public 'security.password_encoder' alias.
  2641.      *
  2642.      * @return object The ".container.private.security.password_encoder" service.
  2643.      */
  2644.     protected function getSecurity_PasswordEncoderService()
  2645.     {
  2646.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2647.         return $this->get('.container.private.security.password_encoder');
  2648.     }
  2649.     /**
  2650.      * Gets the public 'validator' alias.
  2651.      *
  2652.      * @return object The ".container.private.validator" service.
  2653.      */
  2654.     protected function getValidatorService()
  2655.     {
  2656.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2657.         return $this->get('.container.private.validator');
  2658.     }
  2659.     /**
  2660.      * @return array|bool|float|int|string|\UnitEnum|null
  2661.      */
  2662.     public function getParameter(string $name)
  2663.     {
  2664.         if (isset($this->buildParameters[$name])) {
  2665.             return $this->buildParameters[$name];
  2666.         }
  2667.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2668.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2669.         }
  2670.         if (isset($this->loadedDynamicParameters[$name])) {
  2671.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2672.         }
  2673.         return $this->parameters[$name];
  2674.     }
  2675.     public function hasParameter(string $name): bool
  2676.     {
  2677.         if (isset($this->buildParameters[$name])) {
  2678.             return true;
  2679.         }
  2680.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2681.     }
  2682.     public function setParameter(string $name$value): void
  2683.     {
  2684.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2685.     }
  2686.     public function getParameterBag(): ParameterBagInterface
  2687.     {
  2688.         if (null === $this->parameterBag) {
  2689.             $parameters $this->parameters;
  2690.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2691.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2692.             }
  2693.             foreach ($this->buildParameters as $name => $value) {
  2694.                 $parameters[$name] = $value;
  2695.             }
  2696.             $this->parameterBag = new FrozenParameterBag($parameters);
  2697.         }
  2698.         return $this->parameterBag;
  2699.     }
  2700.     private $loadedDynamicParameters = [
  2701.         'kernel.runtime_environment' => false,
  2702.         'kernel.build_dir' => false,
  2703.         'kernel.cache_dir' => false,
  2704.         'kernel.secret' => false,
  2705.         'debug.container.dump' => false,
  2706.         'serializer.mapping.cache.file' => false,
  2707.         'validator.mapping.cache.file' => false,
  2708.         'profiler.storage.dsn' => false,
  2709.         'doctrine.orm.proxy_dir' => false,
  2710.         'lexik_jwt_authentication.pass_phrase' => false,
  2711.         'lexik_jwt_authentication.token_ttl' => false,
  2712.     ];
  2713.     private $dynamicParameters = [];
  2714.     private function getDynamicParameter(string $name)
  2715.     {
  2716.         switch ($name) {
  2717.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2718.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2719.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2720.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2721.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2722.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2723.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2724.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2725.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2726.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2727.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TOKEN_TTL'); break;
  2728.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2729.         }
  2730.         $this->loadedDynamicParameters[$name] = true;
  2731.         return $this->dynamicParameters[$name] = $value;
  2732.     }
  2733.     protected function getDefaultParameters(): array
  2734.     {
  2735.         return [
  2736.             'kernel.project_dir' => \dirname(__DIR__4),
  2737.             'kernel.environment' => 'dev',
  2738.             'kernel.debug' => true,
  2739.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2740.             'kernel.bundles' => [
  2741.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2742.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2743.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2744.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2745.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2746.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2747.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2748.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2749.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2750.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2751.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2752.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  2753.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2754.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2755.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  2756.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  2757.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  2758.                 'SimpleThingsEntityAuditBundle' => 'SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle',
  2759.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2760.             ],
  2761.             'kernel.bundles_metadata' => [
  2762.                 'FrameworkBundle' => [
  2763.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2764.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2765.                 ],
  2766.                 'SecurityBundle' => [
  2767.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2768.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2769.                 ],
  2770.                 'MonologBundle' => [
  2771.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2772.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2773.                 ],
  2774.                 'DoctrineBundle' => [
  2775.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2776.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2777.                 ],
  2778.                 'DoctrineMigrationsBundle' => [
  2779.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2780.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2781.                 ],
  2782.                 'WebProfilerBundle' => [
  2783.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2784.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2785.                 ],
  2786.                 'TwigBundle' => [
  2787.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2788.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2789.                 ],
  2790.                 'DebugBundle' => [
  2791.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2792.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2793.                 ],
  2794.                 'SensioFrameworkExtraBundle' => [
  2795.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2796.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2797.                 ],
  2798.                 'MakerBundle' => [
  2799.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2800.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2801.                 ],
  2802.                 'NelmioCorsBundle' => [
  2803.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2804.                     'namespace' => 'Nelmio\\CorsBundle',
  2805.                 ],
  2806.                 'ApiPlatformBundle' => [
  2807.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  2808.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  2809.                 ],
  2810.                 'LexikJWTAuthenticationBundle' => [
  2811.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  2812.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2813.                 ],
  2814.                 'DoctrineFixturesBundle' => [
  2815.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2816.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2817.                 ],
  2818.                 'NelmioAliceBundle' => [
  2819.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  2820.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  2821.                 ],
  2822.                 'HautelookAliceBundle' => [
  2823.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  2824.                     'namespace' => 'Hautelook\\AliceBundle',
  2825.                 ],
  2826.                 'FidryAliceDataFixturesBundle' => [
  2827.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  2828.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  2829.                 ],
  2830.                 'SimpleThingsEntityAuditBundle' => [
  2831.                     'path' => (\dirname(__DIR__4).'/vendor/simplethings/entity-audit-bundle/src'),
  2832.                     'namespace' => 'SimpleThings\\EntityAudit',
  2833.                 ],
  2834.                 'WebpackEncoreBundle' => [
  2835.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2836.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2837.                 ],
  2838.             ],
  2839.             'kernel.charset' => 'UTF-8',
  2840.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2841.             'env(DATABASE_URL)' => '',
  2842.             'locale' => 'hu',
  2843.             'app.tempfile_uploader.do_backup' => true,
  2844.             'event_dispatcher.event_aliases' => [
  2845.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2846.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2847.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2848.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2849.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2850.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2851.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2852.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2853.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2854.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2855.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2856.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2857.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2858.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2859.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2860.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2861.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2862.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2863.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2864.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2865.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2866.             ],
  2867.             'fragment.renderer.hinclude.global_template' => NULL,
  2868.             'fragment.path' => '/_fragment',
  2869.             'kernel.http_method_override' => true,
  2870.             'kernel.trusted_hosts' => [
  2871.             ],
  2872.             'kernel.default_locale' => 'hu',
  2873.             'kernel.enabled_locales' => [
  2874.             ],
  2875.             'kernel.error_controller' => 'error_controller',
  2876.             'debug.file_link_format' => NULL,
  2877.             'asset.request_context.base_path' => NULL,
  2878.             'asset.request_context.secure' => NULL,
  2879.             'translator.logging' => false,
  2880.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2881.             'debug.error_handler.throw_at' => -1,
  2882.             'router.request_context.host' => 'localhost',
  2883.             'router.request_context.scheme' => 'http',
  2884.             'router.request_context.base_url' => '',
  2885.             'router.resource' => 'kernel::loadRoutes',
  2886.             'request_listener.http_port' => 80,
  2887.             'request_listener.https_port' => 443,
  2888.             'form.type_extension.csrf.enabled' => false,
  2889.             'validator.translation_domain' => 'validators',
  2890.             'profiler_listener.only_exceptions' => false,
  2891.             'profiler_listener.only_main_requests' => false,
  2892.             'security.role_hierarchy.roles' => [
  2893.                 'ROLE_CUSTOMER' => [
  2894.                     => 'ROLE_USER',
  2895.                 ],
  2896.                 'ROLE_SELLER' => [
  2897.                     => 'ROLE_CUSTOMER',
  2898.                 ],
  2899.                 'ROLE_CLERK' => [
  2900.                     => 'ROLE_SELLER',
  2901.                 ],
  2902.                 'ROLE_MANAGER' => [
  2903.                     => 'ROLE_CLERK',
  2904.                 ],
  2905.                 'ROLE_ADMIN' => [
  2906.                     => 'ROLE_MANAGER',
  2907.                 ],
  2908.                 'ROLE_ROOT' => [
  2909.                     => 'ROLE_ADMIN',
  2910.                 ],
  2911.             ],
  2912.             'security.access.denied_url' => NULL,
  2913.             'security.authentication.manager.erase_credentials' => true,
  2914.             'security.authentication.session_strategy.strategy' => 'migrate',
  2915.             'security.access.always_authenticate_before_granting' => false,
  2916.             'security.authentication.hide_user_not_found' => true,
  2917.             'security.firewalls' => [
  2918.                 => 'dev',
  2919.                 => 'api',
  2920.                 => 'main',
  2921.                 => 'default',
  2922.             ],
  2923.             'monolog.use_microseconds' => true,
  2924.             'monolog.swift_mailer.handlers' => [
  2925.             ],
  2926.             'monolog.handlers_to_channels' => [
  2927.                 'monolog.handler.console' => [
  2928.                     'type' => 'exclusive',
  2929.                     'elements' => [
  2930.                         => 'event',
  2931.                         => 'doctrine',
  2932.                         => 'console',
  2933.                     ],
  2934.                 ],
  2935.                 'monolog.handler.main' => [
  2936.                     'type' => 'exclusive',
  2937.                     'elements' => [
  2938.                         => 'event',
  2939.                     ],
  2940.                 ],
  2941.             ],
  2942.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2943.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2944.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2945.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2946.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2947.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2948.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2949.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2950.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2951.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2952.             'doctrine.entity_managers' => [
  2953.                 'default' => 'doctrine.orm.default_entity_manager',
  2954.             ],
  2955.             'doctrine.default_entity_manager' => 'default',
  2956.             'doctrine.dbal.connection_factory.types' => [
  2957.             ],
  2958.             'doctrine.connections' => [
  2959.                 'default' => 'doctrine.dbal.default_connection',
  2960.             ],
  2961.             'doctrine.default_connection' => 'default',
  2962.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2963.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2964.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2965.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2966.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2967.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2968.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2969.             'doctrine.orm.cache.memcache_port' => 11211,
  2970.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2971.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2972.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2973.             'doctrine.orm.cache.memcached_port' => 11211,
  2974.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2975.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2976.             'doctrine.orm.cache.redis_host' => 'localhost',
  2977.             'doctrine.orm.cache.redis_port' => 6379,
  2978.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2979.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2980.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2981.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2982.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2983.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2984.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2985.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2986.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2987.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2988.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2989.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2990.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2991.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2992.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2993.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2994.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2995.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2996.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2997.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2998.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2999.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3000.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3001.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3002.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3003.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3004.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3005.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3006.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3007.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3008.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3009.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3010.             'doctrine.migrations.preferred_em' => NULL,
  3011.             'doctrine.migrations.preferred_connection' => NULL,
  3012.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3013.             'web_profiler.debug_toolbar.mode' => 2,
  3014.             'twig.form.resources' => [
  3015.                 => 'form_div_layout.html.twig',
  3016.             ],
  3017.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3018.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3019.             'nelmio_cors.map' => [
  3020.                 '^/api' => [
  3021.                     'allow_origin' => true,
  3022.                     'allow_headers' => true,
  3023.                     'allow_methods' => [
  3024.                         => 'GET',
  3025.                         => 'OPTIONS',
  3026.                         => 'POST',
  3027.                         => 'PUT',
  3028.                         => 'PATCH',
  3029.                         => 'DELETE',
  3030.                     ],
  3031.                     'max_age' => 120,
  3032.                 ],
  3033.                 '^/' => [
  3034.                 ],
  3035.             ],
  3036.             'nelmio_cors.defaults' => [
  3037.                 'allow_origin' => [
  3038.                 ],
  3039.                 'allow_credentials' => false,
  3040.                 'allow_headers' => [
  3041.                 ],
  3042.                 'expose_headers' => [
  3043.                     => 'Content-Disposition',
  3044.                     => 'Content-Length',
  3045.                     => 'Link',
  3046.                 ],
  3047.                 'allow_methods' => [
  3048.                 ],
  3049.                 'max_age' => 0,
  3050.                 'hosts' => [
  3051.                 ],
  3052.                 'origin_regex' => false,
  3053.                 'forced_allow_origin_value' => NULL,
  3054.             ],
  3055.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3056.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3057.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3058.             'api_platform.enable_entrypoint' => true,
  3059.             'api_platform.enable_docs' => true,
  3060.             'api_platform.title' => '',
  3061.             'api_platform.description' => '',
  3062.             'api_platform.version' => '0.0.0',
  3063.             'api_platform.show_webby' => true,
  3064.             'api_platform.url_generation_strategy' => 1,
  3065.             'api_platform.exception_to_status' => [
  3066.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3067.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  3068.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  3069.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3070.             ],
  3071.             'api_platform.formats' => [
  3072.                 'jsonld' => [
  3073.                     => 'application/ld+json',
  3074.                 ],
  3075.                 'html' => [
  3076.                     => 'text/html',
  3077.                 ],
  3078.                 'json' => [
  3079.                     => 'application/json',
  3080.                 ],
  3081.             ],
  3082.             'api_platform.patch_formats' => [
  3083.             ],
  3084.             'api_platform.error_formats' => [
  3085.                 'jsonproblem' => [
  3086.                     => 'application/problem+json',
  3087.                 ],
  3088.                 'jsonld' => [
  3089.                     => 'application/ld+json',
  3090.                 ],
  3091.             ],
  3092.             'api_platform.allow_plain_identifiers' => false,
  3093.             'api_platform.eager_loading.enabled' => true,
  3094.             'api_platform.eager_loading.max_joins' => 30,
  3095.             'api_platform.eager_loading.fetch_partial' => false,
  3096.             'api_platform.eager_loading.force_eager' => true,
  3097.             'api_platform.collection.exists_parameter_name' => 'exists',
  3098.             'api_platform.collection.order' => 'ASC',
  3099.             'api_platform.collection.order_parameter_name' => 'order',
  3100.             'api_platform.collection.pagination.enabled' => true,
  3101.             'api_platform.collection.pagination.partial' => false,
  3102.             'api_platform.collection.pagination.client_enabled' => false,
  3103.             'api_platform.collection.pagination.client_items_per_page' => true,
  3104.             'api_platform.collection.pagination.client_partial' => false,
  3105.             'api_platform.collection.pagination.items_per_page' => 30,
  3106.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3107.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3108.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3109.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3110.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3111.             'api_platform.collection.pagination' => [
  3112.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3113.                 'enabled' => true,
  3114.                 'partial' => false,
  3115.                 'client_enabled' => false,
  3116.                 'client_items_per_page' => true,
  3117.                 'client_partial' => false,
  3118.                 'items_per_page' => 30,
  3119.                 'maximum_items_per_page' => NULL,
  3120.                 'page_parameter_name' => 'page',
  3121.                 'enabled_parameter_name' => 'pagination',
  3122.                 'partial_parameter_name' => 'partial',
  3123.             ],
  3124.             'api_platform.http_cache.etag' => true,
  3125.             'api_platform.http_cache.max_age' => NULL,
  3126.             'api_platform.http_cache.shared_max_age' => NULL,
  3127.             'api_platform.http_cache.vary' => [
  3128.                 => 'Accept',
  3129.             ],
  3130.             'api_platform.http_cache.public' => NULL,
  3131.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3132.             'api_platform.asset_package' => NULL,
  3133.             'api_platform.defaults' => [
  3134.                 'attributes' => [
  3135.                     'pagination_client_items_per_page' => true,
  3136.                 ],
  3137.             ],
  3138.             'api_platform.resource_class_directories' => [
  3139.                 => (\dirname(__DIR__4).'/src/Entity'),
  3140.             ],
  3141.             'api_platform.oauth.enabled' => false,
  3142.             'api_platform.oauth.clientId' => '',
  3143.             'api_platform.oauth.clientSecret' => '',
  3144.             'api_platform.oauth.type' => 'oauth2',
  3145.             'api_platform.oauth.flow' => 'application',
  3146.             'api_platform.oauth.tokenUrl' => '',
  3147.             'api_platform.oauth.authorizationUrl' => '',
  3148.             'api_platform.oauth.refreshUrl' => '',
  3149.             'api_platform.oauth.scopes' => [
  3150.             ],
  3151.             'api_platform.openapi.termsOfService' => NULL,
  3152.             'api_platform.openapi.contact.name' => NULL,
  3153.             'api_platform.openapi.contact.url' => NULL,
  3154.             'api_platform.openapi.contact.email' => NULL,
  3155.             'api_platform.openapi.license.name' => NULL,
  3156.             'api_platform.openapi.license.url' => NULL,
  3157.             'api_platform.swagger.versions' => [
  3158.                 => 2,
  3159.                 => 3,
  3160.             ],
  3161.             'api_platform.enable_swagger_ui' => true,
  3162.             'api_platform.enable_re_doc' => true,
  3163.             'api_platform.swagger.api_keys' => [
  3164.                 'apiKey' => [
  3165.                     'name' => 'Authorization',
  3166.                     'type' => 'header',
  3167.                 ],
  3168.             ],
  3169.             'api_platform.graphql.enabled' => false,
  3170.             'api_platform.graphql.graphiql.enabled' => false,
  3171.             'api_platform.graphql.graphql_playground.enabled' => false,
  3172.             'api_platform.graphql.collection.pagination' => [
  3173.                 'enabled' => true,
  3174.             ],
  3175.             'api_platform.validator.serialize_payload_fields' => [
  3176.             ],
  3177.             'api_platform.elasticsearch.enabled' => false,
  3178.             'lexik_jwt_authentication.clock_skew' => 0,
  3179.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3180.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3181.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3182.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3183.             'nelmio_alice.locale' => 'hu_HU',
  3184.             'nelmio_alice.functions_blacklist' => [
  3185.                 => 'current',
  3186.             ],
  3187.             'nelmio_alice.seed' => 1,
  3188.             'nelmio_alice.loading_limit' => 5,
  3189.             'nelmio_alice.max_unique_values_retry' => 150,
  3190.             'hautelook_alice.fixtures_path' => [
  3191.                 => 'Resources/fixtures',
  3192.             ],
  3193.             'hautelook_alice.root_dirs' => [
  3194.                 => \dirname(__DIR__4),
  3195.             ],
  3196.             'fidry_alice_data_fixtures.default_purge_mode' => 'truncate',
  3197.             'simplethings.entityaudit.connection' => 'default',
  3198.             'simplethings.entityaudit.entity_manager' => 'default',
  3199.             'simplethings.entityaudit.audited_entities' => [
  3200.                 => 'App\\Entity\\Customer',
  3201.                 => 'App\\Entity\\Call',
  3202.                 => 'App\\Entity\\Product',
  3203.                 => 'App\\Entity\\Order',
  3204.                 => 'App\\Entity\\OrderItem',
  3205.             ],
  3206.             'simplethings.entityaudit.global_ignore_columns' => [
  3207.             ],
  3208.             'simplethings.entityaudit.table_prefix' => '',
  3209.             'simplethings.entityaudit.table_suffix' => '_audit',
  3210.             'simplethings.entityaudit.revision_field_name' => 'rev',
  3211.             'simplethings.entityaudit.revision_type_field_name' => 'revtype',
  3212.             'simplethings.entityaudit.revision_table_name' => 'hd_entity_revisions',
  3213.             'simplethings.entityaudit.revision_id_field_type' => 'integer',
  3214.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3215.             'data_collector.templates' => [
  3216.                 'data_collector.request' => [
  3217.                     => 'request',
  3218.                     => '@WebProfiler/Collector/request.html.twig',
  3219.                 ],
  3220.                 'api_platform.data_collector.request' => [
  3221.                     => 'api_platform.data_collector.request',
  3222.                     => '@ApiPlatform/DataCollector/request.html.twig',
  3223.                 ],
  3224.                 'data_collector.time' => [
  3225.                     => 'time',
  3226.                     => '@WebProfiler/Collector/time.html.twig',
  3227.                 ],
  3228.                 'data_collector.memory' => [
  3229.                     => 'memory',
  3230.                     => '@WebProfiler/Collector/memory.html.twig',
  3231.                 ],
  3232.                 'data_collector.validator' => [
  3233.                     => 'validator',
  3234.                     => '@WebProfiler/Collector/validator.html.twig',
  3235.                 ],
  3236.                 'data_collector.ajax' => [
  3237.                     => 'ajax',
  3238.                     => '@WebProfiler/Collector/ajax.html.twig',
  3239.                 ],
  3240.                 'data_collector.form' => [
  3241.                     => 'form',
  3242.                     => '@WebProfiler/Collector/form.html.twig',
  3243.                 ],
  3244.                 'data_collector.exception' => [
  3245.                     => 'exception',
  3246.                     => '@WebProfiler/Collector/exception.html.twig',
  3247.                 ],
  3248.                 'data_collector.logger' => [
  3249.                     => 'logger',
  3250.                     => '@WebProfiler/Collector/logger.html.twig',
  3251.                 ],
  3252.                 'data_collector.events' => [
  3253.                     => 'events',
  3254.                     => '@WebProfiler/Collector/events.html.twig',
  3255.                 ],
  3256.                 'data_collector.router' => [
  3257.                     => 'router',
  3258.                     => '@WebProfiler/Collector/router.html.twig',
  3259.                 ],
  3260.                 'data_collector.cache' => [
  3261.                     => 'cache',
  3262.                     => '@WebProfiler/Collector/cache.html.twig',
  3263.                 ],
  3264.                 'data_collector.translation' => [
  3265.                     => 'translation',
  3266.                     => '@WebProfiler/Collector/translation.html.twig',
  3267.                 ],
  3268.                 'data_collector.security' => [
  3269.                     => 'security',
  3270.                     => '@Security/Collector/security.html.twig',
  3271.                 ],
  3272.                 'data_collector.twig' => [
  3273.                     => 'twig',
  3274.                     => '@WebProfiler/Collector/twig.html.twig',
  3275.                 ],
  3276.                 'data_collector.http_client' => [
  3277.                     => 'http_client',
  3278.                     => '@WebProfiler/Collector/http_client.html.twig',
  3279.                 ],
  3280.                 'data_collector.doctrine' => [
  3281.                     => 'db',
  3282.                     => '@Doctrine/Collector/db.html.twig',
  3283.                 ],
  3284.                 'data_collector.dump' => [
  3285.                     => 'dump',
  3286.                     => '@Debug/Profiler/dump.html.twig',
  3287.                 ],
  3288.                 'data_collector.config' => [
  3289.                     => 'config',
  3290.                     => '@WebProfiler/Collector/config.html.twig',
  3291.                 ],
  3292.             ],
  3293.             'console.command.ids' => [
  3294.             ],
  3295.         ];
  3296.     }
  3297.     protected function throw($message)
  3298.     {
  3299.         throw new RuntimeException($message);
  3300.     }
  3301. }