var/cache/dev/ContainerXhPSNwQ/App_KernelDevDebugContainer.php line 1948

Open in your IDE?
  1. <?php
  2. namespace ContainerXhPSNwQ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'twig' => 'getTwigService',
  61.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62.             'security.token_storage' => 'getSecurity_TokenStorageService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             'App\\Controller\\Admin\\RenderController' => 'getRenderControllerService',
  75.             'App\\Controller\\Admin\\SectionController' => 'getSectionControllerService',
  76.             'App\\Controller\\Admin\\TranslatorController' => 'getTranslatorControllerService',
  77.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  78.             'App\\Controller\\Api\\BookBonus' => 'getBookBonusService',
  79.             'App\\Controller\\Api\\BookUnits' => 'getBookUnitsService',
  80.             'App\\Controller\\Api\\BookVideos' => 'getBookVideosService',
  81.             'App\\Controller\\Api\\FirebaseTokenController' => 'getFirebaseTokenControllerService',
  82.             'App\\Controller\\Api\\SessionBridgeController' => 'getSessionBridgeControllerService',
  83.             'App\\Controller\\Api\\UnitPartVideos' => 'getUnitPartVideosService',
  84.             'App\\Controller\\Api\\UnitVideos' => 'getUnitVideosService',
  85.             'App\\Controller\\Api\\UserInfoController' => 'getUserInfoControllerService',
  86.             'App\\Controller\\App\\ExtrasController' => 'getExtrasControllerService',
  87.             'App\\Controller\\App\\FaqController' => 'getFaqControllerService',
  88.             'App\\Controller\\App\\GamebankController' => 'getGamebankControllerService',
  89.             'App\\Controller\\App\\LibraryController' => 'getLibraryControllerService',
  90.             'App\\Controller\\App\\SettingsController' => 'getSettingsControllerService',
  91.             'App\\Controller\\App\\SubscriptionController' => 'getSubscriptionControllerService',
  92.             'App\\Controller\\App\\VoucherController' => 'getVoucherControllerService',
  93.             'App\\Controller\\AppleController' => 'getAppleControllerService',
  94.             'App\\Controller\\CronController' => 'getCronControllerService',
  95.             'App\\Controller\\FacebookController' => 'getFacebookControllerService',
  96.             'App\\Controller\\FrontController' => 'getFrontControllerService',
  97.             'App\\Controller\\GoogleController' => 'getGoogleControllerService',
  98.             'App\\Controller\\IntextController' => 'getIntextControllerService',
  99.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  100.             'App\\Controller\\TestController' => 'getTestControllerService',
  101.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  102.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  103.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  104.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  105.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  106.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  107.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  108.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  109.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  110.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  111.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  112.             'cache.app_clearer' => 'getCache_AppClearerService',
  113.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  114.             'cache.system_clearer' => 'getCache_SystemClearerService',
  115.             'cache_warmer' => 'getCacheWarmerService',
  116.             'console.command.public_alias.App\\Command\\DatabaseCommand' => 'getDatabaseCommandService',
  117.             'console.command.public_alias.App\\Command\\ImportCommand' => 'getImportCommandService',
  118.             'console.command.public_alias.App\\Command\\PaymentCheckCommand' => 'getPaymentCheckCommandService',
  119.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  120.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  121.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  122.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  123.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  124.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  125.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  126.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  127.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  128.             'console.command.public_alias.gpslab.command.geoip2.update' => 'getConsole_Command_PublicAlias_Gpslab_Command_Geoip2_UpdateService',
  129.             'console.command_loader' => 'getConsole_CommandLoaderService',
  130.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  131.             'cron.executor' => 'getCron_ExecutorService',
  132.             'cron.manager' => 'getCron_ManagerService',
  133.             'cron.resolver' => 'getCron_ResolverService',
  134.             'cron.validator' => 'getCron_ValidatorService',
  135.             'error_controller' => 'getErrorControllerService',
  136.             'geoip2.reader' => 'getGeoip2_ReaderService',
  137.             'knp_paginator' => 'getKnpPaginatorService',
  138.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  139.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  140.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  141.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  142.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  143.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  144.             'monolog.logger.account' => 'getMonolog_Logger_AccountService',
  145.             'monolog.logger.cron' => 'getMonolog_Logger_CronService',
  146.             'monolog.logger.payment' => 'getMonolog_Logger_PaymentService',
  147.             'routing.loader' => 'getRouting_LoaderService',
  148.             'services_resetter' => 'getServicesResetterService',
  149.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  150.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  151.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  152.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  153.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  154.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  155.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  156.         ];
  157.         $this->aliases = [
  158.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  159.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  160.             'App\\Kernel' => 'kernel',
  161.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  162.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  163.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  164.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  165.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  166.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  167.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  168.             'database_connection' => 'doctrine.dbal.default_connection',
  169.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  170.             'mailer' => 'swiftmailer.mailer.default',
  171.         ];
  172.         $this->privates['service_container'] = function () {
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  179.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  180.             include_once \dirname(__DIR__4).'/src/EventListener/AccountBridgeListener.php';
  181.             include_once \dirname(__DIR__4).'/src/EventListener/CspListener.php';
  182.             include_once \dirname(__DIR__4).'/src/EventListener/SecurityListener.php';
  183.             include_once \dirname(__DIR__4).'/src/EventListener/SessionIdleListener.php';
  184.             include_once \dirname(__DIR__4).'/src/EventListener/TeacherProfileCompletionListener.php';
  185.             include_once \dirname(__DIR__4).'/src/EventListener/UserLocaleListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  187.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  188.             include_once \dirname(__DIR__4).'/src/Service/TeacherProfileService.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  200.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  386.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  390.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  395.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  423.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  452.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  545.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  560.             include_once \dirname(__DIR__4).'/src/Serializer/BookNormalizer.php';
  561.             include_once \dirname(__DIR__4).'/src/Serializer/UnitNormalizer.php';
  562.             include_once \dirname(__DIR__4).'/src/Serializer/UnitPartNormalizer.php';
  563.             include_once \dirname(__DIR__4).'/src/Serializer/VideoNormalizer.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  658.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  677.         };
  678.     }
  679.     public function compile(): void
  680.     {
  681.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  682.     }
  683.     public function isCompiled(): bool
  684.     {
  685.         return true;
  686.     }
  687.     public function getRemovedIds(): array
  688.     {
  689.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  690.     }
  691.     protected function load($file$lazyLoad true)
  692.     {
  693.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  694.             return $class::do($this$lazyLoad);
  695.         }
  696.         if ('.' === $file[-4]) {
  697.             $class substr($class0, -4);
  698.         } else {
  699.             $file .= '.php';
  700.         }
  701.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  702.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  703.     }
  704.     protected function createProxy($class\Closure $factory)
  705.     {
  706.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  707.         return $factory();
  708.     }
  709.     /**
  710.      * Gets the public '.container.private.profiler' shared service.
  711.      *
  712.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  713.      */
  714.     protected function get_Container_Private_ProfilerService()
  715.     {
  716.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  717.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  718.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  719.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  720.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  721.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  722.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  723.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  724.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  725.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  726.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  727.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  728.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  729.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  730.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  731.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  732.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  733.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  734.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  735.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  736.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  737.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  738.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  739.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  740.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  741.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  742.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  743.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  744.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  745.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  746.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  747.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  748.         if ($this->has('kernel')) {
  749.             $g->setKernel($b);
  750.         }
  751.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  752.         $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->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($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())));
  753.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  754.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  755.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  757.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  758.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  759.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  760.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  761.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  762.         $instance->add($d);
  763.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  764.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  765.         $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())));
  766.         $instance->add($e);
  767.         $instance->add($f);
  768.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  769.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  770.         $instance->add($g);
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.security.authorization_checker' shared service.
  775.      *
  776.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  777.      */
  778.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  779.     {
  780.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  781.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  782.             return $this->services['.container.private.security.authorization_checker'];
  783.         }
  784.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.security.token_storage' shared service.
  788.      *
  789.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  790.      */
  791.     protected function get_Container_Private_Security_TokenStorageService()
  792.     {
  793.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  794.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  795.         ], [
  796.             'request_stack' => '?',
  797.         ]));
  798.     }
  799.     /**
  800.      * Gets the public '.container.private.serializer' shared service.
  801.      *
  802.      * @return \Symfony\Component\Serializer\Serializer
  803.      */
  804.     protected function get_Container_Private_SerializerService()
  805.     {
  806.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  807.         if (isset($this->services['.container.private.serializer'])) {
  808.             return $this->services['.container.private.serializer'];
  809.         }
  810.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  811.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  812.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  813.         $e = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  814.         $f = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$d)], [=> $e]));
  815.         $g = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($f);
  816.         $h = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  817.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  818.         $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  819.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($h$i$j, ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_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, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), NULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), false'page'false'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()), NULLtrue$f));
  820.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  821.         $m = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  822.         $n = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m);
  823.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \App\Serializer\BookNormalizer($c, ($this->services['translator'] ?? $this->getTranslatorService())), => new \App\Serializer\UnitNormalizer($c), => new \App\Serializer\UnitPartNormalizer(), => new \App\Serializer\VideoNormalizer(), => $g=> $k=> new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $k=> $g10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\Serializer\ItemNormalizer($i$j, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $b$l$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  824.             return new \EmptyIterator();
  825.         }, 0), $h$a), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 16 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($m$l$d$nNULL)), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 22 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 23 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$l$b$d$nNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $e=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  826.     }
  827.     /**
  828.      * Gets the public '.container.private.session' shared service.
  829.      *
  830.      * @return \Symfony\Component\HttpFoundation\Session\Session
  831.      */
  832.     protected function get_Container_Private_SessionService()
  833.     {
  834.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  835.         if (isset($this->services['.container.private.session'])) {
  836.             return $this->services['.container.private.session'];
  837.         }
  838.         return $this->services['.container.private.session'] = $a->createSession();
  839.     }
  840.     /**
  841.      * Gets the public '.container.private.twig' shared service.
  842.      *
  843.      * @return \Twig\Environment
  844.      */
  845.     protected function get_Container_Private_TwigService()
  846.     {
  847.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  848.         $a->addPath((\dirname(__DIR__4).'/templates'));
  849.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/WebProfilerBundle'), 'WebProfiler');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  864.         $a->addPath((\dirname(__DIR__4).'/templates'));
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  868.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  869.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  870.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  871.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  872.         $e = ($this->services['router'] ?? $this->getRouterService());
  873.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  874.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  875.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  876.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  877.         $i = new \Symfony\Bridge\Twig\AppVariable();
  878.         $i->setEnvironment('dev');
  879.         $i->setDebug(true);
  880.         if ($this->has('.container.private.security.token_storage')) {
  881.             $i->setTokenStorage($g);
  882.         }
  883.         if ($this->has('request_stack')) {
  884.             $i->setRequestStack($f);
  885.         }
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  902.         $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())));
  903.         $instance->addExtension(new \App\Twig\AppExtension($f));
  904.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  905.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  906.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify([])))));
  907.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  908.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  909.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  910.         ], [
  911.             'webpack_encore.entrypoint_lookup_collection' => '?',
  912.             'webpack_encore.tag_renderer' => '?',
  913.         ])));
  914.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  915.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  916.         $instance->addGlobal('app'$i);
  917.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  918.             'App\\Twig\\Runtime\\BookRuntime' => ['privates''App\\Twig\\Runtime\\BookRuntime''getBookRuntimeService'true],
  919.             'App\\Twig\\Runtime\\IntextRuntime' => ['privates''App\\Twig\\Runtime\\IntextRuntime''getIntextRuntimeService'true],
  920.             'App\\Twig\\Runtime\\RouteRuntime' => ['privates''App\\Twig\\Runtime\\RouteRuntime''getRouteRuntimeService'true],
  921.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  922.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  923.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  924.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  925.         ], [
  926.             'App\\Twig\\Runtime\\BookRuntime' => '?',
  927.             'App\\Twig\\Runtime\\IntextRuntime' => '?',
  928.             'App\\Twig\\Runtime\\RouteRuntime' => '?',
  929.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  930.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  931.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  932.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  933.         ])));
  934.         $instance->addGlobal('book_groups'$this->parameters['book_groups']);
  935.         $instance->addGlobal('app_store_url''https://apps.apple.com/us/app/steve-and-maggie/id6743401304');
  936.         $instance->addGlobal('google_play_url''https://play.google.com/store/apps/details?id=com.wattsenglish.steve_and_maggie_flutter');
  937.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public '.container.private.validator' shared service.
  942.      *
  943.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  944.      */
  945.     protected function get_Container_Private_ValidatorService()
  946.     {
  947.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  948.     }
  949.     /**
  950.      * Gets the public 'cache.app' shared service.
  951.      *
  952.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  953.      */
  954.     protected function getCache_AppService()
  955.     {
  956.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('GR0RX+yrF1'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  957.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  958.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  959.     }
  960.     /**
  961.      * Gets the public 'cache.system' shared service.
  962.      *
  963.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  964.      */
  965.     protected function getCache_SystemService()
  966.     {
  967.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ssZq-n6zny'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  968.     }
  969.     /**
  970.      * Gets the public 'cache.validator_expression_language' shared service.
  971.      *
  972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  973.      */
  974.     protected function getCache_ValidatorExpressionLanguageService()
  975.     {
  976.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sRKG+reOFh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  977.     }
  978.     /**
  979.      * Gets the public 'data_collector.dump' shared service.
  980.      *
  981.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  982.      */
  983.     protected function getDataCollector_DumpService()
  984.     {
  985.         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);
  986.     }
  987.     /**
  988.      * Gets the public 'doctrine' shared service.
  989.      *
  990.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  991.      */
  992.     protected function getDoctrineService()
  993.     {
  994.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  995.     }
  996.     /**
  997.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  998.      *
  999.      * @return \Doctrine\DBAL\Connection
  1000.      */
  1001.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1002.     {
  1003.         $a = new \Doctrine\DBAL\Configuration();
  1004.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1005.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1006.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1007.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1008.         $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()))]));
  1009.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->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' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1010.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1011.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1012.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1013.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1014.         ], [
  1015.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1016.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1017.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1018.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1019.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1020.     }
  1021.     /**
  1022.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1023.      *
  1024.      * @return \Doctrine\ORM\EntityManager
  1025.      */
  1026.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1027.     {
  1028.         if ($lazyLoad) {
  1029.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1030.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1031.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1032.                     $proxy->setProxyInitializer(null);
  1033.                     return true;
  1034.                 });
  1035.             });
  1036.         }
  1037.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1057.         $a = new \Doctrine\ORM\Configuration();
  1058.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1059.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1060.         $b->addDriver($c'App\\Entity');
  1061.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  1062.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')]))), 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1063.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1064.         $a->setEntityNamespaces(['App' => 'App\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1065.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1066.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1067.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1068.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1069.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1070.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1071.         ], [
  1072.             'doctrine.ulid_generator' => '?',
  1073.             'doctrine.uuid_generator' => '?',
  1074.         ])));
  1075.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1076.         $a->setProxyNamespace('Proxies');
  1077.         $a->setAutoGenerateProxyClasses(true);
  1078.         $a->setSchemaIgnoreClasses([]);
  1079.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1080.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1081.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1082.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1083.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1084.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1085.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1086.             'App\\Repository\\ArticleTagRepository' => ['privates''App\\Repository\\ArticleTagRepository''getArticleTagRepositoryService'true],
  1087.             'App\\Repository\\BookIconRepository' => ['privates''App\\Repository\\BookIconRepository''getBookIconRepositoryService'true],
  1088.             'App\\Repository\\BookRepository' => ['privates''App\\Repository\\BookRepository''getBookRepositoryService'true],
  1089.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1090.             'App\\Repository\\CodeGameBankRepository' => ['privates''App\\Repository\\CodeGameBankRepository''getCodeGameBankRepositoryService'true],
  1091.             'App\\Repository\\CodeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'true],
  1092.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1093.             'App\\Repository\\ExtraRepository' => ['privates''App\\Repository\\ExtraRepository''getExtraRepositoryService'true],
  1094.             'App\\Repository\\FilterActivityRepository' => ['privates''App\\Repository\\FilterActivityRepository''getFilterActivityRepositoryService'true],
  1095.             'App\\Repository\\FilterAgeRepository' => ['privates''App\\Repository\\FilterAgeRepository''getFilterAgeRepositoryService'true],
  1096.             'App\\Repository\\FilterEnergyRepository' => ['privates''App\\Repository\\FilterEnergyRepository''getFilterEnergyRepositoryService'true],
  1097.             'App\\Repository\\FilterLexicalRepository' => ['privates''App\\Repository\\FilterLexicalRepository''getFilterLexicalRepositoryService'true],
  1098.             'App\\Repository\\FilterRepository' => ['privates''App\\Repository\\FilterRepository''getFilterRepositoryService'true],
  1099.             'App\\Repository\\GalleryPhotoRepository' => ['privates''App\\Repository\\GalleryPhotoRepository''getGalleryPhotoRepositoryService'true],
  1100.             'App\\Repository\\GalleryRepository' => ['privates''App\\Repository\\GalleryRepository''getGalleryRepositoryService'true],
  1101.             'App\\Repository\\GameRepository' => ['privates''App\\Repository\\GameRepository''getGameRepositoryService'true],
  1102.             'App\\Repository\\IntextBackupRepository' => ['privates''App\\Repository\\IntextBackupRepository''getIntextBackupRepositoryService'true],
  1103.             'App\\Repository\\IntextConceptRepository' => ['privates''App\\Repository\\IntextConceptRepository''getIntextConceptRepositoryService'true],
  1104.             'App\\Repository\\IntextRepository' => ['privates''App\\Repository\\IntextRepository''getIntextRepositoryService'true],
  1105.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1106.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1107.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'true],
  1108.             'App\\Repository\\SectionAclRepository' => ['privates''App\\Repository\\SectionAclRepository''getSectionAclRepositoryService'true],
  1109.             'App\\Repository\\SectionBackupRepository' => ['privates''App\\Repository\\SectionBackupRepository''getSectionBackupRepositoryService'true],
  1110.             'App\\Repository\\SectionRepository' => ['privates''App\\Repository\\SectionRepository''getSectionRepositoryService'true],
  1111.             'App\\Repository\\SlugRepository' => ['privates''App\\Repository\\SlugRepository''getSlugRepositoryService'true],
  1112.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'true],
  1113.             'App\\Repository\\TokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'true],
  1114.             'App\\Repository\\UnitPartPictureRepository' => ['privates''App\\Repository\\UnitPartPictureRepository''getUnitPartPictureRepositoryService'true],
  1115.             'App\\Repository\\UnitPartRepository' => ['privates''App\\Repository\\UnitPartRepository''getUnitPartRepositoryService'true],
  1116.             'App\\Repository\\UnitPictureRepository' => ['privates''App\\Repository\\UnitPictureRepository''getUnitPictureRepositoryService'true],
  1117.             'App\\Repository\\UnitRepository' => ['privates''App\\Repository\\UnitRepository''getUnitRepositoryService'true],
  1118.             'App\\Repository\\UserAttributeRepository' => ['privates''App\\Repository\\UserAttributeRepository''getUserAttributeRepositoryService'true],
  1119.             'App\\Repository\\UserAttributeValueRepository' => ['privates''App\\Repository\\UserAttributeValueRepository''getUserAttributeValueRepositoryService'true],
  1120.             'App\\Repository\\UserGroupRepository' => ['privates''App\\Repository\\UserGroupRepository''getUserGroupRepositoryService'true],
  1121.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1122.             'App\\Repository\\VideoLinkRepository' => ['privates''App\\Repository\\VideoLinkRepository''getVideoLinkRepositoryService'true],
  1123.             'App\\Repository\\VideoRepository' => ['privates''App\\Repository\\VideoRepository''getVideoRepositoryService'true],
  1124.             'App\\Repository\\VideoThumbnailRepository' => ['privates''App\\Repository\\VideoThumbnailRepository''getVideoThumbnailRepositoryService'true],
  1125.         ], [
  1126.             'App\\Repository\\ArticleRepository' => '?',
  1127.             'App\\Repository\\ArticleTagRepository' => '?',
  1128.             'App\\Repository\\BookIconRepository' => '?',
  1129.             'App\\Repository\\BookRepository' => '?',
  1130.             'App\\Repository\\CategoryRepository' => '?',
  1131.             'App\\Repository\\CodeGameBankRepository' => '?',
  1132.             'App\\Repository\\CodeRepository' => '?',
  1133.             'App\\Repository\\CountryRepository' => '?',
  1134.             'App\\Repository\\ExtraRepository' => '?',
  1135.             'App\\Repository\\FilterActivityRepository' => '?',
  1136.             'App\\Repository\\FilterAgeRepository' => '?',
  1137.             'App\\Repository\\FilterEnergyRepository' => '?',
  1138.             'App\\Repository\\FilterLexicalRepository' => '?',
  1139.             'App\\Repository\\FilterRepository' => '?',
  1140.             'App\\Repository\\GalleryPhotoRepository' => '?',
  1141.             'App\\Repository\\GalleryRepository' => '?',
  1142.             'App\\Repository\\GameRepository' => '?',
  1143.             'App\\Repository\\IntextBackupRepository' => '?',
  1144.             'App\\Repository\\IntextConceptRepository' => '?',
  1145.             'App\\Repository\\IntextRepository' => '?',
  1146.             'App\\Repository\\LanguageRepository' => '?',
  1147.             'App\\Repository\\PaymentRepository' => '?',
  1148.             'App\\Repository\\ResourceRepository' => '?',
  1149.             'App\\Repository\\SectionAclRepository' => '?',
  1150.             'App\\Repository\\SectionBackupRepository' => '?',
  1151.             'App\\Repository\\SectionRepository' => '?',
  1152.             'App\\Repository\\SlugRepository' => '?',
  1153.             'App\\Repository\\SubscriptionRepository' => '?',
  1154.             'App\\Repository\\TokenRepository' => '?',
  1155.             'App\\Repository\\UnitPartPictureRepository' => '?',
  1156.             'App\\Repository\\UnitPartRepository' => '?',
  1157.             'App\\Repository\\UnitPictureRepository' => '?',
  1158.             'App\\Repository\\UnitRepository' => '?',
  1159.             'App\\Repository\\UserAttributeRepository' => '?',
  1160.             'App\\Repository\\UserAttributeValueRepository' => '?',
  1161.             'App\\Repository\\UserGroupRepository' => '?',
  1162.             'App\\Repository\\UserRepository' => '?',
  1163.             'App\\Repository\\VideoLinkRepository' => '?',
  1164.             'App\\Repository\\VideoRepository' => '?',
  1165.             'App\\Repository\\VideoThumbnailRepository' => '?',
  1166.         ])));
  1167.         $a->addCustomStringFunction('field''App\\DQL\\Field');
  1168.         $a->addCustomStringFunction('MATCH_AGAINST''App\\DQL\\MatchAgainst');
  1169.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1170.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'event_dispatcher' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1177.      */
  1178.     protected function getEventDispatcherService()
  1179.     {
  1180.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1181.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1182.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1183.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1184.         $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())));
  1185.         $instance->addListener('kernel.request', [=> function () {
  1186.             return ($this->privates['App\\EventListener\\AccountBridgeListener'] ?? $this->getAccountBridgeListenerService());
  1187.         }, => 'onKernelRequest'], 1);
  1188.         $instance->addListener('kernel.response', [=> function () {
  1189.             return ($this->privates['App\\EventListener\\CspListener'] ?? ($this->privates['App\\EventListener\\CspListener'] = new \App\EventListener\CspListener()));
  1190.         }, => 'onKernelResponse'], -1);
  1191.         $instance->addListener('kernel.exception', [=> function () {
  1192.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1193.         }, => 'onKernelException'], 0);
  1194.         $instance->addListener('kernel.request', [=> function () {
  1195.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1196.         }, => 'onKernelRequest'], -1);
  1197.         $instance->addListener('kernel.request', [=> function () {
  1198.             return ($this->privates['App\\EventListener\\SessionIdleListener'] ?? $this->getSessionIdleListenerService());
  1199.         }, => 'onKernelRequest'], 0);
  1200.         $instance->addListener('kernel.request', [=> function () {
  1201.             return ($this->privates['App\\EventListener\\TeacherProfileCompletionListener'] ?? $this->getTeacherProfileCompletionListenerService());
  1202.         }, => 'onKernelRequest'], 1);
  1203.         $instance->addListener('security.interactive_login', [=> function () {
  1204.             return ($this->privates['App\\EventListener\\UserLocaleListener'] ?? $this->getUserLocaleListenerService());
  1205.         }, => 'onInteractiveLogin'], 15);
  1206.         $instance->addListener('kernel.request', [=> function () {
  1207.             return ($this->privates['App\\EventListener\\UserLocaleListener'] ?? $this->getUserLocaleListenerService());
  1208.         }, => 'onRequest'], -1);
  1209.         $instance->addListener('kernel.controller', [=> function () {
  1210.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1211.         }, => 'onKernelController'], 0);
  1212.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1213.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1214.         }, => 'checkPassport'], 1024);
  1215.         $instance->addListener('kernel.response', [=> function () {
  1216.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1217.         }, => 'onKernelResponse'], 0);
  1218.         $instance->addListener('kernel.request', [=> function () {
  1219.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1220.         }, => 'onKernelRequest'], 250);
  1221.         $instance->addListener('kernel.response', [=> function () {
  1222.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1223.         }, => 'onKernelResponse'], 0);
  1224.         $instance->addListener('kernel.response', [=> function () {
  1225.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1226.         }, => 'onResponse'], -10);
  1227.         $instance->addListener('kernel.request', [=> function () {
  1228.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1229.         }, => 'onKernelRequest'], 28);
  1230.         $instance->addListener('kernel.request', [=> function () {
  1231.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1232.         }, => 'onKernelRequest'], 2);
  1233.         $instance->addListener('kernel.view', [=> function () {
  1234.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1235.         }, => 'onKernelView'], 16);
  1236.         $instance->addListener('kernel.view', [=> function () {
  1237.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1238.         }, => 'onKernelView'], 8);
  1239.         $instance->addListener('kernel.exception', [=> function () {
  1240.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1241.         }, => 'onKernelException'], 0);
  1242.         $instance->addListener('kernel.exception', [=> function () {
  1243.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1244.         }, => 'onKernelException'], -96);
  1245.         $instance->addListener('kernel.view', [=> function () {
  1246.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1247.         }, => 'onKernelView'], 32);
  1248.         $instance->addListener('kernel.request', [=> function () {
  1249.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1250.         }, => 'onKernelRequest'], 4);
  1251.         $instance->addListener('kernel.request', [=> function () {
  1252.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1253.         }, => 'onKernelRequest'], 0);
  1254.         $instance->addListener('kernel.response', [=> function () {
  1255.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1256.         }, => 'onKernelResponse'], -1);
  1257.         $instance->addListener('kernel.view', [=> function () {
  1258.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1259.         }, => 'onKernelView'], 64);
  1260.         $instance->addListener('kernel.request', [=> function () {
  1261.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1262.         }, => 'onKernelRequest'], 16);
  1263.         $instance->addListener('kernel.request', [=> function () {
  1264.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1265.         }, => 'onSecurity'], 3);
  1266.         $instance->addListener('kernel.request', [=> function () {
  1267.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1268.         }, => 'onSecurityPostDenormalize'], 1);
  1269.         $instance->addListener('kernel.view', [=> function () {
  1270.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1271.         }, => 'onSecurityPostValidation'], 63);
  1272.         $instance->addListener('kernel.exception', [=> function () {
  1273.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1274.         }, => 'onKernelException'], 0);
  1275.         $instance->addListener('kernel.request', [=> function () {
  1276.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1277.         }, => 'onKernelRequest'], 0);
  1278.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1279.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1280.         }, => 'onAuthorizationRequest'], 1024);
  1281.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1282.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1283.         }, => '__invoke'], 0);
  1284.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1285.             return ($this->privates['App\\EventSubscriber\\JWTSubscriber'] ?? $this->load('getJWTSubscriberService'));
  1286.         }, => 'onAuthenticationSuccess'], 0);
  1287.         $instance->addListener('kernel.request', [=> function () {
  1288.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1289.         }, => 'onKernelRequest'], 20);
  1290.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1291.             return ($this->privates['App\\EventSubscriber\\OAuth2AuthorizationSubscriber'] ?? $this->load('getOAuth2AuthorizationSubscriberService'));
  1292.         }, => 'onAuthorizationRequestResolve'], 0);
  1293.         $instance->addListener('kernel.response', [=> function () {
  1294.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1295.         }, => 'onKernelResponse'], 0);
  1296.         $instance->addListener('kernel.response', [=> function () {
  1297.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1298.         }, => 'onKernelResponse'], -1024);
  1299.         $instance->addListener('kernel.request', [=> function () {
  1300.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1301.         }, => 'setDefaultLocale'], 100);
  1302.         $instance->addListener('kernel.request', [=> function () {
  1303.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1304.         }, => 'onKernelRequest'], 16);
  1305.         $instance->addListener('kernel.finish_request', [=> function () {
  1306.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1307.         }, => 'onKernelFinishRequest'], 0);
  1308.         $instance->addListener('kernel.request', [=> function () {
  1309.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1310.         }, => 'onKernelRequest'], 256);
  1311.         $instance->addListener('kernel.response', [=> function () {
  1312.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1313.         }, => 'onResponse'], -255);
  1314.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1315.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1316.         }, => 'onControllerArguments'], 0);
  1317.         $instance->addListener('kernel.exception', [=> function () {
  1318.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1319.         }, => 'logKernelException'], 0);
  1320.         $instance->addListener('kernel.exception', [=> function () {
  1321.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1322.         }, => 'onKernelException'], -128);
  1323.         $instance->addListener('kernel.response', [=> function () {
  1324.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1325.         }, => 'removeCspHeader'], -128);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1328.         }, => 'onKernelRequest'], 15);
  1329.         $instance->addListener('kernel.finish_request', [=> function () {
  1330.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1331.         }, => 'onKernelFinishRequest'], -15);
  1332.         $instance->addListener('console.error', [=> function () {
  1333.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1334.         }, => 'onConsoleError'], -128);
  1335.         $instance->addListener('console.terminate', [=> function () {
  1336.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1337.         }, => 'onConsoleTerminate'], -128);
  1338.         $instance->addListener('console.error', [=> function () {
  1339.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1340.         }, => 'onConsoleError'], 0);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1343.         }, => 'configure'], 2048);
  1344.         $instance->addListener('console.command', [=> function () {
  1345.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1346.         }, => 'configure'], 2048);
  1347.         $instance->addListener('kernel.request', [=> function () {
  1348.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1349.         }, => 'onKernelRequest'], 32);
  1350.         $instance->addListener('kernel.finish_request', [=> function () {
  1351.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1352.         }, => 'onKernelFinishRequest'], 0);
  1353.         $instance->addListener('kernel.exception', [=> function () {
  1354.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1355.         }, => 'onKernelException'], -64);
  1356.         $instance->addListener('kernel.response', [=> function () {
  1357.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1358.         }, => 'onKernelResponse'], 0);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1361.         }, => 'onKernelRequest'], 128);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1364.         }, => 'onKernelResponse'], -1000);
  1365.         $instance->addListener('kernel.finish_request', [=> function () {
  1366.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1367.         }, => 'onFinishRequest'], 0);
  1368.         $instance->addListener('kernel.response', [=> function () {
  1369.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1370.         }, => 'onKernelResponse'], -100);
  1371.         $instance->addListener('kernel.exception', [=> function () {
  1372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1373.         }, => 'onKernelException'], 0);
  1374.         $instance->addListener('kernel.terminate', [=> function () {
  1375.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1376.         }, => 'onKernelTerminate'], -1024);
  1377.         $instance->addListener('kernel.controller', [=> function () {
  1378.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1379.         }, => 'onKernelController'], 0);
  1380.         $instance->addListener('kernel.response', [=> function () {
  1381.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1382.         }, => 'onKernelResponse'], 0);
  1383.         $instance->addListener('kernel.response', [=> function () {
  1384.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1385.         }, => 'onKernelResponse'], -128);
  1386.         $instance->addListener('kernel.response', [=> function () {
  1387.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1388.         }, => 'onKernelResponse'], 0);
  1389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1390.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1391.         }, => 'checkPassport'], 0);
  1392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1393.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1394.         }, => 'onLoginSuccess'], 0);
  1395.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1396.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1397.         }, => 'onVoterVote'], 0);
  1398.         $instance->addListener('kernel.request', [=> function () {
  1399.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1400.         }, => 'configureLogoutUrlGenerator'], 8);
  1401.         $instance->addListener('kernel.request', [=> function () {
  1402.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1403.         }, => 'onKernelRequest'], 8);
  1404.         $instance->addListener('kernel.finish_request', [=> function () {
  1405.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1406.         }, => 'onKernelFinishRequest'], 0);
  1407.         $instance->addListener('console.error', [=> function () {
  1408.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1409.         }, => 'onConsoleError'], 0);
  1410.         $instance->addListener('console.terminate', [=> function () {
  1411.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1412.         }, => 'onConsoleTerminate'], 0);
  1413.         $instance->addListener('kernel.controller', [=> function () {
  1414.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1415.         }, => 'onKernelController'], 0);
  1416.         $instance->addListener('kernel.controller', [=> function () {
  1417.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1418.         }, => 'onKernelController'], 0);
  1419.         $instance->addListener('kernel.controller', [=> function () {
  1420.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1421.         }, => 'onKernelController'], -128);
  1422.         $instance->addListener('kernel.view', [=> function () {
  1423.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1424.         }, => 'onKernelView'], 0);
  1425.         $instance->addListener('kernel.controller', [=> function () {
  1426.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1427.         }, => 'onKernelController'], 0);
  1428.         $instance->addListener('kernel.response', [=> function () {
  1429.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1430.         }, => 'onKernelResponse'], 0);
  1431.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1432.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1433.         }, => 'onKernelControllerArguments'], 0);
  1434.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1435.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1436.         }, => 'onKernelControllerArguments'], 0);
  1437.         $instance->addListener('kernel.view', [=> function () {
  1438.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService'));
  1439.         }, => 'onKernelView'], 0);
  1440.         $instance->addListener('console.command', [=> function () {
  1441.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1442.         }, => 'onCommand'], 255);
  1443.         $instance->addListener('console.terminate', [=> function () {
  1444.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1445.         }, => 'onTerminate'], -255);
  1446.         $instance->addListener('console.command', [=> function () {
  1447.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1448.         }, => 'configure'], 1024);
  1449.         $instance->addListener('kernel.exception', [=> function () {
  1450.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1451.         }, => 'onException'], 0);
  1452.         $instance->addListener('kernel.terminate', [=> function () {
  1453.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1454.         }, => 'onTerminate'], 0);
  1455.         $instance->addListener('console.error', [=> function () {
  1456.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1457.         }, => 'onException'], 0);
  1458.         $instance->addListener('console.terminate', [=> function () {
  1459.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1460.         }, => 'onTerminate'], 0);
  1461.         $instance->addListener('kernel.finish_request', [=> function () {
  1462.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1463.         }, => 'resetAssets'], 0);
  1464.         $instance->addListener('knp_pager.before', [=> function () {
  1465.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1466.         }, => 'before'], 0);
  1467.         $instance->addListener('knp_pager.pagination', [=> function () {
  1468.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1469.         }, => 'pagination'], 0);
  1470.         $instance->addListener('knp_pager.before', [=> function () {
  1471.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1472.         }, => 'before'], 1);
  1473.         $instance->addListener('knp_pager.before', [=> function () {
  1474.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1475.         }, => 'before'], 1);
  1476.         $instance->addListener('knp_pager.pagination', [=> function () {
  1477.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1478.         }, => 'pagination'], 1);
  1479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1480.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1481.         }, => 'checkPassport'], 256);
  1482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1483.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1484.         }, => 'checkPassport'], 512);
  1485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1486.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1487.         }, => 'onLogout'], 0);
  1488.         return $instance;
  1489.     }
  1490.     /**
  1491.      * Gets the public 'http_kernel' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1494.      */
  1495.     protected function getHttpKernelService()
  1496.     {
  1497.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1498.         if (isset($this->services['http_kernel'])) {
  1499.             return $this->services['http_kernel'];
  1500.         }
  1501.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1502.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1503.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1504.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1505.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1506.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1507.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService'));
  1508.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1509.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1510.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1511.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1512.         }, 9)), $b));
  1513.     }
  1514.     /**
  1515.      * Gets the public 'request_stack' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1518.      */
  1519.     protected function getRequestStackService()
  1520.     {
  1521.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1522.     }
  1523.     /**
  1524.      * Gets the public 'router' shared service.
  1525.      *
  1526.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1527.      */
  1528.     protected function getRouterService()
  1529.     {
  1530.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1531.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1532.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1533.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1534.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1535.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1536.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1537.         ], [
  1538.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1539.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1540.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1541.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1542.         return $instance;
  1543.     }
  1544.     /**
  1545.      * Gets the public 'translator' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1548.      */
  1549.     protected function getTranslatorService()
  1550.     {
  1551.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1552.     }
  1553.     /**
  1554.      * Gets the public 'var_dumper.cloner' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1557.      */
  1558.     protected function getVarDumper_ClonerService()
  1559.     {
  1560.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1561.         $instance->setMaxItems(2500);
  1562.         $instance->setMinDepth(1);
  1563.         $instance->setMaxString(-1);
  1564.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1565.         return $instance;
  1566.     }
  1567.     /**
  1568.      * Gets the private '.debug.http_client' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1571.      */
  1572.     protected function get_Debug_HttpClientService()
  1573.     {
  1574.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1575.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  1576.         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))));
  1577.     }
  1578.     /**
  1579.      * Gets the private '.service_locator.fPFDSMP' shared service.
  1580.      *
  1581.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1582.      */
  1583.     protected function get_ServiceLocator_FPFDSMPService()
  1584.     {
  1585.         return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1586.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1587.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1588.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1589.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1590.         ], [
  1591.             'security.firewall.map.context.api' => '?',
  1592.             'security.firewall.map.context.dev' => '?',
  1593.             'security.firewall.map.context.login' => '?',
  1594.             'security.firewall.map.context.main' => '?',
  1595.         ]);
  1596.     }
  1597.     /**
  1598.      * Gets the private 'App\EventListener\AccountBridgeListener' shared autowired service.
  1599.      *
  1600.      * @return \App\EventListener\AccountBridgeListener
  1601.      */
  1602.     protected function getAccountBridgeListenerService()
  1603.     {
  1604.         return $this->privates['App\\EventListener\\AccountBridgeListener'] = new \App\EventListener\AccountBridgeListener(($this->services['router'] ?? $this->getRouterService()));
  1605.     }
  1606.     /**
  1607.      * Gets the private 'App\EventListener\SecurityListener' shared autowired service.
  1608.      *
  1609.      * @return \App\EventListener\SecurityListener
  1610.      */
  1611.     protected function getSecurityListenerService()
  1612.     {
  1613.         return $this->privates['App\\EventListener\\SecurityListener'] = new \App\EventListener\SecurityListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  1614.     }
  1615.     /**
  1616.      * Gets the private 'App\EventListener\SessionIdleListener' shared autowired service.
  1617.      *
  1618.      * @return \App\EventListener\SessionIdleListener
  1619.      */
  1620.     protected function getSessionIdleListenerService()
  1621.     {
  1622.         return $this->privates['App\\EventListener\\SessionIdleListener'] = new \App\EventListener\SessionIdleListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), 7200);
  1623.     }
  1624.     /**
  1625.      * Gets the private 'App\EventListener\TeacherProfileCompletionListener' shared autowired service.
  1626.      *
  1627.      * @return \App\EventListener\TeacherProfileCompletionListener
  1628.      */
  1629.     protected function getTeacherProfileCompletionListenerService()
  1630.     {
  1631.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1632.         if (isset($this->privates['App\\EventListener\\TeacherProfileCompletionListener'])) {
  1633.             return $this->privates['App\\EventListener\\TeacherProfileCompletionListener'];
  1634.         }
  1635.         return $this->privates['App\\EventListener\\TeacherProfileCompletionListener'] = new \App\EventListener\TeacherProfileCompletionListener($a, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Service\\TeacherProfileService'] ?? $this->getTeacherProfileServiceService()));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'App\EventListener\UserLocaleListener' shared autowired service.
  1639.      *
  1640.      * @return \App\EventListener\UserLocaleListener
  1641.      */
  1642.     protected function getUserLocaleListenerService()
  1643.     {
  1644.         return $this->privates['App\\EventListener\\UserLocaleListener'] = new \App\EventListener\UserLocaleListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1645.     }
  1646.     /**
  1647.      * Gets the private 'App\EventSubscriber\LocaleSubscriber' shared autowired service.
  1648.      *
  1649.      * @return \App\EventSubscriber\LocaleSubscriber
  1650.      */
  1651.     protected function getLocaleSubscriberService()
  1652.     {
  1653.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1654.         if (isset($this->privates['App\\EventSubscriber\\LocaleSubscriber'])) {
  1655.             return $this->privates['App\\EventSubscriber\\LocaleSubscriber'];
  1656.         }
  1657.         return $this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('en', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  1658.     }
  1659.     /**
  1660.      * Gets the private 'App\Service\TeacherProfileService' shared autowired service.
  1661.      *
  1662.      * @return \App\Service\TeacherProfileService
  1663.      */
  1664.     protected function getTeacherProfileServiceService()
  1665.     {
  1666.         return $this->privates['App\\Service\\TeacherProfileService'] = new \App\Service\TeacherProfileService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4));
  1667.     }
  1668.     /**
  1669.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1670.      *
  1671.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1672.      */
  1673.     protected function getResetAssetsEventListenerService()
  1674.     {
  1675.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1676.     }
  1677.     /**
  1678.      * Gets the private 'annotations.cache_adapter' shared service.
  1679.      *
  1680.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1681.      */
  1682.     protected function getAnnotations_CacheAdapterService()
  1683.     {
  1684.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1685.     }
  1686.     /**
  1687.      * Gets the private 'annotations.cached_reader' shared service.
  1688.      *
  1689.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1690.      */
  1691.     protected function getAnnotations_CachedReaderService()
  1692.     {
  1693.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1694.     }
  1695.     /**
  1696.      * Gets the private 'annotations.reader' shared service.
  1697.      *
  1698.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1699.      */
  1700.     protected function getAnnotations_ReaderService()
  1701.     {
  1702.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1703.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1704.         $a->registerUniqueLoader('class_exists');
  1705.         $instance->addGlobalIgnoredName('required'$a);
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1712.      */
  1713.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1714.     {
  1715.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yybmi2hEdl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1716.     }
  1717.     /**
  1718.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1721.      */
  1722.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1723.     {
  1724.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Apmoliwba5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1725.     }
  1726.     /**
  1727.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1730.      */
  1731.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1732.     {
  1733.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T2iOgb6UCy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1734.     }
  1735.     /**
  1736.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1739.      */
  1740.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1741.     {
  1742.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EdCvqRcEET'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1743.     }
  1744.     /**
  1745.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1746.      *
  1747.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1748.      */
  1749.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1750.     {
  1751.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pMbPzvnN3m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1752.     }
  1753.     /**
  1754.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1755.      *
  1756.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1757.      */
  1758.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1759.     {
  1760.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ybZP+mY4si'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1761.     }
  1762.     /**
  1763.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1764.      *
  1765.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1766.      */
  1767.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1768.     {
  1769.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1770.     }
  1771.     /**
  1772.      * Gets the private 'api_platform.identifier.converter' shared service.
  1773.      *
  1774.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1775.      */
  1776.     protected function getApiPlatform_Identifier_ConverterService()
  1777.     {
  1778.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1779.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1780.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1781.         }, 2));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1785.      *
  1786.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1787.      */
  1788.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1789.     {
  1790.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1791.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1792.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1793.     }
  1794.     /**
  1795.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  1796.      *
  1797.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  1798.      */
  1799.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  1800.     {
  1801.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1802.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  1803.             return $this->privates['api_platform.json_schema.schema_factory'];
  1804.         }
  1805.         return $this->privates['api_platform.json_schema.schema_factory'] = new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1809.      *
  1810.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1811.      */
  1812.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1813.     {
  1814.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1815.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  1816.         return $instance;
  1817.     }
  1818.     /**
  1819.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1820.      *
  1821.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1822.      */
  1823.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1824.     {
  1825.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1826.     }
  1827.     /**
  1828.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1829.      *
  1830.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1831.      */
  1832.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1833.     {
  1834.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1835.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  1836.             return $this->privates['api_platform.listener.request.deserialize'];
  1837.         }
  1838.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1839.     }
  1840.     /**
  1841.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1842.      *
  1843.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1844.      */
  1845.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1846.     {
  1847.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1848.     }
  1849.     /**
  1850.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1851.      *
  1852.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1853.      */
  1854.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1855.     {
  1856.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  1857.     }
  1858.     /**
  1859.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1860.      *
  1861.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1862.      */
  1863.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1864.     {
  1865.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1866.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1867.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1868.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1869.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1870.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1871.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1872.             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()));
  1873.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1874.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1875.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1876.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1877.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1878.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1879.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1880.         }, 13)));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1884.      *
  1885.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1886.      */
  1887.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1888.     {
  1889.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  1890.     }
  1891.     /**
  1892.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1893.      *
  1894.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1895.      */
  1896.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1897.     {
  1898.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1899.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), []), $this->parameters['api_platform.formats'], []));
  1900.     }
  1901.     /**
  1902.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1903.      *
  1904.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1905.      */
  1906.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1907.     {
  1908.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1909.     }
  1910.     /**
  1911.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1912.      *
  1913.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1914.      */
  1915.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1916.     {
  1917.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  1918.     }
  1919.     /**
  1920.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1921.      *
  1922.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1923.      */
  1924.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1925.     {
  1926.         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()));
  1927.     }
  1928.     /**
  1929.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1930.      *
  1931.      * @return \ApiPlatform\Api\ResourceClassResolver
  1932.      */
  1933.     protected function getApiPlatform_ResourceClassResolverService()
  1934.     {
  1935.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1936.     }
  1937.     /**
  1938.      * Gets the private 'api_platform.router' shared service.
  1939.      *
  1940.      * @return \ApiPlatform\Symfony\Routing\Router
  1941.      */
  1942.     protected function getApiPlatform_RouterService()
  1943.     {
  1944.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1945.     }
  1946.     /**
  1947.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1948.      *
  1949.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1950.      */
  1951.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1952.     {
  1953.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1954.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  1955.             return $this->privates['api_platform.security.listener.request.deny_access'];
  1956.         }
  1957.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  1958.     }
  1959.     /**
  1960.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1961.      *
  1962.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1963.      */
  1964.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1965.     {
  1966.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1967.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  1968.             return $this->privates['api_platform.security.resource_access_checker'];
  1969.         }
  1970.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1971.     }
  1972.     /**
  1973.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1974.      *
  1975.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1976.      */
  1977.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1978.     {
  1979.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1980.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1984.      *
  1985.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1986.      */
  1987.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1988.     {
  1989.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1990.     }
  1991.     /**
  1992.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1993.      *
  1994.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1995.      */
  1996.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1997.     {
  1998.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'assets.packages' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Asset\Packages
  2004.      */
  2005.     protected function getAssets_PackagesService()
  2006.     {
  2007.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2008.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/web/build/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 () {
  2009.             return new \EmptyIterator();
  2010.         }, 0));
  2011.     }
  2012.     /**
  2013.      * Gets the private 'cache.annotations' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2016.      */
  2017.     protected function getCache_AnnotationsService()
  2018.     {
  2019.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eBke2LW+Yq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2020.     }
  2021.     /**
  2022.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2025.      */
  2026.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2027.     {
  2028.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2029.     }
  2030.     /**
  2031.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2034.      */
  2035.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2036.     {
  2037.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2038.     }
  2039.     /**
  2040.      * Gets the private 'cache.property_info' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2043.      */
  2044.     protected function getCache_PropertyInfoService()
  2045.     {
  2046.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UWlSdXDZFB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2047.     }
  2048.     /**
  2049.      * Gets the private 'cache.security_expression_language' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2052.      */
  2053.     protected function getCache_SecurityExpressionLanguageService()
  2054.     {
  2055.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dPxz8Nclvp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2056.     }
  2057.     /**
  2058.      * Gets the private 'cache.security_token_verifier' shared service.
  2059.      *
  2060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2061.      */
  2062.     protected function getCache_SecurityTokenVerifierService()
  2063.     {
  2064.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('26n9yvWzoF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2065.     }
  2066.     /**
  2067.      * Gets the private 'cache.serializer' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2070.      */
  2071.     protected function getCache_SerializerService()
  2072.     {
  2073.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PbEyP-v8vp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2074.     }
  2075.     /**
  2076.      * Gets the private 'cache.validator' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2079.      */
  2080.     protected function getCache_ValidatorService()
  2081.     {
  2082.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DpDkmbGREj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2083.     }
  2084.     /**
  2085.      * Gets the private 'cache.webpack_encore' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2088.      */
  2089.     protected function getCache_WebpackEncoreService()
  2090.     {
  2091.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S3adLI3W9X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2092.     }
  2093.     /**
  2094.      * Gets the private 'config_cache_factory' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2097.      */
  2098.     protected function getConfigCacheFactoryService()
  2099.     {
  2100.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2101.             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)));
  2102.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2103.         }, 2));
  2104.     }
  2105.     /**
  2106.      * Gets the private 'data_collector.form' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2109.      */
  2110.     protected function getDataCollector_FormService()
  2111.     {
  2112.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2113.     }
  2114.     /**
  2115.      * Gets the private 'data_collector.request' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2118.      */
  2119.     protected function getDataCollector_RequestService()
  2120.     {
  2121.         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())));
  2122.     }
  2123.     /**
  2124.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2125.      *
  2126.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2127.      */
  2128.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2129.     {
  2130.         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 () {
  2131.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2132.         }, 1)));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2136.      *
  2137.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2138.      */
  2139.     protected function getDebug_ApiPlatform_DataPersisterService()
  2140.     {
  2141.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2142.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2143.         }, 1)));
  2144.     }
  2145.     /**
  2146.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2147.      *
  2148.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2149.      */
  2150.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2151.     {
  2152.         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 () {
  2153.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2154.         }, 1)));
  2155.     }
  2156.     /**
  2157.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2158.      *
  2159.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2160.      */
  2161.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2162.     {
  2163.         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 () {
  2164.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2165.         }, 1)));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2171.      */
  2172.     protected function getDebug_DebugHandlersListenerService()
  2173.     {
  2174.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2175.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2176.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2177.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2178.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2179.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue$a);
  2180.     }
  2181.     /**
  2182.      * Gets the private 'debug.file_link_formatter' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2185.      */
  2186.     protected function getDebug_FileLinkFormatterService()
  2187.     {
  2188.         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 () {
  2189.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2190.         });
  2191.     }
  2192.     /**
  2193.      * Gets the private 'debug.log_processor' shared service.
  2194.      *
  2195.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2196.      */
  2197.     protected function getDebug_LogProcessorService()
  2198.     {
  2199.         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())));
  2200.     }
  2201.     /**
  2202.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2205.      */
  2206.     protected function getDebug_Security_Access_DecisionManagerService()
  2207.     {
  2208.         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 () {
  2209.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2210.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2211.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2212.             yield => ($this->privates['debug.security.voter.App\\Security\\SectionVoter'] ?? $this->load('getSectionVoterService'));
  2213.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'debug.security.firewall' shared service.
  2217.      *
  2218.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2219.      */
  2220.     protected function getDebug_Security_FirewallService()
  2221.     {
  2222.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2223.         if (isset($this->privates['debug.security.firewall'])) {
  2224.             return $this->privates['debug.security.firewall'];
  2225.         }
  2226.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2227.         if (isset($this->privates['debug.security.firewall'])) {
  2228.             return $this->privates['debug.security.firewall'];
  2229.         }
  2230.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2234.      *
  2235.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2236.      */
  2237.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2238.     {
  2239.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity')]);
  2240.     }
  2241.     /**
  2242.      * Gets the private 'exception_listener' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2245.      */
  2246.     protected function getExceptionListener2Service()
  2247.     {
  2248.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2249.     }
  2250.     /**
  2251.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2252.      *
  2253.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2254.      */
  2255.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2256.     {
  2257.         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())));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2261.      *
  2262.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2263.      */
  2264.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2265.     {
  2266.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2267.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2268.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2269.         }
  2270.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2274.      *
  2275.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2276.      */
  2277.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2278.     {
  2279.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'app/gamebank.pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2280.     }
  2281.     /**
  2282.      * Gets the private 'locale_aware_listener' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2285.      */
  2286.     protected function getLocaleAwareListenerService()
  2287.     {
  2288.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2289.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2290.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2291.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2292.     }
  2293.     /**
  2294.      * Gets the private 'locale_listener' shared service.
  2295.      *
  2296.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2297.      */
  2298.     protected function getLocaleListenerService()
  2299.     {
  2300.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false$this->parameters['kernel.enabled_locales']);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'mime_types' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\Mime\MimeTypes
  2306.      */
  2307.     protected function getMimeTypesService()
  2308.     {
  2309.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2310.         $instance->setDefault($instance);
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the private 'monolog.handler.console' shared service.
  2315.      *
  2316.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2317.      */
  2318.     protected function getMonolog_Handler_ConsoleService()
  2319.     {
  2320.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2321.     }
  2322.     /**
  2323.      * Gets the private 'monolog.handler.main' shared service.
  2324.      *
  2325.      * @return \Monolog\Handler\StreamHandler
  2326.      */
  2327.     protected function getMonolog_Handler_MainService()
  2328.     {
  2329.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2330.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the private 'monolog.logger' shared service.
  2335.      *
  2336.      * @return \Symfony\Bridge\Monolog\Logger
  2337.      */
  2338.     protected function getMonolog_LoggerService()
  2339.     {
  2340.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2341.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2342.         $instance->useMicrosecondTimestamps(true);
  2343.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2344.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2345.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2346.         return $instance;
  2347.     }
  2348.     /**
  2349.      * Gets the private 'monolog.logger.cache' shared service.
  2350.      *
  2351.      * @return \Symfony\Bridge\Monolog\Logger
  2352.      */
  2353.     protected function getMonolog_Logger_CacheService()
  2354.     {
  2355.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2356.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2357.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2358.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2359.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2360.         return $instance;
  2361.     }
  2362.     /**
  2363.      * Gets the private 'monolog.logger.http_client' shared service.
  2364.      *
  2365.      * @return \Symfony\Bridge\Monolog\Logger
  2366.      */
  2367.     protected function getMonolog_Logger_HttpClientService()
  2368.     {
  2369.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  2370.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2371.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2372.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2373.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2374.         return $instance;
  2375.     }
  2376.     /**
  2377.      * Gets the private 'monolog.logger.request' shared service.
  2378.      *
  2379.      * @return \Symfony\Bridge\Monolog\Logger
  2380.      */
  2381.     protected function getMonolog_Logger_RequestService()
  2382.     {
  2383.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2384.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2385.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2386.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2387.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2388.         return $instance;
  2389.     }
  2390.     /**
  2391.      * Gets the private 'monolog.logger.security' shared service.
  2392.      *
  2393.      * @return \Symfony\Bridge\Monolog\Logger
  2394.      */
  2395.     protected function getMonolog_Logger_SecurityService()
  2396.     {
  2397.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2398.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2399.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2400.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2401.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2402.         return $instance;
  2403.     }
  2404.     /**
  2405.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2406.      *
  2407.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2408.      */
  2409.     protected function getNelmioCors_CorsListenerService()
  2410.     {
  2411.         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->getParameter('nelmio_cors.defaults'))]));
  2412.     }
  2413.     /**
  2414.      * Gets the private 'parameter_bag' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2417.      */
  2418.     protected function getParameterBagService()
  2419.     {
  2420.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2421.     }
  2422.     /**
  2423.      * Gets the private 'profiler_listener' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2426.      */
  2427.     protected function getProfilerListenerService()
  2428.     {
  2429.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2430.         if (isset($this->privates['profiler_listener'])) {
  2431.             return $this->privates['profiler_listener'];
  2432.         }
  2433.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2434.     }
  2435.     /**
  2436.      * Gets the private 'property_accessor' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2439.      */
  2440.     protected function getPropertyAccessorService()
  2441.     {
  2442.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2443.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2444.     }
  2445.     /**
  2446.      * Gets the private 'property_info' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2449.      */
  2450.     protected function getPropertyInfoService()
  2451.     {
  2452.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2453.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2454.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2455.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2456.         }, 3), new RewindableGenerator(function () {
  2457.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2458.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2459.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2460.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2461.         }, 4), new RewindableGenerator(function () {
  2462.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2463.         }, 1), new RewindableGenerator(function () {
  2464.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2465.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2466.         }, 2), new RewindableGenerator(function () {
  2467.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2468.         }, 1));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'router.expression_language_provider' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2474.      */
  2475.     protected function getRouter_ExpressionLanguageProviderService()
  2476.     {
  2477.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2478.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2479.         ], [
  2480.             'env' => 'Closure',
  2481.         ]));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'router.request_context' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Routing\RequestContext
  2487.      */
  2488.     protected function getRouter_RequestContextService()
  2489.     {
  2490.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2491.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the private 'router_listener' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2498.      */
  2499.     protected function getRouterListenerService()
  2500.     {
  2501.         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);
  2502.     }
  2503.     /**
  2504.      * Gets the private 'security.context_listener.0' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2507.      */
  2508.     protected function getSecurity_ContextListener_0Service()
  2509.     {
  2510.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2511.             yield => ($this->privates['security.user.provider.concrete.our_db_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_OurDbProviderService'));
  2512.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2513.     }
  2514.     /**
  2515.      * Gets the private 'security.event_dispatcher.main' shared service.
  2516.      *
  2517.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2518.      */
  2519.     protected function getSecurity_EventDispatcher_MainService()
  2520.     {
  2521.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2523.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2524.         }, => 'onSuccessfulLogin'], 0);
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2526.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2527.         }, => 'onLogout'], 64);
  2528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2529.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2530.         }, => 'onSuccessfulLogin'], -32);
  2531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2532.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2533.         }, => 'onSuccessfulLogin'], -64);
  2534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2535.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2536.         }, => 'clearCookie'], 0);
  2537.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2538.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2539.         }, => 'clearCookie'], 0);
  2540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2541.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2542.         }, => 'clearCookie'], 0);
  2543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2544.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2545.         }, => 'preCheckCredentials'], 256);
  2546.         $instance->addListener('security.authentication.success', [=> function () {
  2547.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2548.         }, => 'postCheckCredentials'], 256);
  2549.         $instance->addListener('security.interactive_login', [=> function () {
  2550.             return ($this->privates['App\\EventListener\\UserLocaleListener'] ?? $this->getUserLocaleListenerService());
  2551.         }, => 'onInteractiveLogin'], 15);
  2552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2553.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2554.         }, => 'checkPassport'], 1024);
  2555.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2556.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2557.         }, => 'checkPassport'], 0);
  2558.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2559.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2560.         }, => 'onLoginSuccess'], 0);
  2561.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2562.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2563.         }, => 'checkPassport'], 256);
  2564.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2565.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2566.         }, => 'checkPassport'], 512);
  2567.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2568.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2569.         }, => 'onLogout'], 0);
  2570.         return $instance;
  2571.     }
  2572.     /**
  2573.      * Gets the private 'security.expression_language' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2576.      */
  2577.     protected function getSecurity_ExpressionLanguageService()
  2578.     {
  2579.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2580.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2581.         return $instance;
  2582.     }
  2583.     /**
  2584.      * Gets the private 'security.firewall.map' shared service.
  2585.      *
  2586.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2587.      */
  2588.     protected function getSecurity_Firewall_MapService()
  2589.     {
  2590.         $a = ($this->privates['.service_locator.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
  2591.         if (isset($this->privates['security.firewall.map'])) {
  2592.             return $this->privates['security.firewall.map'];
  2593.         }
  2594.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2595.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2596.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2597.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2598.             yield 'security.firewall.map.context.main' => NULL;
  2599.         }, 4));
  2600.     }
  2601.     /**
  2602.      * Gets the private 'security.helper' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Security\Core\Security
  2605.      */
  2606.     protected function getSecurity_HelperService()
  2607.     {
  2608.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2609.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2610.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2611.         ], [
  2612.             'security.authorization_checker' => '?',
  2613.             'security.token_storage' => '?',
  2614.         ]));
  2615.     }
  2616.     /**
  2617.      * Gets the private 'security.logout_url_generator' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2620.      */
  2621.     protected function getSecurity_LogoutUrlGeneratorService()
  2622.     {
  2623.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2624.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2625.         return $instance;
  2626.     }
  2627.     /**
  2628.      * Gets the private 'security.role_hierarchy' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2631.      */
  2632.     protected function getSecurity_RoleHierarchyService()
  2633.     {
  2634.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2635.     }
  2636.     /**
  2637.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2638.      *
  2639.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2640.      */
  2641.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2642.     {
  2643.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2647.      *
  2648.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2649.      */
  2650.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2651.     {
  2652.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2653.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2654.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2655.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2656.     }
  2657.     /**
  2658.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2659.      *
  2660.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2661.      */
  2662.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2663.     {
  2664.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2665.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2666.             return $this->privates['sensio_framework_extra.security.listener'];
  2667.         }
  2668.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2669.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2670.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2674.      *
  2675.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2676.      */
  2677.     protected function getSensioFrameworkExtra_View_ListenerService()
  2678.     {
  2679.         $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))));
  2680.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2681.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2682.         ], [
  2683.             'twig' => '?',
  2684.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2685.         return $instance;
  2686.     }
  2687.     /**
  2688.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2689.      *
  2690.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2691.      */
  2692.     protected function getSerializer_NameConverter_MetadataAwareService()
  2693.     {
  2694.         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()));
  2695.     }
  2696.     /**
  2697.      * Gets the private 'session.factory' shared service.
  2698.      *
  2699.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2700.      */
  2701.     protected function getSession_FactoryService()
  2702.     {
  2703.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2704.         if (isset($this->privates['session.factory'])) {
  2705.             return $this->privates['session.factory'];
  2706.         }
  2707.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), false), [=> $a=> 'onSessionUsage']);
  2708.     }
  2709.     /**
  2710.      * Gets the private 'session_listener' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2713.      */
  2714.     protected function getSessionListenerService()
  2715.     {
  2716.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2717.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2718.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2719.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2720.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2721.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2722.         ], [
  2723.             'initialized_session' => '?',
  2724.             'logger' => '?',
  2725.             'session' => '?',
  2726.             'session_collector' => '?',
  2727.             'session_factory' => '?',
  2728.         ]), true$this->parameters['session.storage.options']);
  2729.     }
  2730.     /**
  2731.      * Gets the private 'translator.default' shared service.
  2732.      *
  2733.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2734.      */
  2735.     protected function getTranslator_DefaultService()
  2736.     {
  2737.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2738.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2739.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2740.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2741.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2742.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2743.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2744.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2745.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2746.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2747.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2748.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2749.         ], [
  2750.             'translation.loader.csv' => '?',
  2751.             'translation.loader.dat' => '?',
  2752.             'translation.loader.ini' => '?',
  2753.             'translation.loader.json' => '?',
  2754.             'translation.loader.mo' => '?',
  2755.             'translation.loader.php' => '?',
  2756.             'translation.loader.po' => '?',
  2757.             'translation.loader.qt' => '?',
  2758.             'translation.loader.res' => '?',
  2759.             'translation.loader.xliff' => '?',
  2760.             'translation.loader.yml' => '?',
  2761.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/translations/countries.cs.xlf'), => (\dirname(__DIR__4).'/translations/extras.cs.xlf'), => (\dirname(__DIR__4).'/translations/game-bank.cs.xlf'), => (\dirname(__DIR__4).'/translations/mailing.cs.xlf'), => (\dirname(__DIR__4).'/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/translations/sample-lesson.cs.xlf'), 10 => (\dirname(__DIR__4).'/translations/validators.cs.xlf'), 11 => (\dirname(__DIR__4).'/translations/countries.cs.xlf'), 12 => (\dirname(__DIR__4).'/translations/extras.cs.xlf'), 13 => (\dirname(__DIR__4).'/translations/game-bank.cs.xlf'), 14 => (\dirname(__DIR__4).'/translations/mailing.cs.xlf'), 15 => (\dirname(__DIR__4).'/translations/messages.cs.xlf'), 16 => (\dirname(__DIR__4).'/translations/sample-lesson.cs.xlf'), 17 => (\dirname(__DIR__4).'/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/countries.en.xlf'), => (\dirname(__DIR__4).'/translations/extras.en.xlf'), => (\dirname(__DIR__4).'/translations/game-bank.en.xlf'), => (\dirname(__DIR__4).'/translations/mailing.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/translations/sample-lesson.en.xlf'), 10 => (\dirname(__DIR__4).'/translations/validators.en.xlf'), 11 => (\dirname(__DIR__4).'/translations/countries.en.xlf'), 12 => (\dirname(__DIR__4).'/translations/extras.en.xlf'), 13 => (\dirname(__DIR__4).'/translations/game-bank.en.xlf'), 14 => (\dirname(__DIR__4).'/translations/mailing.en.xlf'), 15 => (\dirname(__DIR__4).'/translations/messages.en.xlf'), 16 => (\dirname(__DIR__4).'/translations/sample-lesson.en.xlf'), 17 => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/gpslab/geoip2/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/debug-bundle/translations'18 => 'vendor/nelmio/cors-bundle/translations'19 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'20 => 'vendor/lexik/jwt-authentication-bundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'vendor/symfony/webpack-encore-bundle/src/translations'23 => 'vendor/gpslab/geoip2/src/translations'24 => 'vendor/cron/cron-bundle/translations'25 => 'vendor/league/oauth2-server-bundle/src/translations']]], $this->parameters['kernel.enabled_locales']);
  2762.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2763.         $instance->setFallbackLocales($this->parameters['geoip2.locales']);
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the private 'validator.builder' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2770.      */
  2771.     protected function getValidator_BuilderService()
  2772.     {
  2773.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2774.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2775.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2776.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2777.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2778.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2779.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2780.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2781.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2782.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2783.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2784.         ], [
  2785.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2786.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2787.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2788.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2789.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2790.             'doctrine.orm.validator.unique' => '?',
  2791.             'security.validator.user_password' => '?',
  2792.             'validator.expression' => '?',
  2793.         ])));
  2794.         if ($this->has('translator')) {
  2795.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2796.         }
  2797.         $instance->setTranslationDomain('validators');
  2798.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2799.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/config/validator/validation.yaml')]);
  2800.         $instance->enableAnnotationMapping(true);
  2801.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2802.         $instance->addMethodMapping('loadValidatorMetadata');
  2803.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2804.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2805.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2806.         return $instance;
  2807.     }
  2808.     /**
  2809.      * Gets the private 'var_dumper.html_dumper' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2812.      */
  2813.     protected function getVarDumper_HtmlDumperService()
  2814.     {
  2815.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2816.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2817.         return $instance;
  2818.     }
  2819.     /**
  2820.      * Gets the private 'web_profiler.csp.handler' shared service.
  2821.      *
  2822.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2823.      */
  2824.     protected function getWebProfiler_Csp_HandlerService()
  2825.     {
  2826.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2827.     }
  2828.     /**
  2829.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2830.      *
  2831.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2832.      */
  2833.     protected function getWebProfiler_DebugToolbarService()
  2834.     {
  2835.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2836.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2837.             return $this->privates['web_profiler.debug_toolbar'];
  2838.         }
  2839.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2840.     }
  2841.     /**
  2842.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2843.      *
  2844.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2845.      */
  2846.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2847.     {
  2848.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2849.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2850.         ], [
  2851.             '_default' => '?',
  2852.         ]), '_default');
  2853.     }
  2854.     /**
  2855.      * Gets the public 'cache_clearer' alias.
  2856.      *
  2857.      * @return object The ".container.private.cache_clearer" service.
  2858.      */
  2859.     protected function getCacheClearerService()
  2860.     {
  2861.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2862.         return $this->get('.container.private.cache_clearer');
  2863.     }
  2864.     /**
  2865.      * Gets the public 'filesystem' alias.
  2866.      *
  2867.      * @return object The ".container.private.filesystem" service.
  2868.      */
  2869.     protected function getFilesystemService()
  2870.     {
  2871.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2872.         return $this->get('.container.private.filesystem');
  2873.     }
  2874.     /**
  2875.      * Gets the public 'serializer' alias.
  2876.      *
  2877.      * @return object The ".container.private.serializer" service.
  2878.      */
  2879.     protected function getSerializerService()
  2880.     {
  2881.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2882.         return $this->get('.container.private.serializer');
  2883.     }
  2884.     /**
  2885.      * Gets the public 'security.csrf.token_manager' alias.
  2886.      *
  2887.      * @return object The ".container.private.security.csrf.token_manager" service.
  2888.      */
  2889.     protected function getSecurity_Csrf_TokenManagerService()
  2890.     {
  2891.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2892.         return $this->get('.container.private.security.csrf.token_manager');
  2893.     }
  2894.     /**
  2895.      * Gets the public 'form.factory' alias.
  2896.      *
  2897.      * @return object The ".container.private.form.factory" service.
  2898.      */
  2899.     protected function getForm_FactoryService()
  2900.     {
  2901.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2902.         return $this->get('.container.private.form.factory');
  2903.     }
  2904.     /**
  2905.      * Gets the public 'form.type.file' alias.
  2906.      *
  2907.      * @return object The ".container.private.form.type.file" service.
  2908.      */
  2909.     protected function getForm_Type_FileService()
  2910.     {
  2911.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2912.         return $this->get('.container.private.form.type.file');
  2913.     }
  2914.     /**
  2915.      * Gets the public 'profiler' alias.
  2916.      *
  2917.      * @return object The ".container.private.profiler" service.
  2918.      */
  2919.     protected function getProfilerService()
  2920.     {
  2921.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2922.         return $this->get('.container.private.profiler');
  2923.     }
  2924.     /**
  2925.      * Gets the public 'twig' alias.
  2926.      *
  2927.      * @return object The ".container.private.twig" service.
  2928.      */
  2929.     protected function getTwigService()
  2930.     {
  2931.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2932.         return $this->get('.container.private.twig');
  2933.     }
  2934.     /**
  2935.      * Gets the public 'security.authorization_checker' alias.
  2936.      *
  2937.      * @return object The ".container.private.security.authorization_checker" service.
  2938.      */
  2939.     protected function getSecurity_AuthorizationCheckerService()
  2940.     {
  2941.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2942.         return $this->get('.container.private.security.authorization_checker');
  2943.     }
  2944.     /**
  2945.      * Gets the public 'security.token_storage' alias.
  2946.      *
  2947.      * @return object The ".container.private.security.token_storage" service.
  2948.      */
  2949.     protected function getSecurity_TokenStorageService()
  2950.     {
  2951.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2952.         return $this->get('.container.private.security.token_storage');
  2953.     }
  2954.     /**
  2955.      * Gets the public 'security.password_encoder' alias.
  2956.      *
  2957.      * @return object The ".container.private.security.password_encoder" service.
  2958.      */
  2959.     protected function getSecurity_PasswordEncoderService()
  2960.     {
  2961.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2962.         return $this->get('.container.private.security.password_encoder');
  2963.     }
  2964.     /**
  2965.      * Gets the public 'session' alias.
  2966.      *
  2967.      * @return object The ".container.private.session" service.
  2968.      */
  2969.     protected function getSessionService()
  2970.     {
  2971.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2972.         return $this->get('.container.private.session');
  2973.     }
  2974.     /**
  2975.      * Gets the public 'validator' alias.
  2976.      *
  2977.      * @return object The ".container.private.validator" service.
  2978.      */
  2979.     protected function getValidatorService()
  2980.     {
  2981.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2982.         return $this->get('.container.private.validator');
  2983.     }
  2984.     /**
  2985.      * @return array|bool|float|int|string|\UnitEnum|null
  2986.      */
  2987.     public function getParameter(string $name)
  2988.     {
  2989.         if (isset($this->buildParameters[$name])) {
  2990.             return $this->buildParameters[$name];
  2991.         }
  2992.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2993.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2994.         }
  2995.         if (isset($this->loadedDynamicParameters[$name])) {
  2996.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2997.         }
  2998.         return $this->parameters[$name];
  2999.     }
  3000.     public function hasParameter(string $name): bool
  3001.     {
  3002.         if (isset($this->buildParameters[$name])) {
  3003.             return true;
  3004.         }
  3005.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3006.     }
  3007.     public function setParameter(string $name$value): void
  3008.     {
  3009.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3010.     }
  3011.     public function getParameterBag(): ParameterBagInterface
  3012.     {
  3013.         if (null === $this->parameterBag) {
  3014.             $parameters $this->parameters;
  3015.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3016.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3017.             }
  3018.             foreach ($this->buildParameters as $name => $value) {
  3019.                 $parameters[$name] = $value;
  3020.             }
  3021.             $this->parameterBag = new FrozenParameterBag($parameters);
  3022.         }
  3023.         return $this->parameterBag;
  3024.     }
  3025.     private $loadedDynamicParameters = [
  3026.         'kernel.runtime_environment' => false,
  3027.         'kernel.build_dir' => false,
  3028.         'kernel.cache_dir' => false,
  3029.         'klerk_welcome' => false,
  3030.         'klerk_forget' => false,
  3031.         'klerk_status' => false,
  3032.         'cf_turnstile_secret' => false,
  3033.         'kernel.secret' => false,
  3034.         'debug.container.dump' => false,
  3035.         'serializer.mapping.cache.file' => false,
  3036.         'validator.mapping.cache.file' => false,
  3037.         'profiler.storage.dsn' => false,
  3038.         'doctrine.orm.proxy_dir' => false,
  3039.         'nelmio_cors.defaults' => false,
  3040.         'lexik_jwt_authentication.pass_phrase' => false,
  3041.         'swiftmailer.spool.default.memory.path' => false,
  3042.         'league.oauth2_server.encryption_key' => false,
  3043.     ];
  3044.     private $dynamicParameters = [];
  3045.     private function getDynamicParameter(string $name)
  3046.     {
  3047.         switch ($name) {
  3048.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3049.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3050.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3051.             case 'klerk_welcome'$value $this->getEnv('resolve:KLERK_WELCOME'); break;
  3052.             case 'klerk_forget'$value $this->getEnv('resolve:KLERK_FORGET'); break;
  3053.             case 'klerk_status'$value $this->getEnv('resolve:KLERK_STATUS'); break;
  3054.             case 'cf_turnstile_secret'$value $this->getEnv('resolve:CF_TURNSTILE_SECRET'); break;
  3055.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3056.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3057.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3058.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3059.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3060.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3061.             case 'nelmio_cors.defaults'$value = [
  3062.                 'allow_origin' => [
  3063.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3064.                 ],
  3065.                 'allow_credentials' => false,
  3066.                 'allow_headers' => [
  3067.                     => 'content-type',
  3068.                     => 'authorization',
  3069.                 ],
  3070.                 'expose_headers' => [
  3071.                 ],
  3072.                 'allow_methods' => [
  3073.                     => 'GET',
  3074.                     => 'OPTIONS',
  3075.                     => 'POST',
  3076.                     => 'PUT',
  3077.                     => 'PATCH',
  3078.                     => 'DELETE',
  3079.                 ],
  3080.                 'max_age' => 3600,
  3081.                 'hosts' => [
  3082.                 ],
  3083.                 'origin_regex' => true,
  3084.                 'forced_allow_origin_value' => NULL,
  3085.                 'skip_same_as_origin' => true,
  3086.             ]; break;
  3087.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3088.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3089.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('resolve:OAUTH_ENCRYPTION_KEY'); break;
  3090.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3091.         }
  3092.         $this->loadedDynamicParameters[$name] = true;
  3093.         return $this->dynamicParameters[$name] = $value;
  3094.     }
  3095.     protected function getDefaultParameters(): array
  3096.     {
  3097.         return [
  3098.             'kernel.project_dir' => \dirname(__DIR__4),
  3099.             'kernel.environment' => 'dev',
  3100.             'kernel.debug' => true,
  3101.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3102.             'kernel.bundles' => [
  3103.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3104.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3105.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3106.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3107.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3108.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3109.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3110.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3111.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3112.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  3113.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3114.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3115.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3116.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3117.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3118.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3119.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3120.                 'GpsLabGeoIP2Bundle' => 'GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle',
  3121.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3122.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  3123.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3124.             ],
  3125.             'kernel.bundles_metadata' => [
  3126.                 'FrameworkBundle' => [
  3127.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3128.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3129.                 ],
  3130.                 'WebProfilerBundle' => [
  3131.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3132.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3133.                 ],
  3134.                 'TwigBundle' => [
  3135.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3136.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3137.                 ],
  3138.                 'SecurityBundle' => [
  3139.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3140.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3141.                 ],
  3142.                 'DoctrineBundle' => [
  3143.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3144.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3145.                 ],
  3146.                 'DoctrineMigrationsBundle' => [
  3147.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3148.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3149.                 ],
  3150.                 'MakerBundle' => [
  3151.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3152.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3153.                 ],
  3154.                 'DoctrineFixturesBundle' => [
  3155.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3156.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3157.                 ],
  3158.                 'SensioFrameworkExtraBundle' => [
  3159.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3160.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3161.                 ],
  3162.                 'CocurSlugifyBundle' => [
  3163.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  3164.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  3165.                 ],
  3166.                 'MonologBundle' => [
  3167.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3168.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3169.                 ],
  3170.                 'DebugBundle' => [
  3171.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3172.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3173.                 ],
  3174.                 'NelmioCorsBundle' => [
  3175.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3176.                     'namespace' => 'Nelmio\\CorsBundle',
  3177.                 ],
  3178.                 'ApiPlatformBundle' => [
  3179.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3180.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3181.                 ],
  3182.                 'LexikJWTAuthenticationBundle' => [
  3183.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3184.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3185.                 ],
  3186.                 'SwiftmailerBundle' => [
  3187.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3188.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3189.                 ],
  3190.                 'WebpackEncoreBundle' => [
  3191.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3192.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3193.                 ],
  3194.                 'GpsLabGeoIP2Bundle' => [
  3195.                     'path' => (\dirname(__DIR__4).'/vendor/gpslab/geoip2/src'),
  3196.                     'namespace' => 'GpsLab\\Bundle\\GeoIP2Bundle',
  3197.                 ],
  3198.                 'KnpPaginatorBundle' => [
  3199.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3200.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3201.                 ],
  3202.                 'CronCronBundle' => [
  3203.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  3204.                     'namespace' => 'Cron\\CronBundle',
  3205.                 ],
  3206.                 'LeagueOAuth2ServerBundle' => [
  3207.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3208.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3209.                 ],
  3210.             ],
  3211.             'kernel.charset' => 'UTF-8',
  3212.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3213.             'env(DATABASE_URL)' => '',
  3214.             'session_idle_time' => 7200,
  3215.             'locale' => 'en',
  3216.             'sample_lesson_date' => 1567641600,
  3217.             'game_bank_page_length' => 5,
  3218.             'book_groups' => [
  3219.                 'yellow' => 0,
  3220.                 'blue' => 0,
  3221.                 'red' => 0,
  3222.                 'green' => 1,
  3223.                 'orange' => 1,
  3224.                 'bronze' => 2,
  3225.                 'silver' => 2,
  3226.                 'gold' => 2,
  3227.             ],
  3228.             'app_store_url' => 'https://apps.apple.com/us/app/steve-and-maggie/id6743401304',
  3229.             'google_play_url' => 'https://play.google.com/store/apps/details?id=com.wattsenglish.steve_and_maggie_flutter',
  3230.             'event_dispatcher.event_aliases' => [
  3231.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3232.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3233.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3234.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3235.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3236.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3237.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3238.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3239.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3240.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3241.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3242.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3243.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3244.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3245.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3246.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3247.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3248.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3249.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3250.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3251.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3252.             ],
  3253.             'fragment.renderer.hinclude.global_template' => NULL,
  3254.             'fragment.path' => '/_fragment',
  3255.             'kernel.http_method_override' => true,
  3256.             'kernel.trusted_hosts' => [
  3257.             ],
  3258.             'kernel.default_locale' => 'en',
  3259.             'kernel.enabled_locales' => [
  3260.                 => 'en',
  3261.                 => 'cs',
  3262.             ],
  3263.             'kernel.error_controller' => 'error_controller',
  3264.             'debug.file_link_format' => NULL,
  3265.             'asset.request_context.base_path' => NULL,
  3266.             'asset.request_context.secure' => NULL,
  3267.             'translator.logging' => false,
  3268.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3269.             'debug.error_handler.throw_at' => -1,
  3270.             'router.request_context.host' => 'localhost',
  3271.             'router.request_context.scheme' => 'http',
  3272.             'router.request_context.base_url' => '',
  3273.             'router.resource' => 'kernel::loadRoutes',
  3274.             'request_listener.http_port' => 80,
  3275.             'request_listener.https_port' => 443,
  3276.             'session.metadata.storage_key' => '_sf2_meta',
  3277.             'session.storage.options' => [
  3278.                 'cache_limiter' => '0',
  3279.                 'cookie_httponly' => true,
  3280.                 'gc_probability' => 1,
  3281.             ],
  3282.             'session.save_path' => NULL,
  3283.             'session.metadata.update_threshold' => 0,
  3284.             'form.type_extension.csrf.enabled' => true,
  3285.             'form.type_extension.csrf.field_name' => '_token',
  3286.             'validator.translation_domain' => 'validators',
  3287.             'profiler_listener.only_exceptions' => false,
  3288.             'profiler_listener.only_main_requests' => false,
  3289.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3290.             'web_profiler.debug_toolbar.mode' => 2,
  3291.             'twig.form.resources' => [
  3292.                 => 'form_div_layout.html.twig',
  3293.                 => 'bootstrap_4_layout.html.twig',
  3294.             ],
  3295.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3296.             'security.role_hierarchy.roles' => [
  3297.                 'ROLE_SUPER_ADMIN' => [
  3298.                     => 'ROLE_ADMIN',
  3299.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3300.                 ],
  3301.                 'ROLE_ADMIN' => [
  3302.                     => 'ROLE_EDITOR',
  3303.                 ],
  3304.                 'ROLE_EDITOR' => [
  3305.                     => 'ROLE_EMPLOYEE',
  3306.                 ],
  3307.                 'ROLE_EMPLOYEE' => [
  3308.                     => 'ROLE_TEACHER',
  3309.                 ],
  3310.                 'ROLE_TEACHER' => [
  3311.                     => 'ROLE_USER',
  3312.                 ],
  3313.                 'ROLE_USER' => [
  3314.                     => 'ROLE_ANONYMOUS',
  3315.                 ],
  3316.             ],
  3317.             'security.access.denied_url' => NULL,
  3318.             'security.authentication.manager.erase_credentials' => true,
  3319.             'security.authentication.session_strategy.strategy' => 'migrate',
  3320.             'security.access.always_authenticate_before_granting' => false,
  3321.             'security.authentication.hide_user_not_found' => true,
  3322.             'security.firewalls' => [
  3323.                 => 'dev',
  3324.                 => 'login',
  3325.                 => 'api',
  3326.                 => 'main',
  3327.             ],
  3328.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3329.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3330.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3331.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3332.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3333.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3334.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3335.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3336.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3337.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3338.             'doctrine.entity_managers' => [
  3339.                 'default' => 'doctrine.orm.default_entity_manager',
  3340.             ],
  3341.             'doctrine.default_entity_manager' => 'default',
  3342.             'doctrine.dbal.connection_factory.types' => [
  3343.                 'oauth2_grant' => [
  3344.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  3345.                 ],
  3346.                 'oauth2_redirect_uri' => [
  3347.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  3348.                 ],
  3349.                 'oauth2_scope' => [
  3350.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  3351.                 ],
  3352.             ],
  3353.             'doctrine.connections' => [
  3354.                 'default' => 'doctrine.dbal.default_connection',
  3355.             ],
  3356.             'doctrine.default_connection' => 'default',
  3357.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3358.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3359.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3360.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3361.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3362.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3363.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3364.             'doctrine.orm.cache.memcache_port' => 11211,
  3365.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3366.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3367.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3368.             'doctrine.orm.cache.memcached_port' => 11211,
  3369.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3370.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3371.             'doctrine.orm.cache.redis_host' => 'localhost',
  3372.             'doctrine.orm.cache.redis_port' => 6379,
  3373.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3374.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3375.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3376.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3377.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3378.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3379.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3380.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3381.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3382.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3383.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3384.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3385.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3386.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3387.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3388.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3389.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3390.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3391.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3392.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3393.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3394.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3395.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3396.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3397.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3398.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3399.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3400.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3401.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3402.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3403.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3404.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3405.             'doctrine_migrations.name' => 'Application Migrations',
  3406.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  3407.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3408.             'doctrine_migrations.table_name' => 'migration_versions',
  3409.             'doctrine_migrations.column_name' => 'version',
  3410.             'doctrine_migrations.column_length' => 14,
  3411.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3412.             'doctrine_migrations.all_or_nothing' => false,
  3413.             'doctrine_migrations.custom_template' => NULL,
  3414.             'doctrine_migrations.organize_migrations' => false,
  3415.             'monolog.use_microseconds' => true,
  3416.             'monolog.swift_mailer.handlers' => [
  3417.             ],
  3418.             'monolog.handlers_to_channels' => [
  3419.                 'monolog.handler.console' => [
  3420.                     'type' => 'exclusive',
  3421.                     'elements' => [
  3422.                         => 'event',
  3423.                         => 'doctrine',
  3424.                         => 'console',
  3425.                     ],
  3426.                 ],
  3427.                 'monolog.handler.account' => [
  3428.                     'type' => 'inclusive',
  3429.                     'elements' => [
  3430.                         => 'account',
  3431.                     ],
  3432.                 ],
  3433.                 'monolog.handler.cron' => [
  3434.                     'type' => 'inclusive',
  3435.                     'elements' => [
  3436.                         => 'cron',
  3437.                     ],
  3438.                 ],
  3439.                 'monolog.handler.payment' => [
  3440.                     'type' => 'inclusive',
  3441.                     'elements' => [
  3442.                         => 'payment',
  3443.                     ],
  3444.                 ],
  3445.                 'monolog.handler.main' => [
  3446.                     'type' => 'exclusive',
  3447.                     'elements' => [
  3448.                         => 'event',
  3449.                     ],
  3450.                 ],
  3451.             ],
  3452.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3453.             'nelmio_cors.map' => [
  3454.                 '^/' => [
  3455.                     'skip_same_as_origin' => true,
  3456.                 ],
  3457.             ],
  3458.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3459.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3460.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3461.             'api_platform.metadata_backward_compatibility_layer' => true,
  3462.             'api_platform.enable_entrypoint' => true,
  3463.             'api_platform.enable_docs' => true,
  3464.             'api_platform.title' => 'Wowenglish API',
  3465.             'api_platform.description' => '',
  3466.             'api_platform.version' => '1.1.0',
  3467.             'api_platform.show_webby' => true,
  3468.             'api_platform.url_generation_strategy' => 1,
  3469.             'api_platform.exception_to_status' => [
  3470.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3471.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3472.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3473.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3474.             ],
  3475.             'api_platform.formats' => [
  3476.                 'json' => [
  3477.                     => 'application/json',
  3478.                 ],
  3479.                 'html' => [
  3480.                     => 'text/html',
  3481.                 ],
  3482.             ],
  3483.             'api_platform.patch_formats' => [
  3484.             ],
  3485.             'api_platform.error_formats' => [
  3486.                 'jsonproblem' => [
  3487.                     => 'application/problem+json',
  3488.                 ],
  3489.                 'jsonld' => [
  3490.                     => 'application/ld+json',
  3491.                 ],
  3492.             ],
  3493.             'api_platform.allow_plain_identifiers' => false,
  3494.             'api_platform.eager_loading.enabled' => true,
  3495.             'api_platform.eager_loading.max_joins' => 30,
  3496.             'api_platform.eager_loading.fetch_partial' => false,
  3497.             'api_platform.eager_loading.force_eager' => true,
  3498.             'api_platform.collection.exists_parameter_name' => 'exists',
  3499.             'api_platform.collection.order' => 'ASC',
  3500.             'api_platform.collection.order_parameter_name' => 'order',
  3501.             'api_platform.collection.order_nulls_comparison' => NULL,
  3502.             'api_platform.collection.pagination.enabled' => false,
  3503.             'api_platform.collection.pagination.partial' => false,
  3504.             'api_platform.collection.pagination.client_enabled' => false,
  3505.             'api_platform.collection.pagination.client_items_per_page' => false,
  3506.             'api_platform.collection.pagination.client_partial' => false,
  3507.             'api_platform.collection.pagination.items_per_page' => 30,
  3508.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3509.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3510.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3511.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3512.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3513.             'api_platform.collection.pagination' => [
  3514.                 'enabled' => false,
  3515.                 'partial' => false,
  3516.                 'client_enabled' => false,
  3517.                 'client_items_per_page' => false,
  3518.                 'client_partial' => false,
  3519.                 'items_per_page' => 30,
  3520.                 'maximum_items_per_page' => NULL,
  3521.                 'page_parameter_name' => 'page',
  3522.                 'enabled_parameter_name' => 'pagination',
  3523.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3524.                 'partial_parameter_name' => 'partial',
  3525.             ],
  3526.             'api_platform.http_cache.etag' => true,
  3527.             'api_platform.http_cache.max_age' => NULL,
  3528.             'api_platform.http_cache.shared_max_age' => NULL,
  3529.             'api_platform.http_cache.vary' => [
  3530.                 => 'Accept',
  3531.             ],
  3532.             'api_platform.http_cache.public' => NULL,
  3533.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3534.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3535.             'api_platform.asset_package' => NULL,
  3536.             'api_platform.defaults' => [
  3537.                 'attributes' => [
  3538.                 ],
  3539.             ],
  3540.             'api_platform.resource_class_directories' => [
  3541.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  3542.                 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity'),
  3543.                 => (\dirname(__DIR__4).'/src/Entity'),
  3544.             ],
  3545.             'api_platform.oauth.enabled' => false,
  3546.             'api_platform.oauth.clientId' => '',
  3547.             'api_platform.oauth.clientSecret' => '',
  3548.             'api_platform.oauth.type' => 'oauth2',
  3549.             'api_platform.oauth.flow' => 'application',
  3550.             'api_platform.oauth.tokenUrl' => '',
  3551.             'api_platform.oauth.authorizationUrl' => '',
  3552.             'api_platform.oauth.refreshUrl' => '',
  3553.             'api_platform.oauth.scopes' => [
  3554.             ],
  3555.             'api_platform.oauth.pkce' => false,
  3556.             'api_platform.openapi.termsOfService' => NULL,
  3557.             'api_platform.openapi.contact.name' => NULL,
  3558.             'api_platform.openapi.contact.url' => NULL,
  3559.             'api_platform.openapi.contact.email' => NULL,
  3560.             'api_platform.openapi.license.name' => NULL,
  3561.             'api_platform.openapi.license.url' => NULL,
  3562.             'api_platform.swagger.versions' => [
  3563.                 => 2,
  3564.                 => 3,
  3565.             ],
  3566.             'api_platform.enable_swagger_ui' => true,
  3567.             'api_platform.enable_re_doc' => true,
  3568.             'api_platform.swagger.api_keys' => [
  3569.             ],
  3570.             'api_platform.swagger_ui.extra_configuration' => [
  3571.             ],
  3572.             'api_platform.graphql.enabled' => false,
  3573.             'api_platform.graphql.graphiql.enabled' => false,
  3574.             'api_platform.graphql.graphql_playground.enabled' => false,
  3575.             'api_platform.graphql.collection.pagination' => [
  3576.                 'enabled' => true,
  3577.             ],
  3578.             'api_platform.validator.serialize_payload_fields' => [
  3579.             ],
  3580.             'api_platform.validator.query_parameter_validation' => true,
  3581.             'api_platform.elasticsearch.enabled' => false,
  3582.             'lexik_jwt_authentication.token_ttl' => 31556926,
  3583.             'lexik_jwt_authentication.clock_skew' => 0,
  3584.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3585.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3586.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3587.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3588.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3589.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3590.             'swiftmailer.mailer.default.spool.enabled' => true,
  3591.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3592.             'swiftmailer.mailer.default.single_address' => NULL,
  3593.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3594.             'swiftmailer.spool.enabled' => true,
  3595.             'swiftmailer.delivery.enabled' => true,
  3596.             'swiftmailer.single_address' => NULL,
  3597.             'swiftmailer.mailers' => [
  3598.                 'default' => 'swiftmailer.mailer.default',
  3599.             ],
  3600.             'swiftmailer.default_mailer' => 'default',
  3601.             'geoip2.cache' => (\dirname(__DIR__4).'/data/GeoLite2-City.mmdb'),
  3602.             'geoip2.url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz',
  3603.             'geoip2.locales' => [
  3604.                 => 'en',
  3605.             ],
  3606.             'knp_paginator.template.pagination' => 'app/gamebank.pagination.html.twig',
  3607.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3608.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3609.             'knp_paginator.page_range' => 5,
  3610.             'knp_paginator.page_limit' => NULL,
  3611.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  3612.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  3613.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  3614.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  3615.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  3616.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  3617.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  3618.             'league.oauth2_server.encryption_key.type' => 'plain',
  3619.             'league.oauth2_server.scopes.default' => [
  3620.                 => 'email',
  3621.             ],
  3622.             'data_collector.templates' => [
  3623.                 'data_collector.request' => [
  3624.                     => 'request',
  3625.                     => '@WebProfiler/Collector/request.html.twig',
  3626.                 ],
  3627.                 'api_platform.data_collector.request' => [
  3628.                     => 'api_platform.data_collector.request',
  3629.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3630.                 ],
  3631.                 'data_collector.time' => [
  3632.                     => 'time',
  3633.                     => '@WebProfiler/Collector/time.html.twig',
  3634.                 ],
  3635.                 'data_collector.memory' => [
  3636.                     => 'memory',
  3637.                     => '@WebProfiler/Collector/memory.html.twig',
  3638.                 ],
  3639.                 'data_collector.validator' => [
  3640.                     => 'validator',
  3641.                     => '@WebProfiler/Collector/validator.html.twig',
  3642.                 ],
  3643.                 'data_collector.ajax' => [
  3644.                     => 'ajax',
  3645.                     => '@WebProfiler/Collector/ajax.html.twig',
  3646.                 ],
  3647.                 'data_collector.form' => [
  3648.                     => 'form',
  3649.                     => '@WebProfiler/Collector/form.html.twig',
  3650.                 ],
  3651.                 'data_collector.exception' => [
  3652.                     => 'exception',
  3653.                     => '@WebProfiler/Collector/exception.html.twig',
  3654.                 ],
  3655.                 'data_collector.logger' => [
  3656.                     => 'logger',
  3657.                     => '@WebProfiler/Collector/logger.html.twig',
  3658.                 ],
  3659.                 'data_collector.events' => [
  3660.                     => 'events',
  3661.                     => '@WebProfiler/Collector/events.html.twig',
  3662.                 ],
  3663.                 'data_collector.router' => [
  3664.                     => 'router',
  3665.                     => '@WebProfiler/Collector/router.html.twig',
  3666.                 ],
  3667.                 'data_collector.cache' => [
  3668.                     => 'cache',
  3669.                     => '@WebProfiler/Collector/cache.html.twig',
  3670.                 ],
  3671.                 'data_collector.translation' => [
  3672.                     => 'translation',
  3673.                     => '@WebProfiler/Collector/translation.html.twig',
  3674.                 ],
  3675.                 'data_collector.security' => [
  3676.                     => 'security',
  3677.                     => '@Security/Collector/security.html.twig',
  3678.                 ],
  3679.                 'data_collector.twig' => [
  3680.                     => 'twig',
  3681.                     => '@WebProfiler/Collector/twig.html.twig',
  3682.                 ],
  3683.                 'data_collector.http_client' => [
  3684.                     => 'http_client',
  3685.                     => '@WebProfiler/Collector/http_client.html.twig',
  3686.                 ],
  3687.                 'data_collector.doctrine' => [
  3688.                     => 'db',
  3689.                     => '@Doctrine/Collector/db.html.twig',
  3690.                 ],
  3691.                 'swiftmailer.data_collector' => [
  3692.                     => 'swiftmailer',
  3693.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3694.                 ],
  3695.                 'data_collector.dump' => [
  3696.                     => 'dump',
  3697.                     => '@Debug/Profiler/dump.html.twig',
  3698.                 ],
  3699.                 'data_collector.config' => [
  3700.                     => 'config',
  3701.                     => '@WebProfiler/Collector/config.html.twig',
  3702.                 ],
  3703.             ],
  3704.             'console.command.ids' => [
  3705.                 => 'console.command.public_alias.App\\Command\\DatabaseCommand',
  3706.                 => 'console.command.public_alias.App\\Command\\ImportCommand',
  3707.                 => 'console.command.public_alias.App\\Command\\PaymentCheckCommand',
  3708.                 => 'console.command.public_alias.gpslab.command.geoip2.update',
  3709.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  3710.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  3711.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  3712.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  3713.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  3714.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  3715.                 10 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  3716.                 11 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  3717.                 12 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  3718.             ],
  3719.         ];
  3720.     }
  3721.     protected function throw($message)
  3722.     {
  3723.         throw new RuntimeException($message);
  3724.     }
  3725. }