var/cache/dev/ContainerV8qvpuZ/srcApp_KernelDevDebugContainer.php line 1935

Open in your IDE?
  1. <?php
  2. namespace ContainerV8qvpuZ;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Api\\ApiUserController' => 'getApiUserControllerService',
  37.             'App\\Controller\\Api\\TokenController' => 'getTokenControllerService',
  38.             'App\\Controller\\BackendUserController' => 'getBackendUserControllerService',
  39.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  40.             'App\\Controller\\IbixCompanyController' => 'getIbixCompanyControllerService',
  41.             'App\\Controller\\IbixGatewayController' => 'getIbixGatewayControllerService',
  42.             'App\\Controller\\IbixUserController' => 'getIbixUserControllerService',
  43.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  44.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.app_clearer' => 'getCache_AppClearerService',
  48.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.system_clearer' => 'getCache_SystemClearerService',
  51.             'cache_clearer' => 'getCacheClearerService',
  52.             'cache_warmer' => 'getCacheWarmerService',
  53.             'console.command_loader' => 'getConsole_CommandLoaderService',
  54.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  55.             'data_collector.dump' => 'getDataCollector_DumpService',
  56.             'doctrine' => 'getDoctrineService',
  57.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  58.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  59.             'error_controller' => 'getErrorControllerService',
  60.             'event_dispatcher' => 'getEventDispatcherService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'http_kernel' => 'getHttpKernelService',
  65.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  66.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  67.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  68.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  69.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  70.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  71.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  72.             'profiler' => 'getProfilerService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'routing.loader' => 'getRouting_LoaderService',
  76.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  77.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  78.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  79.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  80.             'security.token_storage' => 'getSecurity_TokenStorageService',
  81.             'serializer' => 'getSerializerService',
  82.             'services_resetter' => 'getServicesResetterService',
  83.             'session' => 'getSessionService',
  84.             'translator' => 'getTranslatorService',
  85.             'twig' => 'getTwigService',
  86.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  87.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  88.             'validator' => 'getValidatorService',
  89.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  90.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  91.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  92.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  93.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  94.         ];
  95.         $this->aliases = [
  96.             'database_connection' => 'doctrine.dbal.default_connection',
  97.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  98.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  99.         ];
  100.         $this->privates['service_container'] = function () {
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  107.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  122.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  272.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  341.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  388.         };
  389.     }
  390.     public function compile(): void
  391.     {
  392.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  393.     }
  394.     public function isCompiled(): bool
  395.     {
  396.         return true;
  397.     }
  398.     public function getRemovedIds(): array
  399.     {
  400.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  401.     }
  402.     protected function createProxy($class, \Closure $factory)
  403.     {
  404.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  405.         return $factory();
  406.     }
  407.     /**
  408.      * Gets the public 'App\Controller\Api\ApiUserController' shared autowired service.
  409.      *
  410.      * @return \App\Controller\Api\ApiUserController
  411.      */
  412.     protected function getApiUserControllerService()
  413.     {
  414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  416.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiUserController.php';
  417.         $this->services['App\\Controller\\Api\\ApiUserController'] = $instance = new \App\Controller\Api\ApiUserController();
  418.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\Api\\ApiUserController'$this));
  419.         return $instance;
  420.     }
  421.     /**
  422.      * Gets the public 'App\Controller\Api\TokenController' shared autowired service.
  423.      *
  424.      * @return \App\Controller\Api\TokenController
  425.      */
  426.     protected function getTokenControllerService()
  427.     {
  428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  430.         include_once \dirname(__DIR__4).'/src/Controller/Api/TokenController.php';
  431.         $this->services['App\\Controller\\Api\\TokenController'] = $instance = new \App\Controller\Api\TokenController(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()));
  432.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\Api\\TokenController'$this));
  433.         return $instance;
  434.     }
  435.     /**
  436.      * Gets the public 'App\Controller\BackendUserController' shared autowired service.
  437.      *
  438.      * @return \App\Controller\BackendUserController
  439.      */
  440.     protected function getBackendUserControllerService()
  441.     {
  442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  444.         include_once \dirname(__DIR__4).'/src/Controller/BackendUserController.php';
  445.         $this->services['App\\Controller\\BackendUserController'] = $instance = new \App\Controller\BackendUserController();
  446.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\BackendUserController'$this));
  447.         return $instance;
  448.     }
  449.     /**
  450.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  451.      *
  452.      * @return \App\Controller\DefaultController
  453.      */
  454.     protected function getDefaultControllerService()
  455.     {
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  458.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  459.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  460.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\DefaultController'$this));
  461.         return $instance;
  462.     }
  463.     /**
  464.      * Gets the public 'App\Controller\IbixCompanyController' shared autowired service.
  465.      *
  466.      * @return \App\Controller\IbixCompanyController
  467.      */
  468.     protected function getIbixCompanyControllerService()
  469.     {
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  472.         include_once \dirname(__DIR__4).'/src/Controller/IbixCompanyController.php';
  473.         $this->services['App\\Controller\\IbixCompanyController'] = $instance = new \App\Controller\IbixCompanyController();
  474.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\IbixCompanyController'$this));
  475.         return $instance;
  476.     }
  477.     /**
  478.      * Gets the public 'App\Controller\IbixGatewayController' shared autowired service.
  479.      *
  480.      * @return \App\Controller\IbixGatewayController
  481.      */
  482.     protected function getIbixGatewayControllerService()
  483.     {
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  486.         include_once \dirname(__DIR__4).'/src/Controller/IbixGatewayController.php';
  487.         $this->services['App\\Controller\\IbixGatewayController'] = $instance = new \App\Controller\IbixGatewayController();
  488.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\IbixGatewayController'$this));
  489.         return $instance;
  490.     }
  491.     /**
  492.      * Gets the public 'App\Controller\IbixUserController' shared autowired service.
  493.      *
  494.      * @return \App\Controller\IbixUserController
  495.      */
  496.     protected function getIbixUserControllerService()
  497.     {
  498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  500.         include_once \dirname(__DIR__4).'/src/Controller/IbixUserController.php';
  501.         $this->services['App\\Controller\\IbixUserController'] = $instance = new \App\Controller\IbixUserController();
  502.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\IbixUserController'$this));
  503.         return $instance;
  504.     }
  505.     /**
  506.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  507.      *
  508.      * @return \App\Controller\SecurityController
  509.      */
  510.     protected function getSecurityControllerService()
  511.     {
  512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  514.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  515.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  516.         $instance->setContainer(($this->privates['.service_locator.wCk6QCn'] ?? $this->get_ServiceLocator_WCk6QCnService())->withContext('App\\Controller\\SecurityController'$this));
  517.         return $instance;
  518.     }
  519.     /**
  520.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  521.      *
  522.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  523.      */
  524.     protected function getRedirectControllerService()
  525.     {
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  527.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  528.     }
  529.     /**
  530.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  531.      *
  532.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  533.      */
  534.     protected function getTemplateControllerService()
  535.     {
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  537.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  538.     }
  539.     /**
  540.      * Gets the public 'cache.app' shared service.
  541.      *
  542.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  543.      */
  544.     protected function getCache_AppService()
  545.     {
  546.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4EfKfqK9ea'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  547.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  548.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  549.     }
  550.     /**
  551.      * Gets the public 'cache.app_clearer' shared service.
  552.      *
  553.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  554.      */
  555.     protected function getCache_AppClearerService()
  556.     {
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  559.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  560.     }
  561.     /**
  562.      * Gets the public 'cache.global_clearer' shared service.
  563.      *
  564.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  565.      */
  566.     protected function getCache_GlobalClearerService()
  567.     {
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  570.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  571.     }
  572.     /**
  573.      * Gets the public 'cache.system' shared service.
  574.      *
  575.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  576.      */
  577.     protected function getCache_SystemService()
  578.     {
  579.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JdpQ-16q8N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  580.     }
  581.     /**
  582.      * Gets the public 'cache.system_clearer' shared service.
  583.      *
  584.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  585.      */
  586.     protected function getCache_SystemClearerService()
  587.     {
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  590.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  591.     }
  592.     /**
  593.      * Gets the public 'cache_clearer' shared service.
  594.      *
  595.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  596.      */
  597.     protected function getCacheClearerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  601.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  602.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  603.         }, 1));
  604.     }
  605.     /**
  606.      * Gets the public 'cache_warmer' shared service.
  607.      *
  608.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  609.      */
  610.     protected function getCacheWarmerService()
  611.     {
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  614.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  615.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  616.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  617.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  618.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  619.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  620.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  621.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  622.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  623.     }
  624.     /**
  625.      * Gets the public 'console.command_loader' shared service.
  626.      *
  627.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  628.      */
  629.     protected function getConsole_CommandLoaderService()
  630.     {
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  633.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  634.             'App\\Command\\CreateApiUserCommand' => ['privates''App\\Command\\CreateApiUserCommand''getCreateApiUserCommandService'false],
  635.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  636.             'App\\Command\\ImportDataCommand' => ['privates''App\\Command\\ImportDataCommand''getImportDataCommandService'false],
  637.             'App\\Command\\ImportUsersCommand' => ['privates''App\\Command\\ImportUsersCommand''getImportUsersCommandService'false],
  638.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  639.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  640.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  641.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  642.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  643.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  644.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  645.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  646.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  647.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  648.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  649.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  650.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  651.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  652.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  653.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  654.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  655.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  656.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  657.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  658.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  659.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  660.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  661.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  662.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  663.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  664.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  665.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  666.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  667.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  668.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  669.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  670.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  671.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  672.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  673.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  674.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  675.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  676.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  677.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  678.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  679.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  680.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  681.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  682.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  683.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  684.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  685.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  686.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  687.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  688.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  689.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  690.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  691.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  692.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  693.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  694.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  695.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  696.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  697.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  698.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  699.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  700.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  701.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  702.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  703.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  704.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  705.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  706.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  707.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  708.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  709.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  710.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  711.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  712.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  713.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  714.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  715.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  716.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  717.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  718.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  719.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  720.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  721.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  722.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  723.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  724.         ], [
  725.             'App\\Command\\CreateApiUserCommand' => 'App\\Command\\CreateApiUserCommand',
  726.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  727.             'App\\Command\\ImportDataCommand' => 'App\\Command\\ImportDataCommand',
  728.             'App\\Command\\ImportUsersCommand' => 'App\\Command\\ImportUsersCommand',
  729.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  730.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  731.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  732.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  733.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  734.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  735.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  736.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  737.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  738.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  739.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  740.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  741.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  742.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  743.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  744.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  745.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  746.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  747.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  748.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  749.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  750.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  751.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  752.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  753.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  754.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  755.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  756.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  757.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  758.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  759.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  760.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  761.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  762.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  763.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  764.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  765.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  766.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  767.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  768.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  769.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  770.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  771.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  772.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  773.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  774.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  775.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  776.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  777.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  778.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  779.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  780.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  781.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  782.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  783.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  784.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  785.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  786.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  787.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  788.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  789.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  790.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  791.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  792.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  793.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  794.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  795.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  796.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  797.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  798.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  799.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  800.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  801.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  802.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  803.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  804.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  805.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  806.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  807.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  808.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  809.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  810.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  811.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  812.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  813.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  814.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  815.         ]), ['app:apiuser:create' => 'App\\Command\\CreateApiUserCommand''app:user:create' => 'App\\Command\\CreateUserCommand''app:import:csv' => 'App\\Command\\ImportDataCommand''app:import:users' => 'App\\Command\\ImportUsersCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  816.     }
  817.     /**
  818.      * Gets the public 'container.env_var_processors_locator' shared service.
  819.      *
  820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  821.      */
  822.     protected function getContainer_EnvVarProcessorsLocatorService()
  823.     {
  824.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  825.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  826.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  827.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  828.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  829.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  830.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  831.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  832.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  833.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  834.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  835.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  836.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  837.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  838.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  839.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  840.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  841.         ], [
  842.             'base64' => '?',
  843.             'bool' => '?',
  844.             'const' => '?',
  845.             'csv' => '?',
  846.             'default' => '?',
  847.             'file' => '?',
  848.             'float' => '?',
  849.             'int' => '?',
  850.             'json' => '?',
  851.             'key' => '?',
  852.             'query_string' => '?',
  853.             'require' => '?',
  854.             'resolve' => '?',
  855.             'string' => '?',
  856.             'trim' => '?',
  857.             'url' => '?',
  858.         ]);
  859.     }
  860.     /**
  861.      * Gets the public 'data_collector.dump' shared service.
  862.      *
  863.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  864.      */
  865.     protected function getDataCollector_DumpService()
  866.     {
  867.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  868.     }
  869.     /**
  870.      * Gets the public 'doctrine' shared service.
  871.      *
  872.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  873.      */
  874.     protected function getDoctrineService()
  875.     {
  876.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  877.     }
  878.     /**
  879.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  880.      *
  881.      * @return \Doctrine\DBAL\Connection
  882.      */
  883.     protected function getDoctrine_Dbal_DefaultConnectionService()
  884.     {
  885.         $a = new \Doctrine\DBAL\Configuration();
  886.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  887.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  888.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  889.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  890.         $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()))]));
  891.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  893.         ], [
  894.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  895.         ]));
  896.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  897.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1001 => true], 'defaultTableOptions' => ['collate' => 'utf8_unicode_ci']], $a$c, []);
  898.     }
  899.     /**
  900.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  901.      *
  902.      * @return \Doctrine\ORM\EntityManager
  903.      */
  904.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  905.     {
  906.         if ($lazyLoad) {
  907.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  908.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  909.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  910.                     $proxy->setProxyInitializer(null);
  911.                     return true;
  912.                 });
  913.             });
  914.         }
  915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  916.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  917.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  919.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  925.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  927.         $a = new \Doctrine\ORM\Configuration();
  928.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  929.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  930.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  931.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  932.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  933.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  934.         $a->setMetadataDriverImpl($b);
  935.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  936.         $a->setProxyNamespace('Proxies');
  937.         $a->setAutoGenerateProxyClasses(true);
  938.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  939.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  940.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  941.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  942.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  943.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  944.             'App\\Repository\\ApiUserRepository' => ['privates''App\\Repository\\ApiUserRepository''getApiUserRepositoryService'false],
  945.             'App\\Repository\\BackendUserRepository' => ['privates''App\\Repository\\BackendUserRepository''getBackendUserRepositoryService'false],
  946.             'App\\Repository\\IbixCompanyRepository' => ['privates''App\\Repository\\IbixCompanyRepository''getIbixCompanyRepositoryService'false],
  947.             'App\\Repository\\IbixGatewayRepository' => ['privates''App\\Repository\\IbixGatewayRepository''getIbixGatewayRepositoryService'false],
  948.             'App\\Repository\\IbixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  949.         ], [
  950.             'App\\Repository\\ApiUserRepository' => '?',
  951.             'App\\Repository\\BackendUserRepository' => '?',
  952.             'App\\Repository\\IbixCompanyRepository' => '?',
  953.             'App\\Repository\\IbixGatewayRepository' => '?',
  954.             'App\\Repository\\IbixUserRepository' => '?',
  955.         ])));
  956.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  957.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  958.         return $instance;
  959.     }
  960.     /**
  961.      * Gets the public 'error_controller' shared service.
  962.      *
  963.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  964.      */
  965.     protected function getErrorControllerService()
  966.     {
  967.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  968.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  970.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  972.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  973.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  974.     }
  975.     /**
  976.      * Gets the public 'event_dispatcher' shared service.
  977.      *
  978.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  979.      */
  980.     protected function getEventDispatcherService()
  981.     {
  982.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  983.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  984.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  986.         $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())));
  987.         $instance->addListener('kernel.controller', [=> function () {
  988.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  989.         }, => 'onKernelController'], 0);
  990.         $instance->addListener('kernel.response', [=> function () {
  991.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  992.         }, => 'onKernelResponse'], 0);
  993.         $instance->addListener('kernel.response', [=> function () {
  994.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  995.         }, => 'onKernelResponse'], -1024);
  996.         $instance->addListener('kernel.request', [=> function () {
  997.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  998.         }, => 'setDefaultLocale'], 100);
  999.         $instance->addListener('kernel.request', [=> function () {
  1000.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1001.         }, => 'onKernelRequest'], 16);
  1002.         $instance->addListener('kernel.finish_request', [=> function () {
  1003.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1004.         }, => 'onKernelFinishRequest'], 0);
  1005.         $instance->addListener('kernel.request', [=> function () {
  1006.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1007.         }, => 'onKernelRequest'], 256);
  1008.         $instance->addListener('kernel.request', [=> function () {
  1009.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1010.         }, => 'resolveControllerName'], 24);
  1011.         $instance->addListener('kernel.response', [=> function () {
  1012.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1013.         }, => 'onResponse'], -255);
  1014.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1015.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1016.         }, => 'onControllerArguments'], 0);
  1017.         $instance->addListener('kernel.exception', [=> function () {
  1018.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1019.         }, => 'logKernelException'], 0);
  1020.         $instance->addListener('kernel.exception', [=> function () {
  1021.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1022.         }, => 'onKernelException'], -128);
  1023.         $instance->addListener('kernel.request', [=> function () {
  1024.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1025.         }, => 'onKernelRequest'], 15);
  1026.         $instance->addListener('kernel.finish_request', [=> function () {
  1027.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1028.         }, => 'onKernelFinishRequest'], -15);
  1029.         $instance->addListener('console.error', [=> function () {
  1030.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1031.         }, => 'onConsoleError'], -128);
  1032.         $instance->addListener('console.terminate', [=> function () {
  1033.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1034.         }, => 'onConsoleTerminate'], -128);
  1035.         $instance->addListener('console.error', [=> function () {
  1036.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1037.         }, => 'onConsoleError'], 0);
  1038.         $instance->addListener('kernel.request', [=> function () {
  1039.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1040.         }, => 'onKernelRequest'], 128);
  1041.         $instance->addListener('kernel.response', [=> function () {
  1042.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1043.         }, => 'onKernelResponse'], -1000);
  1044.         $instance->addListener('kernel.finish_request', [=> function () {
  1045.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1046.         }, => 'onFinishRequest'], 0);
  1047.         $instance->addListener('kernel.response', [=> function () {
  1048.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1049.         }, => 'onKernelResponse'], -100);
  1050.         $instance->addListener('kernel.exception', [=> function () {
  1051.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1052.         }, => 'onKernelException'], 0);
  1053.         $instance->addListener('kernel.terminate', [=> function () {
  1054.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1055.         }, => 'onKernelTerminate'], -1024);
  1056.         $instance->addListener('kernel.controller', [=> function () {
  1057.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1058.         }, => 'onKernelController'], 0);
  1059.         $instance->addListener('kernel.response', [=> function () {
  1060.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1061.         }, => 'onKernelResponse'], 0);
  1062.         $instance->addListener('kernel.request', [=> function () {
  1063.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1064.         }, => 'configure'], 2048);
  1065.         $instance->addListener('console.command', [=> function () {
  1066.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1067.         }, => 'configure'], 2048);
  1068.         $instance->addListener('kernel.request', [=> function () {
  1069.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1070.         }, => 'onKernelRequest'], 32);
  1071.         $instance->addListener('kernel.finish_request', [=> function () {
  1072.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1073.         }, => 'onKernelFinishRequest'], 0);
  1074.         $instance->addListener('kernel.exception', [=> function () {
  1075.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1076.         }, => 'onKernelException'], -64);
  1077.         $instance->addListener('kernel.controller', [=> function () {
  1078.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1079.         }, => 'onKernelController'], 0);
  1080.         $instance->addListener('kernel.controller', [=> function () {
  1081.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1082.         }, => 'onKernelController'], 0);
  1083.         $instance->addListener('kernel.controller', [=> function () {
  1084.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1085.         }, => 'onKernelController'], -128);
  1086.         $instance->addListener('kernel.view', [=> function () {
  1087.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1088.         }, => 'onKernelView'], 0);
  1089.         $instance->addListener('kernel.controller', [=> function () {
  1090.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1091.         }, => 'onKernelController'], 0);
  1092.         $instance->addListener('kernel.response', [=> function () {
  1093.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1094.         }, => 'onKernelResponse'], 0);
  1095.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1096.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1097.         }, => 'onKernelControllerArguments'], 0);
  1098.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1099.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1100.         }, => 'onKernelControllerArguments'], 0);
  1101.         $instance->addListener('kernel.response', [=> function () {
  1102.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1103.         }, => 'onKernelResponse'], 0);
  1104.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1105.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1106.         }, => 'onVoterVote'], 0);
  1107.         $instance->addListener('kernel.request', [=> function () {
  1108.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1109.         }, => 'configureLogoutUrlGenerator'], 8);
  1110.         $instance->addListener('kernel.request', [=> function () {
  1111.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1112.         }, => 'onKernelRequest'], 8);
  1113.         $instance->addListener('kernel.finish_request', [=> function () {
  1114.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1115.         }, => 'onKernelFinishRequest'], 0);
  1116.         $instance->addListener('console.error', [=> function () {
  1117.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1118.         }, => 'onConsoleError'], 0);
  1119.         $instance->addListener('console.terminate', [=> function () {
  1120.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1121.         }, => 'onConsoleTerminate'], 0);
  1122.         $instance->addListener('kernel.response', [=> function () {
  1123.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1124.         }, => 'onKernelResponse'], -128);
  1125.         $instance->addListener('console.command', [=> function () {
  1126.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1127.         }, => 'onCommand'], 255);
  1128.         $instance->addListener('console.terminate', [=> function () {
  1129.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1130.         }, => 'onTerminate'], -255);
  1131.         $instance->addListener('console.command', [=> function () {
  1132.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1133.         }, => 'configure'], 1024);
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'filesystem' shared service.
  1138.      *
  1139.      * @return \Symfony\Component\Filesystem\Filesystem
  1140.      */
  1141.     protected function getFilesystemService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1144.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1145.     }
  1146.     /**
  1147.      * Gets the public 'form.factory' shared service.
  1148.      *
  1149.      * @return \Symfony\Component\Form\FormFactory
  1150.      */
  1151.     protected function getForm_FactoryService()
  1152.     {
  1153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1155.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1156.     }
  1157.     /**
  1158.      * Gets the public 'form.type.file' shared service.
  1159.      *
  1160.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1161.      */
  1162.     protected function getForm_Type_FileService()
  1163.     {
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1167.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1168.     }
  1169.     /**
  1170.      * Gets the public 'http_kernel' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1173.      */
  1174.     protected function getHttpKernelService()
  1175.     {
  1176.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1177.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1178.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1179.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1180.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1181.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1182.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1183.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1184.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1185.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1186.         }, 8)), $a));
  1187.     }
  1188.     /**
  1189.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1190.      *
  1191.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1192.      */
  1193.     protected function getLexikJwtAuthentication_EncoderService()
  1194.     {
  1195.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1204.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'6048000));
  1205.     }
  1206.     /**
  1207.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  1208.      *
  1209.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  1210.      */
  1211.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  1215.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  1216.             yield => ($this->privates['security.user.provider.concrete.app_apiuser_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppApiuserProviderService());
  1217.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  1218.         }, 2));
  1219.         $instance->setName('lexik:jwt:generate-token');
  1220.         return $instance;
  1221.     }
  1222.     /**
  1223.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1224.      *
  1225.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1226.      */
  1227.     protected function getLexikJwtAuthentication_JwtManagerService()
  1228.     {
  1229.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1232.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  1233.         $instance->setUserIdentityField('username');
  1234.         return $instance;
  1235.     }
  1236.     /**
  1237.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1238.      *
  1239.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1240.      */
  1241.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1242.     {
  1243.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1247.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'));
  1248.     }
  1249.     /**
  1250.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  1251.      *
  1252.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  1253.      */
  1254.     protected function getNelmioApiDoc_Controller_SwaggerService()
  1255.     {
  1256.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  1257.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  1258.     }
  1259.     /**
  1260.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  1261.      *
  1262.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1263.      */
  1264.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  1265.     {
  1266.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  1267.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  1268.     }
  1269.     /**
  1270.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  1271.      *
  1272.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  1273.      */
  1274.     protected function getNelmioApiDoc_Generator_DefaultService()
  1275.     {
  1276.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  1277.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  1278.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  1279.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  1280.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  1281.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  1282.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  1283.         }, 5), new RewindableGenerator(function () {
  1284.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  1285.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  1286.         }, 2));
  1287.         $instance->setAlternativeNames([]);
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the public 'profiler' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1294.      */
  1295.     protected function getProfilerService()
  1296.     {
  1297.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1298.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1299.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1300.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1301.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1302.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1303.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1304.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1305.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1306.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1307.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1308.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1309.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1310.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1311.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1312.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1313.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1314.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1315.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1316.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1317.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1318.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1319.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1320.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1321.         if ($this->has('kernel')) {
  1322.             $g->setKernel($b);
  1323.         }
  1324.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1325.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1326.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1327.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1328.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1329.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1330.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1331.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1332.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1333.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1334.         $instance->add($d);
  1335.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1336.         $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())));
  1337.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1338.         $instance->add($e);
  1339.         $instance->add($f);
  1340.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1341.         $instance->add($g);
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'request_stack' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1348.      */
  1349.     protected function getRequestStackService()
  1350.     {
  1351.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1352.     }
  1353.     /**
  1354.      * Gets the public 'router' shared service.
  1355.      *
  1356.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1357.      */
  1358.     protected function getRouterService()
  1359.     {
  1360.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1361.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1363.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1365.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1366.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1367.         ], [
  1368.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1369.         ]))->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');
  1370.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the public 'routing.loader' shared service.
  1375.      *
  1376.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1377.      */
  1378.     protected function getRouting_LoaderService()
  1379.     {
  1380.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1381.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1382.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1395.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1402.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1403.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1404.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1405.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1406.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1407.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1408.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1409.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1410.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1411.             'kernel' => ['services''kernel''getKernelService'false],
  1412.         ], [
  1413.             'kernel' => 'App\\Kernel',
  1414.         ]))));
  1415.         $a->addLoader($c);
  1416.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1417.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1418.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1419.     }
  1420.     /**
  1421.      * Gets the public 'security.authentication_utils' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1424.      */
  1425.     protected function getSecurity_AuthenticationUtilsService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1428.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'security.authorization_checker' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1434.      */
  1435.     protected function getSecurity_AuthorizationCheckerService()
  1436.     {
  1437.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1438.     }
  1439.     /**
  1440.      * Gets the public 'security.csrf.token_manager' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1443.      */
  1444.     protected function getSecurity_Csrf_TokenManagerService()
  1445.     {
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1450.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1451.     }
  1452.     /**
  1453.      * Gets the public 'security.password_encoder' shared service.
  1454.      *
  1455.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1456.      */
  1457.     protected function getSecurity_PasswordEncoderService()
  1458.     {
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1461.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1462.     }
  1463.     /**
  1464.      * Gets the public 'security.token_storage' shared service.
  1465.      *
  1466.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1467.      */
  1468.     protected function getSecurity_TokenStorageService()
  1469.     {
  1470.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1471.             'session' => ['services''session''getSessionService'false],
  1472.         ], [
  1473.             'session' => '?',
  1474.         ]));
  1475.     }
  1476.     /**
  1477.      * Gets the public 'serializer' shared service.
  1478.      *
  1479.      * @return \Symfony\Component\Serializer\Serializer
  1480.      */
  1481.     protected function getSerializerService()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1515.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1516.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1517.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1518.     }
  1519.     /**
  1520.      * Gets the public 'services_resetter' shared service.
  1521.      *
  1522.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1523.      */
  1524.     protected function getServicesResetterService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1527.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1528.             if (isset($this->services['cache.app'])) {
  1529.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1530.             }
  1531.             if (isset($this->services['cache.system'])) {
  1532.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1533.             }
  1534.             if (isset($this->privates['cache.validator'])) {
  1535.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1536.             }
  1537.             if (isset($this->privates['cache.serializer'])) {
  1538.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1539.             }
  1540.             if (isset($this->privates['cache.annotations'])) {
  1541.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1542.             }
  1543.             if (isset($this->privates['cache.property_info'])) {
  1544.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1545.             }
  1546.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1547.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1548.             }
  1549.             if (isset($this->services['profiler'])) {
  1550.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1551.             }
  1552.             if (isset($this->services['validator'])) {
  1553.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1554.             }
  1555.             if (isset($this->privates['debug.stopwatch'])) {
  1556.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1557.             }
  1558.             if (isset($this->services['event_dispatcher'])) {
  1559.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1560.             }
  1561.             if (isset($this->services['doctrine'])) {
  1562.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1563.             }
  1564.             if (isset($this->privates['form.type.entity'])) {
  1565.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1566.             }
  1567.             if (isset($this->services['security.token_storage'])) {
  1568.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1569.             }
  1570.             if (isset($this->privates['cache.security_expression_language'])) {
  1571.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1572.             }
  1573.             if (isset($this->privates['monolog.handler.main'])) {
  1574.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1575.             }
  1576.             if (isset($this->privates['monolog.handler.console'])) {
  1577.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1578.             }
  1579.         }, function () {
  1580.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console']));
  1581.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset']]);
  1582.     }
  1583.     /**
  1584.      * Gets the public 'session' shared service.
  1585.      *
  1586.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1587.      */
  1588.     protected function getSessionService()
  1589.     {
  1590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1592.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1593.     }
  1594.     /**
  1595.      * Gets the public 'translator' shared service.
  1596.      *
  1597.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1598.      */
  1599.     protected function getTranslatorService()
  1600.     {
  1601.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1602.     }
  1603.     /**
  1604.      * Gets the public 'twig' shared service.
  1605.      *
  1606.      * @return \Twig\Environment
  1607.      */
  1608.     protected function getTwigService()
  1609.     {
  1610.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1611.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1612.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1613.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1614.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1615.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1616.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1617.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1618.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1619.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1620.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1621.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1622.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1623.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  1624.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1625.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1626.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1627.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1628.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1629.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1630.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1631.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1632.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1633.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1634.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1635.         $f->setEnvironment('dev');
  1636.         $f->setDebug(true);
  1637.         if ($this->has('security.token_storage')) {
  1638.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1639.         }
  1640.         if ($this->has('request_stack')) {
  1641.             $f->setRequestStack($c);
  1642.         }
  1643.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1644.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1645.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1646.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1647.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1648.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1649.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1650.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1651.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1652.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1653.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1654.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1655.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1656.         $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())));
  1657.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1658.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1659.         $instance->addGlobal('app'$f);
  1660.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1661.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1662.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1663.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1664.         ], [
  1665.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1666.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1667.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1668.         ])));
  1669.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1670.         return $instance;
  1671.     }
  1672.     /**
  1673.      * Gets the public 'twig.controller.exception' shared service.
  1674.      *
  1675.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1676.      *
  1677.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1678.      */
  1679.     protected function getTwig_Controller_ExceptionService()
  1680.     {
  1681.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1682.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1683.     }
  1684.     /**
  1685.      * Gets the public 'twig.controller.preview_error' shared service.
  1686.      *
  1687.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1688.      *
  1689.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1690.      */
  1691.     protected function getTwig_Controller_PreviewErrorService()
  1692.     {
  1693.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1694.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1695.     }
  1696.     /**
  1697.      * Gets the public 'validator' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1700.      */
  1701.     protected function getValidatorService()
  1702.     {
  1703.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1704.     }
  1705.     /**
  1706.      * Gets the public 'var_dumper.cloner' shared service.
  1707.      *
  1708.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1709.      */
  1710.     protected function getVarDumper_ClonerService()
  1711.     {
  1712.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1713.         $instance->setMaxItems(2500);
  1714.         $instance->setMinDepth(1);
  1715.         $instance->setMaxString(-1);
  1716.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'web_profiler.controller.exception' shared service.
  1721.      *
  1722.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  1723.      *
  1724.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  1725.      */
  1726.     protected function getWebProfiler_Controller_ExceptionService()
  1727.     {
  1728.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  1729.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  1730.     }
  1731.     /**
  1732.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1733.      *
  1734.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1735.      */
  1736.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1739.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1743.      *
  1744.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1745.      */
  1746.     protected function getWebProfiler_Controller_ProfilerService()
  1747.     {
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1749.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1750.     }
  1751.     /**
  1752.      * Gets the public 'web_profiler.controller.router' shared service.
  1753.      *
  1754.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1755.      */
  1756.     protected function getWebProfiler_Controller_RouterService()
  1757.     {
  1758.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1759.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  1760.             return new \EmptyIterator();
  1761.         }, 0));
  1762.     }
  1763.     /**
  1764.      * Gets the private '.debug.http_client' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1767.      */
  1768.     protected function get_Debug_HttpClientService()
  1769.     {
  1770.         $a = \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'headers' => [], 'resolve' => []], 10);
  1771.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1772.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1773.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1774.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1775.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1776.         $a->setLogger($b);
  1777.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1778.     }
  1779.     /**
  1780.      * Gets the private '.errored..service_locator.Id9Pz5i.App\Entity\IbixGateway' shared service.
  1781.      *
  1782.      * @return \App\Entity\IbixGateway
  1783.      */
  1784.     protected function getIbixGatewayService()
  1785.     {
  1786.         $this->throw('Cannot autowire service ".service_locator.Id9Pz5i": it references class "App\\Entity\\IbixGateway" but no such service exists.');
  1787.     }
  1788.     /**
  1789.      * Gets the private '.errored..service_locator.R.nzkLC.App\Entity\IbixUser' shared service.
  1790.      *
  1791.      * @return \App\Entity\IbixUser
  1792.      */
  1793.     protected function getIbixUserService()
  1794.     {
  1795.         $this->throw('Cannot autowire service ".service_locator.R.nzkLC": it references class "App\\Entity\\IbixUser" but no such service exists.');
  1796.     }
  1797.     /**
  1798.      * Gets the private '.errored..service_locator.SVDhO1V.App\Entity\IbixCompany' shared service.
  1799.      *
  1800.      * @return \App\Entity\IbixCompany
  1801.      */
  1802.     protected function getIbixCompanyService()
  1803.     {
  1804.         $this->throw('Cannot autowire service ".service_locator.SVDhO1V": it references class "App\\Entity\\IbixCompany" but no such service exists.');
  1805.     }
  1806.     /**
  1807.      * Gets the private '.errored..service_locator.TTJMINN.App\Entity\BackendUser' shared service.
  1808.      *
  1809.      * @return \App\Entity\BackendUser
  1810.      */
  1811.     protected function getBackendUserService()
  1812.     {
  1813.         $this->throw('Cannot autowire service ".service_locator.TTJMINN": it references class "App\\Entity\\BackendUser" but no such service exists.');
  1814.     }
  1815.     /**
  1816.      * Gets the private '.errored..service_locator.s35jBHd.App\Entity\BackendUser' shared service.
  1817.      *
  1818.      * @return \App\Entity\BackendUser
  1819.      */
  1820.     protected function getBackendUser2Service()
  1821.     {
  1822.         $this->throw('Cannot autowire service ".service_locator.s35jBHd": it references class "App\\Entity\\BackendUser" but no such service exists.');
  1823.     }
  1824.     /**
  1825.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1826.      *
  1827.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1828.      */
  1829.     protected function get_LegacyResolveControllerNameSubscriberService()
  1830.     {
  1831.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1832.     }
  1833.     /**
  1834.      * Gets the private '.service_locator.H.ffOoz' shared service.
  1835.      *
  1836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1837.      */
  1838.     protected function get_ServiceLocator_H_FfOozService()
  1839.     {
  1840.         return $this->privates['.service_locator.H.ffOoz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1841.             'backendUserRepository' => ['privates''App\\Repository\\BackendUserRepository''getBackendUserRepositoryService'false],
  1842.         ], [
  1843.             'backendUserRepository' => 'App\\Repository\\BackendUserRepository',
  1844.         ]);
  1845.     }
  1846.     /**
  1847.      * Gets the private '.service_locator.Id9Pz5i' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1850.      */
  1851.     protected function get_ServiceLocator_Id9Pz5iService()
  1852.     {
  1853.         return $this->privates['.service_locator.Id9Pz5i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1854.             'ibixGateway' => ['privates''.errored..service_locator.Id9Pz5i.App\\Entity\\IbixGateway'NULL'Cannot autowire service ".service_locator.Id9Pz5i": it references class "App\\Entity\\IbixGateway" but no such service exists.'],
  1855.         ], [
  1856.             'ibixGateway' => 'App\\Entity\\IbixGateway',
  1857.         ]);
  1858.     }
  1859.     /**
  1860.      * Gets the private '.service_locator.Jy1YklW' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1863.      */
  1864.     protected function get_ServiceLocator_Jy1YklWService()
  1865.     {
  1866.         return $this->privates['.service_locator.Jy1YklW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1867.             'ibixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  1868.             'translator' => ['services''translator''getTranslatorService'false],
  1869.         ], [
  1870.             'ibixUserRepository' => 'App\\Repository\\IbixUserRepository',
  1871.             'translator' => '?',
  1872.         ]);
  1873.     }
  1874.     /**
  1875.      * Gets the private '.service_locator.LoS3dWD' shared service.
  1876.      *
  1877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1878.      */
  1879.     protected function get_ServiceLocator_LoS3dWDService()
  1880.     {
  1881.         return $this->privates['.service_locator.LoS3dWD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1882.             'App\\Controller\\Api\\ApiUserController::ibixAppButtonsAction' => ['privates''.service_locator.Jy1YklW''get_ServiceLocator_Jy1YklWService'false],
  1883.             'App\\Controller\\Api\\ApiUserController::ibixTokenCheckAction' => ['privates''.service_locator.qt9t_7o''get_ServiceLocator_Qt9t7oService'false],
  1884.             'App\\Controller\\Api\\ApiUserController::ibixUserBalancesAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1885.             'App\\Controller\\Api\\ApiUserController::ibixUserBookingAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1886.             'App\\Controller\\Api\\ApiUserController::ibixUserLoginAction' => ['privates''.service_locator.y1foi2R''get_ServiceLocator_Y1foi2RService'false],
  1887.             'App\\Controller\\Api\\ApiUserController::ibixUserStatusAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1888.             'App\\Controller\\Api\\TokenController::authAction' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  1889.             'App\\Controller\\BackendUserController::delete' => ['privates''.service_locator.s35jBHd''get_ServiceLocator_S35jBHdService'false],
  1890.             'App\\Controller\\BackendUserController::edit' => ['privates''.service_locator.TTJMINN''get_ServiceLocator_TTJMINNService'false],
  1891.             'App\\Controller\\BackendUserController::index' => ['privates''.service_locator.H.ffOoz''get_ServiceLocator_H_FfOozService'false],
  1892.             'App\\Controller\\BackendUserController::new' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  1893.             'App\\Controller\\BackendUserController::show' => ['privates''.service_locator.s35jBHd''get_ServiceLocator_S35jBHdService'false],
  1894.             'App\\Controller\\IbixCompanyController::delete' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1895.             'App\\Controller\\IbixCompanyController::edit' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1896.             'App\\Controller\\IbixCompanyController::index' => ['privates''.service_locator.qiU5jUE''get_ServiceLocator_QiU5jUEService'false],
  1897.             'App\\Controller\\IbixCompanyController::show' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1898.             'App\\Controller\\IbixGatewayController::delete' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1899.             'App\\Controller\\IbixGatewayController::edit' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1900.             'App\\Controller\\IbixGatewayController::index' => ['privates''.service_locator.YImQro6''get_ServiceLocator_YImQro6Service'false],
  1901.             'App\\Controller\\IbixGatewayController::show' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1902.             'App\\Controller\\IbixUserController::delete' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1903.             'App\\Controller\\IbixUserController::edit' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1904.             'App\\Controller\\IbixUserController::fetchAjax' => ['privates''.service_locator.vSH800H''get_ServiceLocator_VSH800HService'false],
  1905.             'App\\Controller\\IbixUserController::show' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1906.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  1907.             'App\\Controller\\Api\\ApiUserController:ibixAppButtonsAction' => ['privates''.service_locator.Jy1YklW''get_ServiceLocator_Jy1YklWService'false],
  1908.             'App\\Controller\\Api\\ApiUserController:ibixTokenCheckAction' => ['privates''.service_locator.qt9t_7o''get_ServiceLocator_Qt9t7oService'false],
  1909.             'App\\Controller\\Api\\ApiUserController:ibixUserBalancesAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1910.             'App\\Controller\\Api\\ApiUserController:ibixUserBookingAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1911.             'App\\Controller\\Api\\ApiUserController:ibixUserLoginAction' => ['privates''.service_locator.y1foi2R''get_ServiceLocator_Y1foi2RService'false],
  1912.             'App\\Controller\\Api\\ApiUserController:ibixUserStatusAction' => ['privates''.service_locator.cp6ohJC''get_ServiceLocator_Cp6ohJCService'false],
  1913.             'App\\Controller\\Api\\TokenController:authAction' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  1914.             'App\\Controller\\BackendUserController:delete' => ['privates''.service_locator.s35jBHd''get_ServiceLocator_S35jBHdService'false],
  1915.             'App\\Controller\\BackendUserController:edit' => ['privates''.service_locator.TTJMINN''get_ServiceLocator_TTJMINNService'false],
  1916.             'App\\Controller\\BackendUserController:index' => ['privates''.service_locator.H.ffOoz''get_ServiceLocator_H_FfOozService'false],
  1917.             'App\\Controller\\BackendUserController:new' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  1918.             'App\\Controller\\BackendUserController:show' => ['privates''.service_locator.s35jBHd''get_ServiceLocator_S35jBHdService'false],
  1919.             'App\\Controller\\IbixCompanyController:delete' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1920.             'App\\Controller\\IbixCompanyController:edit' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1921.             'App\\Controller\\IbixCompanyController:index' => ['privates''.service_locator.qiU5jUE''get_ServiceLocator_QiU5jUEService'false],
  1922.             'App\\Controller\\IbixCompanyController:show' => ['privates''.service_locator.SVDhO1V''get_ServiceLocator_SVDhO1VService'false],
  1923.             'App\\Controller\\IbixGatewayController:delete' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1924.             'App\\Controller\\IbixGatewayController:edit' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1925.             'App\\Controller\\IbixGatewayController:index' => ['privates''.service_locator.YImQro6''get_ServiceLocator_YImQro6Service'false],
  1926.             'App\\Controller\\IbixGatewayController:show' => ['privates''.service_locator.Id9Pz5i''get_ServiceLocator_Id9Pz5iService'false],
  1927.             'App\\Controller\\IbixUserController:delete' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1928.             'App\\Controller\\IbixUserController:edit' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1929.             'App\\Controller\\IbixUserController:fetchAjax' => ['privates''.service_locator.vSH800H''get_ServiceLocator_VSH800HService'false],
  1930.             'App\\Controller\\IbixUserController:show' => ['privates''.service_locator.R.nzkLC''get_ServiceLocator_R_NzkLCService'false],
  1931.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  1932.         ], [
  1933.             'App\\Controller\\Api\\ApiUserController::ibixAppButtonsAction' => '?',
  1934.             'App\\Controller\\Api\\ApiUserController::ibixTokenCheckAction' => '?',
  1935.             'App\\Controller\\Api\\ApiUserController::ibixUserBalancesAction' => '?',
  1936.             'App\\Controller\\Api\\ApiUserController::ibixUserBookingAction' => '?',
  1937.             'App\\Controller\\Api\\ApiUserController::ibixUserLoginAction' => '?',
  1938.             'App\\Controller\\Api\\ApiUserController::ibixUserStatusAction' => '?',
  1939.             'App\\Controller\\Api\\TokenController::authAction' => '?',
  1940.             'App\\Controller\\BackendUserController::delete' => '?',
  1941.             'App\\Controller\\BackendUserController::edit' => '?',
  1942.             'App\\Controller\\BackendUserController::index' => '?',
  1943.             'App\\Controller\\BackendUserController::new' => '?',
  1944.             'App\\Controller\\BackendUserController::show' => '?',
  1945.             'App\\Controller\\IbixCompanyController::delete' => '?',
  1946.             'App\\Controller\\IbixCompanyController::edit' => '?',
  1947.             'App\\Controller\\IbixCompanyController::index' => '?',
  1948.             'App\\Controller\\IbixCompanyController::show' => '?',
  1949.             'App\\Controller\\IbixGatewayController::delete' => '?',
  1950.             'App\\Controller\\IbixGatewayController::edit' => '?',
  1951.             'App\\Controller\\IbixGatewayController::index' => '?',
  1952.             'App\\Controller\\IbixGatewayController::show' => '?',
  1953.             'App\\Controller\\IbixUserController::delete' => '?',
  1954.             'App\\Controller\\IbixUserController::edit' => '?',
  1955.             'App\\Controller\\IbixUserController::fetchAjax' => '?',
  1956.             'App\\Controller\\IbixUserController::show' => '?',
  1957.             'App\\Controller\\SecurityController::login' => '?',
  1958.             'App\\Controller\\Api\\ApiUserController:ibixAppButtonsAction' => '?',
  1959.             'App\\Controller\\Api\\ApiUserController:ibixTokenCheckAction' => '?',
  1960.             'App\\Controller\\Api\\ApiUserController:ibixUserBalancesAction' => '?',
  1961.             'App\\Controller\\Api\\ApiUserController:ibixUserBookingAction' => '?',
  1962.             'App\\Controller\\Api\\ApiUserController:ibixUserLoginAction' => '?',
  1963.             'App\\Controller\\Api\\ApiUserController:ibixUserStatusAction' => '?',
  1964.             'App\\Controller\\Api\\TokenController:authAction' => '?',
  1965.             'App\\Controller\\BackendUserController:delete' => '?',
  1966.             'App\\Controller\\BackendUserController:edit' => '?',
  1967.             'App\\Controller\\BackendUserController:index' => '?',
  1968.             'App\\Controller\\BackendUserController:new' => '?',
  1969.             'App\\Controller\\BackendUserController:show' => '?',
  1970.             'App\\Controller\\IbixCompanyController:delete' => '?',
  1971.             'App\\Controller\\IbixCompanyController:edit' => '?',
  1972.             'App\\Controller\\IbixCompanyController:index' => '?',
  1973.             'App\\Controller\\IbixCompanyController:show' => '?',
  1974.             'App\\Controller\\IbixGatewayController:delete' => '?',
  1975.             'App\\Controller\\IbixGatewayController:edit' => '?',
  1976.             'App\\Controller\\IbixGatewayController:index' => '?',
  1977.             'App\\Controller\\IbixGatewayController:show' => '?',
  1978.             'App\\Controller\\IbixUserController:delete' => '?',
  1979.             'App\\Controller\\IbixUserController:edit' => '?',
  1980.             'App\\Controller\\IbixUserController:fetchAjax' => '?',
  1981.             'App\\Controller\\IbixUserController:show' => '?',
  1982.             'App\\Controller\\SecurityController:login' => '?',
  1983.         ]);
  1984.     }
  1985.     /**
  1986.      * Gets the private '.service_locator.R.nzkLC' shared service.
  1987.      *
  1988.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1989.      */
  1990.     protected function get_ServiceLocator_R_NzkLCService()
  1991.     {
  1992.         return $this->privates['.service_locator.R.nzkLC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1993.             'ibixUser' => ['privates''.errored..service_locator.R.nzkLC.App\\Entity\\IbixUser'NULL'Cannot autowire service ".service_locator.R.nzkLC": it references class "App\\Entity\\IbixUser" but no such service exists.'],
  1994.         ], [
  1995.             'ibixUser' => 'App\\Entity\\IbixUser',
  1996.         ]);
  1997.     }
  1998.     /**
  1999.      * Gets the private '.service_locator.SVDhO1V' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2002.      */
  2003.     protected function get_ServiceLocator_SVDhO1VService()
  2004.     {
  2005.         return $this->privates['.service_locator.SVDhO1V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2006.             'ibixCompany' => ['privates''.errored..service_locator.SVDhO1V.App\\Entity\\IbixCompany'NULL'Cannot autowire service ".service_locator.SVDhO1V": it references class "App\\Entity\\IbixCompany" but no such service exists.'],
  2007.         ], [
  2008.             'ibixCompany' => 'App\\Entity\\IbixCompany',
  2009.         ]);
  2010.     }
  2011.     /**
  2012.      * Gets the private '.service_locator.TTJMINN' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2015.      */
  2016.     protected function get_ServiceLocator_TTJMINNService()
  2017.     {
  2018.         return $this->privates['.service_locator.TTJMINN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2019.             'backendUser' => ['privates''.errored..service_locator.TTJMINN.App\\Entity\\BackendUser'NULL'Cannot autowire service ".service_locator.TTJMINN": it references class "App\\Entity\\BackendUser" but no such service exists.'],
  2020.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2021.         ], [
  2022.             'backendUser' => 'App\\Entity\\BackendUser',
  2023.             'passwordEncoder' => '?',
  2024.         ]);
  2025.     }
  2026.     /**
  2027.      * Gets the private '.service_locator.YImQro6' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2030.      */
  2031.     protected function get_ServiceLocator_YImQro6Service()
  2032.     {
  2033.         return $this->privates['.service_locator.YImQro6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2034.             'ibixGatewayRepository' => ['privates''App\\Repository\\IbixGatewayRepository''getIbixGatewayRepositoryService'false],
  2035.         ], [
  2036.             'ibixGatewayRepository' => 'App\\Repository\\IbixGatewayRepository',
  2037.         ]);
  2038.     }
  2039.     /**
  2040.      * Gets the private '.service_locator.ccM2MGC' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2043.      */
  2044.     protected function get_ServiceLocator_CcM2MGCService()
  2045.     {
  2046.         return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2047.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2048.         ], [
  2049.             'passwordEncoder' => '?',
  2050.         ]);
  2051.     }
  2052.     /**
  2053.      * Gets the private '.service_locator.cp6ohJC' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2056.      */
  2057.     protected function get_ServiceLocator_Cp6ohJCService()
  2058.     {
  2059.         return $this->privates['.service_locator.cp6ohJC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2060.             'ibixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  2061.             'utility' => ['privates''App\\Util\\Utility''getUtilityService'false],
  2062.         ], [
  2063.             'ibixUserRepository' => 'App\\Repository\\IbixUserRepository',
  2064.             'utility' => 'App\\Util\\Utility',
  2065.         ]);
  2066.     }
  2067.     /**
  2068.      * Gets the private '.service_locator.g.xob4v' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2071.      */
  2072.     protected function get_ServiceLocator_G_Xob4vService()
  2073.     {
  2074.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2075.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2076.         ], [
  2077.             'authenticationUtils' => '?',
  2078.         ]);
  2079.     }
  2080.     /**
  2081.      * Gets the private '.service_locator.qiU5jUE' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2084.      */
  2085.     protected function get_ServiceLocator_QiU5jUEService()
  2086.     {
  2087.         return $this->privates['.service_locator.qiU5jUE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2088.             'ibixCompanyRepository' => ['privates''App\\Repository\\IbixCompanyRepository''getIbixCompanyRepositoryService'false],
  2089.         ], [
  2090.             'ibixCompanyRepository' => 'App\\Repository\\IbixCompanyRepository',
  2091.         ]);
  2092.     }
  2093.     /**
  2094.      * Gets the private '.service_locator.qt9t_7o' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2097.      */
  2098.     protected function get_ServiceLocator_Qt9t7oService()
  2099.     {
  2100.         return $this->privates['.service_locator.qt9t_7o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2101.             'ibixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  2102.         ], [
  2103.             'ibixUserRepository' => 'App\\Repository\\IbixUserRepository',
  2104.         ]);
  2105.     }
  2106.     /**
  2107.      * Gets the private '.service_locator.s35jBHd' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2110.      */
  2111.     protected function get_ServiceLocator_S35jBHdService()
  2112.     {
  2113.         return $this->privates['.service_locator.s35jBHd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2114.             'backendUser' => ['privates''.errored..service_locator.s35jBHd.App\\Entity\\BackendUser'NULL'Cannot autowire service ".service_locator.s35jBHd": it references class "App\\Entity\\BackendUser" but no such service exists.'],
  2115.         ], [
  2116.             'backendUser' => 'App\\Entity\\BackendUser',
  2117.         ]);
  2118.     }
  2119.     /**
  2120.      * Gets the private '.service_locator.vSH800H' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2123.      */
  2124.     protected function get_ServiceLocator_VSH800HService()
  2125.     {
  2126.         return $this->privates['.service_locator.vSH800H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2127.             'ibixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  2128.             'twig' => ['services''twig''getTwigService'false],
  2129.         ], [
  2130.             'ibixUserRepository' => 'App\\Repository\\IbixUserRepository',
  2131.             'twig' => '?',
  2132.         ]);
  2133.     }
  2134.     /**
  2135.      * Gets the private '.service_locator.wCk6QCn' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2138.      */
  2139.     protected function get_ServiceLocator_WCk6QCnService()
  2140.     {
  2141.         return $this->privates['.service_locator.wCk6QCn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2142.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2143.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2144.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2145.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2146.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2147.             'router' => ['services''router''getRouterService'false],
  2148.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2149.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2150.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2151.             'serializer' => ['services''serializer''getSerializerService'false],
  2152.             'session' => ['services''session''getSessionService'false],
  2153.             'twig' => ['services''twig''getTwigService'false],
  2154.         ], [
  2155.             'doctrine' => '?',
  2156.             'form.factory' => '?',
  2157.             'http_kernel' => '?',
  2158.             'parameter_bag' => '?',
  2159.             'request_stack' => '?',
  2160.             'router' => '?',
  2161.             'security.authorization_checker' => '?',
  2162.             'security.csrf.token_manager' => '?',
  2163.             'security.token_storage' => '?',
  2164.             'serializer' => '?',
  2165.             'session' => '?',
  2166.             'twig' => '?',
  2167.         ]);
  2168.     }
  2169.     /**
  2170.      * Gets the private '.service_locator.y1foi2R' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2173.      */
  2174.     protected function get_ServiceLocator_Y1foi2RService()
  2175.     {
  2176.         return $this->privates['.service_locator.y1foi2R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2177.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2178.             'ibixUserRepository' => ['privates''App\\Repository\\IbixUserRepository''getIbixUserRepositoryService'false],
  2179.             'translator' => ['services''translator''getTranslatorService'false],
  2180.             'utility' => ['privates''App\\Util\\Utility''getUtilityService'false],
  2181.         ], [
  2182.             'em' => '?',
  2183.             'ibixUserRepository' => 'App\\Repository\\IbixUserRepository',
  2184.             'translator' => '?',
  2185.             'utility' => 'App\\Util\\Utility',
  2186.         ]);
  2187.     }
  2188.     /**
  2189.      * Gets the private '.service_locator.yfsuJP_' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2192.      */
  2193.     protected function get_ServiceLocator_YfsuJPService()
  2194.     {
  2195.         return $this->privates['.service_locator.yfsuJP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2196.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  2197.         ], [
  2198.             'params' => '?',
  2199.         ]);
  2200.     }
  2201.     /**
  2202.      * Gets the private 'App\Command\CreateApiUserCommand' shared autowired service.
  2203.      *
  2204.      * @return \App\Command\CreateApiUserCommand
  2205.      */
  2206.     protected function getCreateApiUserCommandService()
  2207.     {
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2209.         include_once \dirname(__DIR__4).'/src/Command/CreateApiUserCommand.php';
  2210.         $this->privates['App\\Command\\CreateApiUserCommand'] = $instance = new \App\Command\CreateApiUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['App\\Util\\UserValidator'] ?? $this->getUserValidatorService()));
  2211.         $instance->setName('app:apiuser:create');
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2216.      *
  2217.      * @return \App\Command\CreateUserCommand
  2218.      */
  2219.     protected function getCreateUserCommandService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2222.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2223.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['App\\Util\\UserValidator'] ?? $this->getUserValidatorService()));
  2224.         $instance->setName('app:user:create');
  2225.         return $instance;
  2226.     }
  2227.     /**
  2228.      * Gets the private 'App\Command\ImportDataCommand' shared autowired service.
  2229.      *
  2230.      * @return \App\Command\ImportDataCommand
  2231.      */
  2232.     protected function getImportDataCommandService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/src/Command/ImportDataCommand.php';
  2236.         $this->privates['App\\Command\\ImportDataCommand'] = $instance = new \App\Command\ImportDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4));
  2237.         $instance->setName('app:import:csv');
  2238.         return $instance;
  2239.     }
  2240.     /**
  2241.      * Gets the private 'App\Command\ImportUsersCommand' shared autowired service.
  2242.      *
  2243.      * @return \App\Command\ImportUsersCommand
  2244.      */
  2245.     protected function getImportUsersCommandService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2248.         include_once \dirname(__DIR__4).'/src/Command/ImportUsersCommand.php';
  2249.         $this->privates['App\\Command\\ImportUsersCommand'] = $instance = new \App\Command\ImportUsersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2250.         $instance->setName('app:import:users');
  2251.         return $instance;
  2252.     }
  2253.     /**
  2254.      * Gets the private 'App\Form\BackendUserEditType' shared autowired service.
  2255.      *
  2256.      * @return \App\Form\BackendUserEditType
  2257.      */
  2258.     protected function getBackendUserEditTypeService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2262.         include_once \dirname(__DIR__4).'/src/Form/BackendUserEditType.php';
  2263.         return $this->privates['App\\Form\\BackendUserEditType'] = new \App\Form\BackendUserEditType();
  2264.     }
  2265.     /**
  2266.      * Gets the private 'App\Form\BackendUserType' shared autowired service.
  2267.      *
  2268.      * @return \App\Form\BackendUserType
  2269.      */
  2270.     protected function getBackendUserTypeService()
  2271.     {
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2274.         include_once \dirname(__DIR__4).'/src/Form/BackendUserType.php';
  2275.         return $this->privates['App\\Form\\BackendUserType'] = new \App\Form\BackendUserType();
  2276.     }
  2277.     /**
  2278.      * Gets the private 'App\Form\IbixCompanyType' shared autowired service.
  2279.      *
  2280.      * @return \App\Form\IbixCompanyType
  2281.      */
  2282.     protected function getIbixCompanyTypeService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2286.         include_once \dirname(__DIR__4).'/src/Form/IbixCompanyType.php';
  2287.         return $this->privates['App\\Form\\IbixCompanyType'] = new \App\Form\IbixCompanyType();
  2288.     }
  2289.     /**
  2290.      * Gets the private 'App\Form\IbixGatewayType' shared autowired service.
  2291.      *
  2292.      * @return \App\Form\IbixGatewayType
  2293.      */
  2294.     protected function getIbixGatewayTypeService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2298.         include_once \dirname(__DIR__4).'/src/Form/IbixGatewayType.php';
  2299.         return $this->privates['App\\Form\\IbixGatewayType'] = new \App\Form\IbixGatewayType();
  2300.     }
  2301.     /**
  2302.      * Gets the private 'App\Form\IbixUserType' shared autowired service.
  2303.      *
  2304.      * @return \App\Form\IbixUserType
  2305.      */
  2306.     protected function getIbixUserTypeService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2310.         include_once \dirname(__DIR__4).'/src/Form/IbixUserType.php';
  2311.         return $this->privates['App\\Form\\IbixUserType'] = new \App\Form\IbixUserType();
  2312.     }
  2313.     /**
  2314.      * Gets the private 'App\Repository\ApiUserRepository' shared autowired service.
  2315.      *
  2316.      * @return \App\Repository\ApiUserRepository
  2317.      */
  2318.     protected function getApiUserRepositoryService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2326.         include_once \dirname(__DIR__4).'/src/Repository/ApiUserRepository.php';
  2327.         return $this->privates['App\\Repository\\ApiUserRepository'] = new \App\Repository\ApiUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'App\Repository\BackendUserRepository' shared autowired service.
  2331.      *
  2332.      * @return \App\Repository\BackendUserRepository
  2333.      */
  2334.     protected function getBackendUserRepositoryService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2342.         include_once \dirname(__DIR__4).'/src/Repository/BackendUserRepository.php';
  2343.         return $this->privates['App\\Repository\\BackendUserRepository'] = new \App\Repository\BackendUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2344.     }
  2345.     /**
  2346.      * Gets the private 'App\Repository\IbixCompanyRepository' shared autowired service.
  2347.      *
  2348.      * @return \App\Repository\IbixCompanyRepository
  2349.      */
  2350.     protected function getIbixCompanyRepositoryService()
  2351.     {
  2352.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2357.         include_once \dirname(__DIR__4).'/src/Repository/IbixCompanyRepository.php';
  2358.         return $this->privates['App\\Repository\\IbixCompanyRepository'] = new \App\Repository\IbixCompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'App\Repository\IbixGatewayRepository' shared autowired service.
  2362.      *
  2363.      * @return \App\Repository\IbixGatewayRepository
  2364.      */
  2365.     protected function getIbixGatewayRepositoryService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2372.         include_once \dirname(__DIR__4).'/src/Repository/IbixGatewayRepository.php';
  2373.         return $this->privates['App\\Repository\\IbixGatewayRepository'] = new \App\Repository\IbixGatewayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2374.     }
  2375.     /**
  2376.      * Gets the private 'App\Repository\IbixUserRepository' shared autowired service.
  2377.      *
  2378.      * @return \App\Repository\IbixUserRepository
  2379.      */
  2380.     protected function getIbixUserRepositoryService()
  2381.     {
  2382.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2387.         include_once \dirname(__DIR__4).'/src/Repository/IbixUserRepository.php';
  2388.         return $this->privates['App\\Repository\\IbixUserRepository'] = new \App\Repository\IbixUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2392.      *
  2393.      * @return \App\Security\LoginFormAuthenticator
  2394.      */
  2395.     protected function getLoginFormAuthenticatorService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2403.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2404.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'App\Util\UserValidator' shared autowired service.
  2408.      *
  2409.      * @return \App\Util\UserValidator
  2410.      */
  2411.     protected function getUserValidatorService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/src/Util/UserValidator.php';
  2414.         return $this->privates['App\\Util\\UserValidator'] = new \App\Util\UserValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  2415.     }
  2416.     /**
  2417.      * Gets the private 'App\Util\Utility' shared autowired service.
  2418.      *
  2419.      * @return \App\Util\Utility
  2420.      */
  2421.     protected function getUtilityService()
  2422.     {
  2423.         include_once \dirname(__DIR__4).'/src/Util/Utility.php';
  2424.         return $this->privates['App\\Util\\Utility'] = new \App\Util\Utility(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2428.      *
  2429.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2430.      */
  2431.     protected function getManagerRegistryAwareConnectionProviderService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2435.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2436.     }
  2437.     /**
  2438.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2439.      *
  2440.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2441.      */
  2442.     protected function getRunSqlCommandService()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2446.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2447.         $instance->setName('dbal:run-sql');
  2448.         return $instance;
  2449.     }
  2450.     /**
  2451.      * Gets the private 'annotations.cache' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Cache\DoctrineProvider
  2454.      */
  2455.     protected function getAnnotations_CacheService()
  2456.     {
  2457.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'annotations.cache_warmer' shared service.
  2461.      *
  2462.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2463.      */
  2464.     protected function getAnnotations_CacheWarmerService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2469.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2470.     }
  2471.     /**
  2472.      * Gets the private 'annotations.cached_reader' shared service.
  2473.      *
  2474.      * @return \Doctrine\Common\Annotations\CachedReader
  2475.      */
  2476.     protected function getAnnotations_CachedReaderService()
  2477.     {
  2478.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2479.     }
  2480.     /**
  2481.      * Gets the private 'annotations.reader' shared service.
  2482.      *
  2483.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2484.      */
  2485.     protected function getAnnotations_ReaderService()
  2486.     {
  2487.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2488.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2489.         $a->registerUniqueLoader('class_exists');
  2490.         $instance->addGlobalIgnoredName('required'$a);
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the private 'cache.annotations' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2497.      */
  2498.     protected function getCache_AnnotationsService()
  2499.     {
  2500.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sLDWl1RoT6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2501.     }
  2502.     /**
  2503.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2506.      */
  2507.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2508.     {
  2509.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2510.     }
  2511.     /**
  2512.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2515.      */
  2516.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2517.     {
  2518.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2519.     }
  2520.     /**
  2521.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2524.      */
  2525.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2526.     {
  2527.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2528.     }
  2529.     /**
  2530.      * Gets the private 'cache.property_info' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2533.      */
  2534.     protected function getCache_PropertyInfoService()
  2535.     {
  2536.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('x3r5Vw9Fkq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2537.     }
  2538.     /**
  2539.      * Gets the private 'cache.security_expression_language' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2542.      */
  2543.     protected function getCache_SecurityExpressionLanguageService()
  2544.     {
  2545.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EjhiBnbSUx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2546.     }
  2547.     /**
  2548.      * Gets the private 'cache.serializer' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2551.      */
  2552.     protected function getCache_SerializerService()
  2553.     {
  2554.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WRABB4A+ax'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2555.     }
  2556.     /**
  2557.      * Gets the private 'cache.validator' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2560.      */
  2561.     protected function getCache_ValidatorService()
  2562.     {
  2563.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('384r2Pq4a9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2564.     }
  2565.     /**
  2566.      * Gets the private 'config_cache_factory' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2569.      */
  2570.     protected function getConfigCacheFactoryService()
  2571.     {
  2572.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2573.             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)));
  2574.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2575.         }, 2));
  2576.     }
  2577.     /**
  2578.      * Gets the private 'console.command.about' shared service.
  2579.      *
  2580.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2581.      */
  2582.     protected function getConsole_Command_AboutService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2586.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2587.         $instance->setName('about');
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the private 'console.command.assets_install' shared service.
  2592.      *
  2593.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2594.      */
  2595.     protected function getConsole_Command_AssetsInstallService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2600.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2601.         $instance->setName('assets:install');
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the private 'console.command.cache_clear' shared service.
  2606.      *
  2607.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2608.      */
  2609.     protected function getConsole_Command_CacheClearService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2614.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2615.         $instance->setName('cache:clear');
  2616.         return $instance;
  2617.     }
  2618.     /**
  2619.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2620.      *
  2621.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2622.      */
  2623.     protected function getConsole_Command_CachePoolClearService()
  2624.     {
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2627.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2628.         $instance->setName('cache:pool:clear');
  2629.         return $instance;
  2630.     }
  2631.     /**
  2632.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2633.      *
  2634.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2635.      */
  2636.     protected function getConsole_Command_CachePoolDeleteService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2640.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2641.         $instance->setName('cache:pool:delete');
  2642.         return $instance;
  2643.     }
  2644.     /**
  2645.      * Gets the private 'console.command.cache_pool_list' shared service.
  2646.      *
  2647.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2648.      */
  2649.     protected function getConsole_Command_CachePoolListService()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2653.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  2654.         $instance->setName('cache:pool:list');
  2655.         return $instance;
  2656.     }
  2657.     /**
  2658.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2659.      *
  2660.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2661.      */
  2662.     protected function getConsole_Command_CachePoolPruneService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2666.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2667.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2668.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2669.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2670.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2671.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2672.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2673.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2674.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2675.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2676.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2677.         }, 10));
  2678.         $instance->setName('cache:pool:prune');
  2679.         return $instance;
  2680.     }
  2681.     /**
  2682.      * Gets the private 'console.command.cache_warmup' shared service.
  2683.      *
  2684.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2685.      */
  2686.     protected function getConsole_Command_CacheWarmupService()
  2687.     {
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2690.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2691.         $instance->setName('cache:warmup');
  2692.         return $instance;
  2693.     }
  2694.     /**
  2695.      * Gets the private 'console.command.config_debug' shared service.
  2696.      *
  2697.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2698.      */
  2699.     protected function getConsole_Command_ConfigDebugService()
  2700.     {
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2705.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2706.         $instance->setName('debug:config');
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the private 'console.command.config_dump_reference' shared service.
  2711.      *
  2712.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2713.      */
  2714.     protected function getConsole_Command_ConfigDumpReferenceService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2720.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2721.         $instance->setName('config:dump-reference');
  2722.         return $instance;
  2723.     }
  2724.     /**
  2725.      * Gets the private 'console.command.container_debug' shared service.
  2726.      *
  2727.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2728.      */
  2729.     protected function getConsole_Command_ContainerDebugService()
  2730.     {
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2733.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2734.         $instance->setName('debug:container');
  2735.         return $instance;
  2736.     }
  2737.     /**
  2738.      * Gets the private 'console.command.container_lint' shared service.
  2739.      *
  2740.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2741.      */
  2742.     protected function getConsole_Command_ContainerLintService()
  2743.     {
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2746.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2747.         $instance->setName('lint:container');
  2748.         return $instance;
  2749.     }
  2750.     /**
  2751.      * Gets the private 'console.command.debug_autowiring' shared service.
  2752.      *
  2753.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2754.      */
  2755.     protected function getConsole_Command_DebugAutowiringService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2760.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2761.         $instance->setName('debug:autowiring');
  2762.         return $instance;
  2763.     }
  2764.     /**
  2765.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2766.      *
  2767.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2768.      */
  2769.     protected function getConsole_Command_EventDispatcherDebugService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2773.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2774.         $instance->setName('debug:event-dispatcher');
  2775.         return $instance;
  2776.     }
  2777.     /**
  2778.      * Gets the private 'console.command.form_debug' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Form\Command\DebugCommand
  2781.      */
  2782.     protected function getConsole_Command_FormDebugService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2786.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\BackendUserEditType'=> 'App\\Form\\BackendUserType'=> 'App\\Form\\IbixCompanyType'=> 'App\\Form\\IbixGatewayType'=> 'App\\Form\\IbixUserType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2787.         $instance->setName('debug:form');
  2788.         return $instance;
  2789.     }
  2790.     /**
  2791.      * Gets the private 'console.command.router_debug' shared service.
  2792.      *
  2793.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2794.      */
  2795.     protected function getConsole_Command_RouterDebugService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2799.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2800.         $instance->setName('debug:router');
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the private 'console.command.router_match' shared service.
  2805.      *
  2806.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2807.      */
  2808.     protected function getConsole_Command_RouterMatchService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2812.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2813.         $instance->setName('router:match');
  2814.         return $instance;
  2815.     }
  2816.     /**
  2817.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2818.      *
  2819.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2820.      */
  2821.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2829.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2830.         $instance->setName('secrets:decrypt-to-local');
  2831.         return $instance;
  2832.     }
  2833.     /**
  2834.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2835.      *
  2836.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2837.      */
  2838.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2846.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2847.         $instance->setName('secrets:encrypt-from-local');
  2848.         return $instance;
  2849.     }
  2850.     /**
  2851.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2852.      *
  2853.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2854.      */
  2855.     protected function getConsole_Command_SecretsGenerateKeyService()
  2856.     {
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2863.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2864.         $instance->setName('secrets:generate-keys');
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the private 'console.command.secrets_list' shared service.
  2869.      *
  2870.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2871.      */
  2872.     protected function getConsole_Command_SecretsListService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2880.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2881.         $instance->setName('secrets:list');
  2882.         return $instance;
  2883.     }
  2884.     /**
  2885.      * Gets the private 'console.command.secrets_remove' shared service.
  2886.      *
  2887.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2888.      */
  2889.     protected function getConsole_Command_SecretsRemoveService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2897.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2898.         $instance->setName('secrets:remove');
  2899.         return $instance;
  2900.     }
  2901.     /**
  2902.      * Gets the private 'console.command.secrets_set' shared service.
  2903.      *
  2904.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2905.      */
  2906.     protected function getConsole_Command_SecretsSetService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2914.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2915.         $instance->setName('secrets:set');
  2916.         return $instance;
  2917.     }
  2918.     /**
  2919.      * Gets the private 'console.command.translation_debug' shared service.
  2920.      *
  2921.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2922.      */
  2923.     protected function getConsole_Command_TranslationDebugService()
  2924.     {
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2927.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Api/ApiUserController.php')]);
  2928.         $instance->setName('debug:translation');
  2929.         return $instance;
  2930.     }
  2931.     /**
  2932.      * Gets the private 'console.command.translation_update' shared service.
  2933.      *
  2934.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2935.      */
  2936.     protected function getConsole_Command_TranslationUpdateService()
  2937.     {
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2954.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2955.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2956.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2957.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2958.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2959.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2960.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2961.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2962.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2963.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2964.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2965.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2966.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Api/ApiUserController.php')]);
  2967.         $instance->setName('translation:update');
  2968.         return $instance;
  2969.     }
  2970.     /**
  2971.      * Gets the private 'console.command.xliff_lint' shared service.
  2972.      *
  2973.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2974.      */
  2975.     protected function getConsole_Command_XliffLintService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2980.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2981.         $instance->setName('lint:xliff');
  2982.         return $instance;
  2983.     }
  2984.     /**
  2985.      * Gets the private 'console.command.yaml_lint' shared service.
  2986.      *
  2987.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2988.      */
  2989.     protected function getConsole_Command_YamlLintService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2994.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2995.         $instance->setName('lint:yaml');
  2996.         return $instance;
  2997.     }
  2998.     /**
  2999.      * Gets the private 'console.error_listener' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3002.      */
  3003.     protected function getConsole_ErrorListenerService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3006.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3007.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3008.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3010.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3011.     }
  3012.     /**
  3013.      * Gets the private 'container.env_var_processor' shared service.
  3014.      *
  3015.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3016.      */
  3017.     protected function getContainer_EnvVarProcessorService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3021.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3022.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3023.         }, 1));
  3024.     }
  3025.     /**
  3026.      * Gets the private 'data_collector.form' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3029.      */
  3030.     protected function getDataCollector_FormService()
  3031.     {
  3032.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3033.     }
  3034.     /**
  3035.      * Gets the private 'debug.argument_resolver.default' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3038.      */
  3039.     protected function getDebug_ArgumentResolver_DefaultService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3044.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3048.      *
  3049.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3050.      */
  3051.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3056.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.LoS3dWD'] ?? $this->get_ServiceLocator_LoS3dWDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3057.     }
  3058.     /**
  3059.      * Gets the private 'debug.argument_resolver.request' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3062.      */
  3063.     protected function getDebug_ArgumentResolver_RequestService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3068.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3069.     }
  3070.     /**
  3071.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3074.      */
  3075.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3080.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'debug.argument_resolver.service' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3086.      */
  3087.     protected function getDebug_ArgumentResolver_ServiceService()
  3088.     {
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3092.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.LoS3dWD'] ?? $this->get_ServiceLocator_LoS3dWDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3093.     }
  3094.     /**
  3095.      * Gets the private 'debug.argument_resolver.session' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3098.      */
  3099.     protected function getDebug_ArgumentResolver_SessionService()
  3100.     {
  3101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3104.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3110.      */
  3111.     protected function getDebug_ArgumentResolver_VariadicService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3116.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3122.      */
  3123.     protected function getDebug_DebugHandlersListenerService()
  3124.     {
  3125.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3126.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3127.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3128.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3129.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3130.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3131.     }
  3132.     /**
  3133.      * Gets the private 'debug.dump_listener' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3136.      */
  3137.     protected function getDebug_DumpListenerService()
  3138.     {
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3141.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3142.     }
  3143.     /**
  3144.      * Gets the private 'debug.file_link_formatter' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3147.      */
  3148.     protected function getDebug_FileLinkFormatterService()
  3149.     {
  3150.         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 () {
  3151.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3152.         });
  3153.     }
  3154.     /**
  3155.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3156.      *
  3157.      * @return \string
  3158.      */
  3159.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3160.     {
  3161.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3162.     }
  3163.     /**
  3164.      * Gets the private 'debug.log_processor' shared service.
  3165.      *
  3166.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3167.      */
  3168.     protected function getDebug_LogProcessorService()
  3169.     {
  3170.         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())));
  3171.     }
  3172.     /**
  3173.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3174.      *
  3175.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3176.      */
  3177.     protected function getDebug_Security_Access_DecisionManagerService()
  3178.     {
  3179.         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 () {
  3180.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3181.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3182.             yield => ($this->privates['debug.security.voter.App\\Security\\UserVoter'] ?? $this->getUserVoterService());
  3183.         }, 3), 'affirmative'falsetrue));
  3184.     }
  3185.     /**
  3186.      * Gets the private 'debug.security.firewall' shared service.
  3187.      *
  3188.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3189.      */
  3190.     protected function getDebug_Security_FirewallService()
  3191.     {
  3192.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3193.     }
  3194.     /**
  3195.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3196.      *
  3197.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3198.      */
  3199.     protected function getDebug_Security_UserValueResolverService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3204.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3205.     }
  3206.     /**
  3207.      * Gets the private 'debug.security.voter.App\Security\UserVoter' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3210.      */
  3211.     protected function getUserVoterService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  3216.         include_once \dirname(__DIR__4).'/src/Security/UserVoter.php';
  3217.         return $this->privates['debug.security.voter.App\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\UserVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3223.      */
  3224.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3225.     {
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3229.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3235.      */
  3236.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  3242.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3243.     }
  3244.     /**
  3245.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3246.      *
  3247.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3248.      */
  3249.     protected function getDebug_Security_Voter_VoteListenerService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3252.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3253.     }
  3254.     /**
  3255.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3256.      *
  3257.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3258.      */
  3259.     protected function getDoctrine_CacheClearMetadataCommandService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3264.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3265.         $instance->setName('doctrine:cache:clear-metadata');
  3266.         return $instance;
  3267.     }
  3268.     /**
  3269.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3270.      *
  3271.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3272.      */
  3273.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3274.     {
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3278.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3279.         $instance->setName('doctrine:cache:clear-query');
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3284.      *
  3285.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3286.      */
  3287.     protected function getDoctrine_CacheClearResultCommandService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3292.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3293.         $instance->setName('doctrine:cache:clear-result');
  3294.         return $instance;
  3295.     }
  3296.     /**
  3297.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3298.      *
  3299.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3300.      */
  3301.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3306.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3307.         $instance->setName('doctrine:cache:clear-collection-region');
  3308.         return $instance;
  3309.     }
  3310.     /**
  3311.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3312.      *
  3313.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3314.      */
  3315.     protected function getDoctrine_ClearEntityRegionCommandService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3320.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3321.         $instance->setName('doctrine:cache:clear-entity-region');
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3326.      *
  3327.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3328.      */
  3329.     protected function getDoctrine_ClearQueryRegionCommandService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3334.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3335.         $instance->setName('doctrine:cache:clear-query-region');
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the private 'doctrine.database_create_command' shared service.
  3340.      *
  3341.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3342.      */
  3343.     protected function getDoctrine_DatabaseCreateCommandService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3348.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3349.         $instance->setName('doctrine:database:create');
  3350.         return $instance;
  3351.     }
  3352.     /**
  3353.      * Gets the private 'doctrine.database_drop_command' shared service.
  3354.      *
  3355.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3356.      */
  3357.     protected function getDoctrine_DatabaseDropCommandService()
  3358.     {
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3362.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3363.         $instance->setName('doctrine:database:drop');
  3364.         return $instance;
  3365.     }
  3366.     /**
  3367.      * Gets the private 'doctrine.database_import_command' shared service.
  3368.      *
  3369.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3370.      */
  3371.     protected function getDoctrine_DatabaseImportCommandService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3376.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3377.         $instance->setName('doctrine:database:import');
  3378.         return $instance;
  3379.     }
  3380.     /**
  3381.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3382.      *
  3383.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3384.      */
  3385.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3390.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3391.         $instance->setName('doctrine:ensure-production-settings');
  3392.         return $instance;
  3393.     }
  3394.     /**
  3395.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3396.      *
  3397.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3398.      */
  3399.     protected function getDoctrine_MappingConvertCommandService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3404.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3405.         $instance->setName('doctrine:mapping:convert');
  3406.         return $instance;
  3407.     }
  3408.     /**
  3409.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3410.      *
  3411.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3412.      */
  3413.     protected function getDoctrine_MappingImportCommandService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3418.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3419.         $instance->setName('doctrine:mapping:import');
  3420.         return $instance;
  3421.     }
  3422.     /**
  3423.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3424.      *
  3425.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3426.      */
  3427.     protected function getDoctrine_MappingInfoCommandService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3432.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3433.         $instance->setName('doctrine:mapping:info');
  3434.         return $instance;
  3435.     }
  3436.     /**
  3437.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3438.      *
  3439.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3440.      */
  3441.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3442.     {
  3443.         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')]);
  3444.     }
  3445.     /**
  3446.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3447.      *
  3448.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3449.      */
  3450.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3453.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3454.     }
  3455.     /**
  3456.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3457.      *
  3458.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3459.      */
  3460.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3463.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3464.     }
  3465.     /**
  3466.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3467.      *
  3468.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3469.      */
  3470.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3471.     {
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3474.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3475.     }
  3476.     /**
  3477.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3478.      *
  3479.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3480.      */
  3481.     protected function getDoctrine_Orm_Validator_UniqueService()
  3482.     {
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3486.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3487.     }
  3488.     /**
  3489.      * Gets the private 'doctrine.query_dql_command' shared service.
  3490.      *
  3491.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3492.      */
  3493.     protected function getDoctrine_QueryDqlCommandService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3498.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3499.         $instance->setName('doctrine:query:dql');
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'doctrine.query_sql_command' shared service.
  3504.      *
  3505.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3506.      */
  3507.     protected function getDoctrine_QuerySqlCommandService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3512.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3513.         $instance->setName('doctrine:query:sql');
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the private 'doctrine.schema_create_command' shared service.
  3518.      *
  3519.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3520.      */
  3521.     protected function getDoctrine_SchemaCreateCommandService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3527.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3528.         $instance->setName('doctrine:schema:create');
  3529.         return $instance;
  3530.     }
  3531.     /**
  3532.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3533.      *
  3534.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3535.      */
  3536.     protected function getDoctrine_SchemaDropCommandService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3542.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3543.         $instance->setName('doctrine:schema:drop');
  3544.         return $instance;
  3545.     }
  3546.     /**
  3547.      * Gets the private 'doctrine.schema_update_command' shared service.
  3548.      *
  3549.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3550.      */
  3551.     protected function getDoctrine_SchemaUpdateCommandService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3557.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3558.         $instance->setName('doctrine:schema:update');
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3563.      *
  3564.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3565.      */
  3566.     protected function getDoctrine_SchemaValidateCommandService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3571.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3572.         $instance->setName('doctrine:schema:validate');
  3573.         return $instance;
  3574.     }
  3575.     /**
  3576.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3577.      *
  3578.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  3579.      */
  3580.     protected function getDoctrineMigrations_DiffCommandService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  3586.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  3587.         $instance->setName('doctrine:migrations:diff');
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3592.      *
  3593.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  3594.      */
  3595.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  3601.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  3602.         $instance->setName('doctrine:migrations:dump-schema');
  3603.         return $instance;
  3604.     }
  3605.     /**
  3606.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3607.      *
  3608.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  3609.      */
  3610.     protected function getDoctrineMigrations_ExecuteCommandService()
  3611.     {
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  3616.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  3617.         $instance->setName('doctrine:migrations:execute');
  3618.         return $instance;
  3619.     }
  3620.     /**
  3621.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3622.      *
  3623.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  3624.      */
  3625.     protected function getDoctrineMigrations_GenerateCommandService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  3631.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  3632.         $instance->setName('doctrine:migrations:generate');
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3637.      *
  3638.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  3639.      */
  3640.     protected function getDoctrineMigrations_LatestCommandService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  3646.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  3647.         $instance->setName('doctrine:migrations:latest');
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3652.      *
  3653.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  3654.      */
  3655.     protected function getDoctrineMigrations_MigrateCommandService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  3661.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  3662.         $instance->setName('doctrine:migrations:migrate');
  3663.         return $instance;
  3664.     }
  3665.     /**
  3666.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3667.      *
  3668.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  3669.      */
  3670.     protected function getDoctrineMigrations_RollupCommandService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  3676.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  3677.         $instance->setName('doctrine:migrations:rollup');
  3678.         return $instance;
  3679.     }
  3680.     /**
  3681.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3682.      *
  3683.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  3684.      */
  3685.     protected function getDoctrineMigrations_StatusCommandService()
  3686.     {
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  3691.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  3692.         $instance->setName('doctrine:migrations:status');
  3693.         return $instance;
  3694.     }
  3695.     /**
  3696.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3697.      *
  3698.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  3699.      */
  3700.     protected function getDoctrineMigrations_UpToDateCommandService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  3706.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  3707.         $instance->setName('doctrine:migrations:up-to-date');
  3708.         return $instance;
  3709.     }
  3710.     /**
  3711.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3712.      *
  3713.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  3714.      */
  3715.     protected function getDoctrineMigrations_VersionCommandService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  3721.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  3722.         $instance->setName('doctrine:migrations:version');
  3723.         return $instance;
  3724.     }
  3725.     /**
  3726.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3727.      *
  3728.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3729.      */
  3730.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3734.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3735.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'exception_listener' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3741.      */
  3742.     protected function getExceptionListenerService()
  3743.     {
  3744.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3745.     }
  3746.     /**
  3747.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3748.      *
  3749.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3750.      */
  3751.     protected function getForm_ChoiceListFactory_CachedService()
  3752.     {
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3757.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  3758.     }
  3759.     /**
  3760.      * Gets the private 'form.registry' shared service.
  3761.      *
  3762.      * @return \Symfony\Component\Form\FormRegistry
  3763.      */
  3764.     protected function getForm_RegistryService()
  3765.     {
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3773.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3774.             'App\\Form\\BackendUserEditType' => ['privates''App\\Form\\BackendUserEditType''getBackendUserEditTypeService'false],
  3775.             'App\\Form\\BackendUserType' => ['privates''App\\Form\\BackendUserType''getBackendUserTypeService'false],
  3776.             'App\\Form\\IbixCompanyType' => ['privates''App\\Form\\IbixCompanyType''getIbixCompanyTypeService'false],
  3777.             'App\\Form\\IbixGatewayType' => ['privates''App\\Form\\IbixGatewayType''getIbixGatewayTypeService'false],
  3778.             'App\\Form\\IbixUserType' => ['privates''App\\Form\\IbixUserType''getIbixUserTypeService'false],
  3779.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3780.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3781.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3782.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3783.         ], [
  3784.             'App\\Form\\BackendUserEditType' => '?',
  3785.             'App\\Form\\BackendUserType' => '?',
  3786.             'App\\Form\\IbixCompanyType' => '?',
  3787.             'App\\Form\\IbixGatewayType' => '?',
  3788.             'App\\Form\\IbixUserType' => '?',
  3789.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3790.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3791.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3792.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3793.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3794.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3795.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3796.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3797.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3798.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3799.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3800.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  3801.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3802.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3803.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3804.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3805.         }, 1)], new RewindableGenerator(function () {
  3806.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3807.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3808.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3809.     }
  3810.     /**
  3811.      * Gets the private 'form.server_params' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\Form\Util\ServerParams
  3814.      */
  3815.     protected function getForm_ServerParamsService()
  3816.     {
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3818.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3819.     }
  3820.     /**
  3821.      * Gets the private 'form.type.choice' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3824.      */
  3825.     protected function getForm_Type_ChoiceService()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3830.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'form.type.entity' shared service.
  3834.      *
  3835.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3836.      */
  3837.     protected function getForm_Type_EntityService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3843.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3844.     }
  3845.     /**
  3846.      * Gets the private 'form.type.form' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3849.      */
  3850.     protected function getForm_Type_FormService()
  3851.     {
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3856.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3857.     }
  3858.     /**
  3859.      * Gets the private 'form.type_extension.csrf' shared service.
  3860.      *
  3861.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3862.      */
  3863.     protected function getForm_TypeExtension_CsrfService()
  3864.     {
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3868.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  3869.     }
  3870.     /**
  3871.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3872.      *
  3873.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3874.      */
  3875.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3880.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3884.      *
  3885.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3886.      */
  3887.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3894.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  3895.     }
  3896.     /**
  3897.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3900.      */
  3901.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3906.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3907.     }
  3908.     /**
  3909.      * Gets the private 'form.type_extension.form.validator' shared service.
  3910.      *
  3911.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3912.      */
  3913.     protected function getForm_TypeExtension_Form_ValidatorService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3919.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3920.     }
  3921.     /**
  3922.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3923.      *
  3924.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3925.      */
  3926.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3931.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3932.     }
  3933.     /**
  3934.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3935.      *
  3936.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3937.      */
  3938.     protected function getForm_TypeGuesser_DoctrineService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3942.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3943.     }
  3944.     /**
  3945.      * Gets the private 'form.type_guesser.validator' shared service.
  3946.      *
  3947.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3948.      */
  3949.     protected function getForm_TypeGuesser_ValidatorService()
  3950.     {
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3953.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3954.     }
  3955.     /**
  3956.      * Gets the private 'fragment.renderer.inline' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3959.      */
  3960.     protected function getFragment_Renderer_InlineService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3965.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3966.         $instance->setFragmentPath('/_fragment');
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3971.      *
  3972.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3973.      */
  3974.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3975.     {
  3976.         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())));
  3977.     }
  3978.     /**
  3979.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3980.      *
  3981.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3982.      */
  3983.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3984.     {
  3985.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  3989.      *
  3990.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  3991.      */
  3992.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  4000.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  4001.         $instance->setName('lexik:jwt:check-config');
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  4006.      *
  4007.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  4008.      */
  4009.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4014.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  4015.         $instance->setName('lexik:jwt:generate-keypair');
  4016.         return $instance;
  4017.     }
  4018.     /**
  4019.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  4020.      *
  4021.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  4022.      */
  4023.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  4032.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  4033.     }
  4034.     /**
  4035.      * Gets the private 'locale_aware_listener' shared service.
  4036.      *
  4037.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4038.      */
  4039.     protected function getLocaleAwareListenerService()
  4040.     {
  4041.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4042.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4043.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4044.     }
  4045.     /**
  4046.      * Gets the private 'locale_listener' shared service.
  4047.      *
  4048.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4049.      */
  4050.     protected function getLocaleListenerService()
  4051.     {
  4052.         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()));
  4053.     }
  4054.     /**
  4055.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4056.      *
  4057.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4058.      */
  4059.     protected function getMaker_AutoCommand_MakeAuthService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4067.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4068.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4069.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  4070.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4071.         $instance->setName('make:auth');
  4072.         return $instance;
  4073.     }
  4074.     /**
  4075.      * Gets the private 'maker.auto_command.make_command' shared service.
  4076.      *
  4077.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4078.      */
  4079.     protected function getMaker_AutoCommand_MakeCommandService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4086.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4087.         $instance->setDescription('Creates a new console command class');
  4088.         $instance->setName('make:command');
  4089.         return $instance;
  4090.     }
  4091.     /**
  4092.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4093.      *
  4094.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4095.      */
  4096.     protected function getMaker_AutoCommand_MakeControllerService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4103.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4104.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4105.         $instance->setDescription('Creates a new controller class');
  4106.         $instance->setName('make:controller');
  4107.         return $instance;
  4108.     }
  4109.     /**
  4110.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4111.      *
  4112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4113.      */
  4114.     protected function getMaker_AutoCommand_MakeCrudService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4121.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4122.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4123.         $instance->setName('make:crud');
  4124.         return $instance;
  4125.     }
  4126.     /**
  4127.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4128.      *
  4129.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4130.      */
  4131.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4138.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4139.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4140.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4141.         $instance->setName('make:docker:database');
  4142.         return $instance;
  4143.     }
  4144.     /**
  4145.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4146.      *
  4147.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4148.      */
  4149.     protected function getMaker_AutoCommand_MakeEntityService()
  4150.     {
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4157.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4158.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4159.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4160.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4161.         $instance->setName('make:entity');
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4166.      *
  4167.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4168.      */
  4169.     protected function getMaker_AutoCommand_MakeFixturesService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4176.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4177.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4178.         $instance->setName('make:fixtures');
  4179.         return $instance;
  4180.     }
  4181.     /**
  4182.      * Gets the private 'maker.auto_command.make_form' shared service.
  4183.      *
  4184.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4185.      */
  4186.     protected function getMaker_AutoCommand_MakeFormService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4193.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4194.         $instance->setDescription('Creates a new form class');
  4195.         $instance->setName('make:form');
  4196.         return $instance;
  4197.     }
  4198.     /**
  4199.      * Gets the private 'maker.auto_command.make_message' shared service.
  4200.      *
  4201.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4202.      */
  4203.     protected function getMaker_AutoCommand_MakeMessageService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4210.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4211.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4212.         $instance->setDescription('Creates a new message and handler');
  4213.         $instance->setName('make:message');
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4218.      *
  4219.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4220.      */
  4221.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4228.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4229.         $instance->setDescription('Creates a new messenger middleware');
  4230.         $instance->setName('make:messenger-middleware');
  4231.         return $instance;
  4232.     }
  4233.     /**
  4234.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4235.      *
  4236.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4237.      */
  4238.     protected function getMaker_AutoCommand_MakeMigrationService()
  4239.     {
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4246.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4247.         $instance->setDescription('Creates a new migration based on database changes');
  4248.         $instance->setName('make:migration');
  4249.         return $instance;
  4250.     }
  4251.     /**
  4252.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4253.      *
  4254.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4255.      */
  4256.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4257.     {
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4263.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4264.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4265.         $instance->setDescription('Creates a new registration form system');
  4266.         $instance->setName('make:registration-form');
  4267.         return $instance;
  4268.     }
  4269.     /**
  4270.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4271.      *
  4272.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4273.      */
  4274.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4281.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4282.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4283.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4284.         $instance->setName('make:reset-password');
  4285.         return $instance;
  4286.     }
  4287.     /**
  4288.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4289.      *
  4290.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4291.      */
  4292.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4293.     {
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4299.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4300.         $instance->setDescription('Creates a new serializer encoder class');
  4301.         $instance->setName('make:serializer:encoder');
  4302.         return $instance;
  4303.     }
  4304.     /**
  4305.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4306.      *
  4307.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4308.      */
  4309.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4316.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4317.         $instance->setDescription('Creates a new serializer normalizer class');
  4318.         $instance->setName('make:serializer:normalizer');
  4319.         return $instance;
  4320.     }
  4321.     /**
  4322.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4323.      *
  4324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4325.      */
  4326.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4334.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4335.         $instance->setDescription('Creates a new event subscriber class');
  4336.         $instance->setName('make:subscriber');
  4337.         return $instance;
  4338.     }
  4339.     /**
  4340.      * Gets the private 'maker.auto_command.make_test' shared service.
  4341.      *
  4342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4343.      */
  4344.     protected function getMaker_AutoCommand_MakeTestService()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4352.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4353.         $instance->setDescription('Creates a new test class');
  4354.         $instance->setName('make:test');
  4355.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4356.         return $instance;
  4357.     }
  4358.     /**
  4359.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4360.      *
  4361.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4362.      */
  4363.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4370.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4371.         $instance->setDescription('Creates a new Twig extension class');
  4372.         $instance->setName('make:twig-extension');
  4373.         return $instance;
  4374.     }
  4375.     /**
  4376.      * Gets the private 'maker.auto_command.make_user' shared service.
  4377.      *
  4378.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4379.      */
  4380.     protected function getMaker_AutoCommand_MakeUserService()
  4381.     {
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4389.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4390.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4391.         $instance->setDescription('Creates a new security user class');
  4392.         $instance->setName('make:user');
  4393.         return $instance;
  4394.     }
  4395.     /**
  4396.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4397.      *
  4398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4399.      */
  4400.     protected function getMaker_AutoCommand_MakeValidatorService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4407.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4408.         $instance->setDescription('Creates a new validator and constraint class');
  4409.         $instance->setName('make:validator');
  4410.         return $instance;
  4411.     }
  4412.     /**
  4413.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4414.      *
  4415.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4416.      */
  4417.     protected function getMaker_AutoCommand_MakeVoterService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4424.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4425.         $instance->setDescription('Creates a new security voter class');
  4426.         $instance->setName('make:voter');
  4427.         return $instance;
  4428.     }
  4429.     /**
  4430.      * Gets the private 'maker.doctrine_helper' shared service.
  4431.      *
  4432.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4433.      */
  4434.     protected function getMaker_DoctrineHelperService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4437.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  4438.     }
  4439.     /**
  4440.      * Gets the private 'maker.entity_class_generator' shared service.
  4441.      *
  4442.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4443.      */
  4444.     protected function getMaker_EntityClassGeneratorService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4447.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4448.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4449.         return $instance;
  4450.     }
  4451.     /**
  4452.      * Gets the private 'maker.file_manager' shared service.
  4453.      *
  4454.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4455.      */
  4456.     protected function getMaker_FileManagerService()
  4457.     {
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4463.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4464.     }
  4465.     /**
  4466.      * Gets the private 'maker.generator' shared service.
  4467.      *
  4468.      * @return \Symfony\Bundle\MakerBundle\Generator
  4469.      */
  4470.     protected function getMaker_GeneratorService()
  4471.     {
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4474.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4475.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  4476.     }
  4477.     /**
  4478.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4479.      *
  4480.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4481.      */
  4482.     protected function getMaker_Renderer_FormTypeRendererService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4485.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4486.     }
  4487.     /**
  4488.      * Gets the private 'mime_types' shared service.
  4489.      *
  4490.      * @return \Symfony\Component\Mime\MimeTypes
  4491.      */
  4492.     protected function getMimeTypesService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4497.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4498.         $instance->setDefault($instance);
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the private 'monolog.command.server_log' shared service.
  4503.      *
  4504.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4505.      */
  4506.     protected function getMonolog_Command_ServerLogService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4510.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4511.         $instance->setName('server:log');
  4512.         return $instance;
  4513.     }
  4514.     /**
  4515.      * Gets the private 'monolog.handler.console' shared service.
  4516.      *
  4517.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4518.      */
  4519.     protected function getMonolog_Handler_ConsoleService()
  4520.     {
  4521.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4522.     }
  4523.     /**
  4524.      * Gets the private 'monolog.handler.main' shared service.
  4525.      *
  4526.      * @return \Monolog\Handler\StreamHandler
  4527.      */
  4528.     protected function getMonolog_Handler_MainService()
  4529.     {
  4530.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4531.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4532.         return $instance;
  4533.     }
  4534.     /**
  4535.      * Gets the private 'monolog.logger' shared service.
  4536.      *
  4537.      * @return \Symfony\Bridge\Monolog\Logger
  4538.      */
  4539.     protected function getMonolog_LoggerService()
  4540.     {
  4541.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4542.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4543.         $instance->useMicrosecondTimestamps(true);
  4544.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4545.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4546.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4547.         return $instance;
  4548.     }
  4549.     /**
  4550.      * Gets the private 'monolog.logger.cache' shared service.
  4551.      *
  4552.      * @return \Symfony\Bridge\Monolog\Logger
  4553.      */
  4554.     protected function getMonolog_Logger_CacheService()
  4555.     {
  4556.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4557.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4558.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4559.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4560.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4561.         return $instance;
  4562.     }
  4563.     /**
  4564.      * Gets the private 'monolog.logger.request' shared service.
  4565.      *
  4566.      * @return \Symfony\Bridge\Monolog\Logger
  4567.      */
  4568.     protected function getMonolog_Logger_RequestService()
  4569.     {
  4570.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4571.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4572.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4573.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the private 'monolog.logger.security' shared service.
  4579.      *
  4580.      * @return \Symfony\Bridge\Monolog\Logger
  4581.      */
  4582.     protected function getMonolog_Logger_SecurityService()
  4583.     {
  4584.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4587.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4589.         return $instance;
  4590.     }
  4591.     /**
  4592.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  4593.      *
  4594.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  4595.      */
  4596.     protected function getNelmioApiDoc_Describers_ConfigService()
  4597.     {
  4598.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  4600.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['host' => $this->getEnv('API_DOC_BASE_URL'), 'schemes' => [=> 'http'=> 'https'], 'info' => ['title' => 'IBIX Gateway''description' => 'Gateway App''version' => '1.0.0'], 'securityDefinitions' => ['Bearer' => ['type' => 'apiKey''description' => 'Authorization: Bearer {jwt}''name' => 'Authorization''in' => 'header'], 'Basic' => ['type' => 'basic''description' => 'Authorization: {base64hash}''name' => 'Authorization''in' => 'header']], 'security' => [=> ['Bearer' => []], => ['Basic' => []]]]);
  4601.     }
  4602.     /**
  4603.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  4604.      *
  4605.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  4606.      */
  4607.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  4614.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  4615.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  4616.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  4617.         }, 2));
  4618.     }
  4619.     /**
  4620.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  4621.      *
  4622.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  4623.      */
  4624.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  4630.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4631.     }
  4632.     /**
  4633.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  4634.      *
  4635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4636.      */
  4637.     protected function getNelmioApiDoc_GeneratorLocatorService()
  4638.     {
  4639.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4640.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  4641.         ], [
  4642.             'default' => '?',
  4643.         ]);
  4644.     }
  4645.     /**
  4646.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  4647.      *
  4648.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  4649.      */
  4650.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  4656.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  4657.     }
  4658.     /**
  4659.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  4660.      *
  4661.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  4662.      */
  4663.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  4669.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  4670.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  4671.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  4672.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  4673.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  4674.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  4675.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  4676.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  4677.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4678.     }
  4679.     /**
  4680.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  4681.      *
  4682.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  4683.      */
  4684.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  4690.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  4691.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  4692.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  4693.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  4694.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  4695.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  4696.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  4697.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  4698.         }, 7));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  4702.      *
  4703.      * @return \Symfony\Component\Routing\RouteCollection
  4704.      */
  4705.     protected function getNelmioApiDoc_Routes_DefaultService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  4710.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  4711.     }
  4712.     /**
  4713.      * Gets the private 'parameter_bag' shared service.
  4714.      *
  4715.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4716.      */
  4717.     protected function getParameterBagService()
  4718.     {
  4719.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4720.     }
  4721.     /**
  4722.      * Gets the private 'profiler_listener' shared service.
  4723.      *
  4724.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4725.      */
  4726.     protected function getProfilerListenerService()
  4727.     {
  4728.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  4729.     }
  4730.     /**
  4731.      * Gets the private 'property_accessor' shared service.
  4732.      *
  4733.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4734.      */
  4735.     protected function getPropertyAccessorService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4739.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4740.     }
  4741.     /**
  4742.      * Gets the private 'property_info' shared service.
  4743.      *
  4744.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4745.      */
  4746.     protected function getPropertyInfoService()
  4747.     {
  4748.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4749.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4750.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4751.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4752.         }, 3), new RewindableGenerator(function () {
  4753.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4754.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4755.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4756.         }, 3), new RewindableGenerator(function () {
  4757.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4758.         }, 1), new RewindableGenerator(function () {
  4759.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4760.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4761.         }, 2), new RewindableGenerator(function () {
  4762.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4763.         }, 1));
  4764.     }
  4765.     /**
  4766.      * Gets the private 'property_info.serializer_extractor' shared service.
  4767.      *
  4768.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4769.      */
  4770.     protected function getPropertyInfo_SerializerExtractorService()
  4771.     {
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4773.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4774.     }
  4775.     /**
  4776.      * Gets the private 'router.cache_warmer' shared service.
  4777.      *
  4778.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4779.      */
  4780.     protected function getRouter_CacheWarmerService()
  4781.     {
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4784.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4785.             'router' => ['services''router''getRouterService'false],
  4786.         ], [
  4787.             'router' => '?',
  4788.         ]))->withContext('router.cache_warmer'$this));
  4789.     }
  4790.     /**
  4791.      * Gets the private 'router.request_context' shared service.
  4792.      *
  4793.      * @return \Symfony\Component\Routing\RequestContext
  4794.      */
  4795.     protected function getRouter_RequestContextService()
  4796.     {
  4797.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4798.     }
  4799.     /**
  4800.      * Gets the private 'router_listener' shared service.
  4801.      *
  4802.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4803.      */
  4804.     protected function getRouterListenerService()
  4805.     {
  4806.         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);
  4807.     }
  4808.     /**
  4809.      * Gets the private 'security.access_listener' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4812.      */
  4813.     protected function getSecurity_AccessListenerService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4819.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4820.     }
  4821.     /**
  4822.      * Gets the private 'security.access_map' shared service.
  4823.      *
  4824.      * @return \Symfony\Component\Security\Http\AccessMap
  4825.      */
  4826.     protected function getSecurity_AccessMapService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  4832.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  4833.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4834.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4835.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'ROLE_API'], NULL);
  4836.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4837.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  4838.         return $instance;
  4839.     }
  4840.     /**
  4841.      * Gets the private 'security.authentication.guard_handler' shared service.
  4842.      *
  4843.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  4844.      */
  4845.     protected function getSecurity_Authentication_GuardHandlerService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  4850.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api_doc'=> 'api_login'=> 'api']);
  4851.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  4852.         return $instance;
  4853.     }
  4854.     /**
  4855.      * Gets the private 'security.authentication.listener.anonymous.api_doc' shared service.
  4856.      *
  4857.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4858.      */
  4859.     protected function getSecurity_Authentication_Listener_Anonymous_ApiDocService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4865.         return $this->privates['security.authentication.listener.anonymous.api_doc'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4866.     }
  4867.     /**
  4868.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  4869.      *
  4870.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4871.      */
  4872.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4878.         return $this->privates['security.authentication.listener.anonymous.api_login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4879.     }
  4880.     /**
  4881.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4882.      *
  4883.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4884.      */
  4885.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4891.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  4895.      *
  4896.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  4897.      */
  4898.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  4904.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  4905.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  4906.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  4912.      */
  4913.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  4919.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  4920.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4921.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4922.     }
  4923.     /**
  4924.      * Gets the private 'security.authentication.listener.json.api_login' shared service.
  4925.      *
  4926.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  4927.      */
  4928.     protected function getSecurity_Authentication_Listener_Json_ApiLoginService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  4942.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4943.         $this->privates['security.authentication.listener.json.api_login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), $a, []), [], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($a), []), ['check_path' => '/api/auth''require_previous_session' => false'use_forward' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4944.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'security.authentication.manager' shared service.
  4949.      *
  4950.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4951.      */
  4952.     protected function getSecurity_Authentication_ManagerService()
  4953.     {
  4954.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4955.             yield => ($this->privates['security.authentication.provider.anonymous.api_doc'] ?? ($this->privates['security.authentication.provider.anonymous.api_doc'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  4956.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  4957.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  4958.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  4959.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  4960.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  4961.         }, 6), true);
  4962.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4963.         return $instance;
  4964.     }
  4965.     /**
  4966.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  4969.      */
  4970.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4977.         return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_apiuser_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppApiuserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'api_login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  4978.     }
  4979.     /**
  4980.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  4981.      *
  4982.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  4983.      */
  4984.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4990.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  4991.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  4992.         }, 1), ($this->privates['security.user.provider.concrete.app_apiuser_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppApiuserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4993.     }
  4994.     /**
  4995.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  4996.      *
  4997.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  4998.      */
  4999.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5000.     {
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5005.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5006.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5007.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5008.     }
  5009.     /**
  5010.      * Gets the private 'security.channel_listener' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5013.      */
  5014.     protected function getSecurity_ChannelListenerService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5022.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5023.     }
  5024.     /**
  5025.      * Gets the private 'security.command.user_password_encoder' shared service.
  5026.      *
  5027.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5028.      */
  5029.     protected function getSecurity_Command_UserPasswordEncoderService()
  5030.     {
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5033.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\ApiUser'=> 'App\\Entity\\BackendUser']);
  5034.         $instance->setName('security:encode-password');
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the private 'security.context_listener.0' shared service.
  5039.      *
  5040.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5041.      */
  5042.     protected function getSecurity_ContextListener_0Service()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5048.         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 () {
  5049.             yield => ($this->privates['security.user.provider.concrete.app_apiuser_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppApiuserProviderService());
  5050.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5051.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5052.     }
  5053.     /**
  5054.      * Gets the private 'security.csrf.token_storage' shared service.
  5055.      *
  5056.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5057.      */
  5058.     protected function getSecurity_Csrf_TokenStorageService()
  5059.     {
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5063.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5064.     }
  5065.     /**
  5066.      * Gets the private 'security.encoder_factory.generic' shared service.
  5067.      *
  5068.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5069.      */
  5070.     protected function getSecurity_EncoderFactory_GenericService()
  5071.     {
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5074.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\ApiUser' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL], 'App\\Entity\\BackendUser' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  5075.     }
  5076.     /**
  5077.      * Gets the private 'security.firewall.map' shared service.
  5078.      *
  5079.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5080.      */
  5081.     protected function getSecurity_Firewall_MapService()
  5082.     {
  5083.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5084.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5085.             'security.firewall.map.context.api_doc' => ['privates''security.firewall.map.context.api_doc''getSecurity_Firewall_Map_Context_ApiDocService'false],
  5086.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  5087.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5088.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5089.         ], [
  5090.             'security.firewall.map.context.api' => '?',
  5091.             'security.firewall.map.context.api_doc' => '?',
  5092.             'security.firewall.map.context.api_login' => '?',
  5093.             'security.firewall.map.context.dev' => '?',
  5094.             'security.firewall.map.context.main' => '?',
  5095.         ]), new RewindableGenerator(function () {
  5096.             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)/')));
  5097.             yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.mYljB3Z'] ?? ($this->privates['.security.request_matcher.mYljB3Z'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc')));
  5098.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.c1hP0KI'] ?? ($this->privates['.security.request_matcher.c1hP0KI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth')));
  5099.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  5100.             yield 'security.firewall.map.context.main' => NULL;
  5101.         }, 5));
  5102.     }
  5103.     /**
  5104.      * Gets the private 'security.firewall.map.context.api' shared service.
  5105.      *
  5106.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5107.      */
  5108.     protected function getSecurity_Firewall_Map_Context_ApiService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5114.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5115.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5116.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  5117.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5118.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.app_apiuser_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  5119.     }
  5120.     /**
  5121.      * Gets the private 'security.firewall.map.context.api_doc' shared service.
  5122.      *
  5123.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5124.      */
  5125.     protected function getSecurity_Firewall_Map_Context_ApiDocService()
  5126.     {
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5131.         return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5132.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5133.             yield => ($this->privates['security.authentication.listener.anonymous.api_doc'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiDocService());
  5134.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5135.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_doc'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_doc''security.user_checker''.security.request_matcher.mYljB3Z'truetrueNULLNULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5136.     }
  5137.     /**
  5138.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  5139.      *
  5140.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5141.      */
  5142.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5148.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5149.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5150.             yield => ($this->privates['security.authentication.listener.json.api_login'] ?? $this->getSecurity_Authentication_Listener_Json_ApiLoginService());
  5151.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  5152.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5153.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.c1hP0KI'truetrue'security.user.provider.concrete.app_apiuser_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5154.     }
  5155.     /**
  5156.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5157.      *
  5158.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5159.      */
  5160.     protected function getSecurity_Firewall_Map_Context_DevService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5164.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5165.             return new \EmptyIterator();
  5166.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5167.     }
  5168.     /**
  5169.      * Gets the private 'security.firewall.map.context.main' shared service.
  5170.      *
  5171.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5172.      */
  5173.     protected function getSecurity_Firewall_Map_Context_MainService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5189.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5190.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5191.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5192.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5193.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5194.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5195.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5196.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5197.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5198.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5199.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5200.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5201.     }
  5202.     /**
  5203.      * Gets the private 'security.http_utils' shared service.
  5204.      *
  5205.      * @return \Symfony\Component\Security\Http\HttpUtils
  5206.      */
  5207.     protected function getSecurity_HttpUtilsService()
  5208.     {
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5210.         $a = ($this->services['router'] ?? $this->getRouterService());
  5211.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5212.     }
  5213.     /**
  5214.      * Gets the private 'security.logout_url_generator' shared service.
  5215.      *
  5216.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5217.      */
  5218.     protected function getSecurity_LogoutUrlGeneratorService()
  5219.     {
  5220.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5221.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5222.         return $instance;
  5223.     }
  5224.     /**
  5225.      * Gets the private 'security.role_hierarchy' shared service.
  5226.      *
  5227.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5228.      */
  5229.     protected function getSecurity_RoleHierarchyService()
  5230.     {
  5231.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5232.     }
  5233.     /**
  5234.      * Gets the private 'security.user.provider.concrete.app_apiuser_provider' shared service.
  5235.      *
  5236.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5237.      */
  5238.     protected function getSecurity_User_Provider_Concrete_AppApiuserProviderService()
  5239.     {
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5243.         return $this->privates['security.user.provider.concrete.app_apiuser_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ApiUser''username'NULL);
  5244.     }
  5245.     /**
  5246.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5247.      *
  5248.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5249.      */
  5250.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5255.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\BackendUser''username'NULL);
  5256.     }
  5257.     /**
  5258.      * Gets the private 'security.validator.user_password' shared service.
  5259.      *
  5260.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5261.      */
  5262.     protected function getSecurity_Validator_UserPasswordService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5267.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5271.      *
  5272.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5273.      */
  5274.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5275.     {
  5276.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5277.     }
  5278.     /**
  5279.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5280.      *
  5281.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5282.      */
  5283.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5284.     {
  5285.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5286.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  5287.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5288.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5289.     }
  5290.     /**
  5291.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5292.      *
  5293.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5294.      */
  5295.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5296.     {
  5297.         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()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5298.     }
  5299.     /**
  5300.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5301.      *
  5302.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5303.      */
  5304.     protected function getSensioFrameworkExtra_View_ListenerService()
  5305.     {
  5306.         $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))));
  5307.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5308.             'twig' => ['services''twig''getTwigService'false],
  5309.         ], [
  5310.             'twig' => 'Twig\\Environment',
  5311.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5312.         return $instance;
  5313.     }
  5314.     /**
  5315.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5316.      *
  5317.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5318.      */
  5319.     protected function getSerializer_Mapping_CacheWarmerService()
  5320.     {
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5326.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5327.     }
  5328.     /**
  5329.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5332.      */
  5333.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5341.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5345.      *
  5346.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5347.      */
  5348.     protected function getSerializer_NameConverter_MetadataAwareService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  5353.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5354.     }
  5355.     /**
  5356.      * Gets the private 'session.storage.native' shared service.
  5357.      *
  5358.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5359.      */
  5360.     protected function getSession_Storage_NativeService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5366.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5367.     }
  5368.     /**
  5369.      * Gets the private 'session_listener' shared service.
  5370.      *
  5371.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5372.      */
  5373.     protected function getSessionListenerService()
  5374.     {
  5375.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5376.             'initialized_session' => ['services''session'NULLfalse],
  5377.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5378.             'session' => ['services''session''getSessionService'false],
  5379.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5380.         ], [
  5381.             'initialized_session' => '?',
  5382.             'request_stack' => '?',
  5383.             'session' => '?',
  5384.             'session_storage' => '?',
  5385.         ]));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'translation.extractor' shared service.
  5389.      *
  5390.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5391.      */
  5392.     protected function getTranslation_ExtractorService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5399.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5400.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5401.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5402.         return $instance;
  5403.     }
  5404.     /**
  5405.      * Gets the private 'translation.loader.csv' shared service.
  5406.      *
  5407.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5408.      */
  5409.     protected function getTranslation_Loader_CsvService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5415.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5416.     }
  5417.     /**
  5418.      * Gets the private 'translation.loader.dat' shared service.
  5419.      *
  5420.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5421.      */
  5422.     protected function getTranslation_Loader_DatService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5427.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5428.     }
  5429.     /**
  5430.      * Gets the private 'translation.loader.ini' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5433.      */
  5434.     protected function getTranslation_Loader_IniService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5440.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5441.     }
  5442.     /**
  5443.      * Gets the private 'translation.loader.json' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5446.      */
  5447.     protected function getTranslation_Loader_JsonService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5453.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5454.     }
  5455.     /**
  5456.      * Gets the private 'translation.loader.mo' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5459.      */
  5460.     protected function getTranslation_Loader_MoService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5466.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5467.     }
  5468.     /**
  5469.      * Gets the private 'translation.loader.php' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5472.      */
  5473.     protected function getTranslation_Loader_PhpService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5479.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5480.     }
  5481.     /**
  5482.      * Gets the private 'translation.loader.po' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5485.      */
  5486.     protected function getTranslation_Loader_PoService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5492.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5493.     }
  5494.     /**
  5495.      * Gets the private 'translation.loader.qt' shared service.
  5496.      *
  5497.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5498.      */
  5499.     protected function getTranslation_Loader_QtService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5503.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5504.     }
  5505.     /**
  5506.      * Gets the private 'translation.loader.res' shared service.
  5507.      *
  5508.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5509.      */
  5510.     protected function getTranslation_Loader_ResService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5514.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5515.     }
  5516.     /**
  5517.      * Gets the private 'translation.loader.xliff' shared service.
  5518.      *
  5519.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5520.      */
  5521.     protected function getTranslation_Loader_XliffService()
  5522.     {
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5525.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5526.     }
  5527.     /**
  5528.      * Gets the private 'translation.loader.yml' shared service.
  5529.      *
  5530.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5531.      */
  5532.     protected function getTranslation_Loader_YmlService()
  5533.     {
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5538.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5539.     }
  5540.     /**
  5541.      * Gets the private 'translation.reader' shared service.
  5542.      *
  5543.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5544.      */
  5545.     protected function getTranslation_ReaderService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5563.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5564.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5565.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5566.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5567.         $instance->addLoader('yaml'$a);
  5568.         $instance->addLoader('yml'$a);
  5569.         $instance->addLoader('xlf'$b);
  5570.         $instance->addLoader('xliff'$b);
  5571.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5572.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5573.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5574.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5575.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5576.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5577.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5578.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5579.         return $instance;
  5580.     }
  5581.     /**
  5582.      * Gets the private 'translation.warmer' shared service.
  5583.      *
  5584.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5585.      */
  5586.     protected function getTranslation_WarmerService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5590.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5591.             'translator' => ['services''translator''getTranslatorService'false],
  5592.         ], [
  5593.             'translator' => '?',
  5594.         ]))->withContext('translation.warmer'$this));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'translator.default' shared service.
  5598.      *
  5599.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5600.      */
  5601.     protected function getTranslator_DefaultService()
  5602.     {
  5603.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5604.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5605.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5606.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5607.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5608.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5609.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5610.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5611.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5612.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5613.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5614.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5615.         ], [
  5616.             'translation.loader.csv' => '?',
  5617.             'translation.loader.dat' => '?',
  5618.             'translation.loader.ini' => '?',
  5619.             'translation.loader.json' => '?',
  5620.             'translation.loader.mo' => '?',
  5621.             'translation.loader.php' => '?',
  5622.             'translation.loader.po' => '?',
  5623.             'translation.loader.qt' => '?',
  5624.             'translation.loader.res' => '?',
  5625.             'translation.loader.xliff' => '?',
  5626.             'translation.loader.yml' => '?',
  5627.         ]), 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')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/translations/messages.de.yaml')], '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).'/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'src/Resources/DoctrineBundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'src/Resources/DoctrineMigrationsBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'src/Resources/MakerBundle/translations'16 => 'vendor/lexik/jwt-authentication-bundle/translations'17 => 'src/Resources/LexikJWTAuthenticationBundle/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'src/Resources/TwigBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'src/Resources/DebugBundle/translations'26 => 'vendor/nelmio/api-doc-bundle/translations'27 => 'src/Resources/NelmioApiDocBundle/translations'28 => 'src/Resources/translations']]]);
  5628.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5629.         $instance->setFallbackLocales([=> 'en']);
  5630.         return $instance;
  5631.     }
  5632.     /**
  5633.      * Gets the private 'twig.command.debug' shared service.
  5634.      *
  5635.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5636.      */
  5637.     protected function getTwig_Command_DebugService()
  5638.     {
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5641.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  5642.         $instance->setName('debug:twig');
  5643.         return $instance;
  5644.     }
  5645.     /**
  5646.      * Gets the private 'twig.command.lint' shared service.
  5647.      *
  5648.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5649.      */
  5650.     protected function getTwig_Command_LintService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5655.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5656.         $instance->setName('lint:twig');
  5657.         return $instance;
  5658.     }
  5659.     /**
  5660.      * Gets the private 'twig.form.renderer' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\Form\FormRenderer
  5663.      */
  5664.     protected function getTwig_Form_RendererService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5671.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5672.     }
  5673.     /**
  5674.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5675.      *
  5676.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5677.      */
  5678.     protected function getTwig_Runtime_HttpkernelService()
  5679.     {
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5683.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5684.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5685.         ], [
  5686.             'inline' => '?',
  5687.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5688.     }
  5689.     /**
  5690.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5691.      *
  5692.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5693.      */
  5694.     protected function getTwig_Runtime_SecurityCsrfService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5697.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'twig.template_cache_warmer' shared service.
  5701.      *
  5702.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5703.      */
  5704.     protected function getTwig_TemplateCacheWarmerService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5710.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5711.             'twig' => ['services''twig''getTwigService'false],
  5712.         ], [
  5713.             'twig' => 'Twig\\Environment',
  5714.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  5715.     }
  5716.     /**
  5717.      * Gets the private 'validator.builder' shared service.
  5718.      *
  5719.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5720.      */
  5721.     protected function getValidator_BuilderService()
  5722.     {
  5723.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5724.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5725.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5726.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5727.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5728.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5729.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5730.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5731.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5732.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5733.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5734.         ], [
  5735.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5736.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5737.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5738.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5739.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5740.             'doctrine.orm.validator.unique' => '?',
  5741.             'security.validator.user_password' => '?',
  5742.             'validator.expression' => '?',
  5743.         ])));
  5744.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  5745.         $instance->setTranslationDomain('validators');
  5746.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5747.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5748.         $instance->addMethodMapping('loadValidatorMetadata');
  5749.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5750.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5751.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5752.         return $instance;
  5753.     }
  5754.     /**
  5755.      * Gets the private 'validator.email' shared service.
  5756.      *
  5757.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5758.      */
  5759.     protected function getValidator_EmailService()
  5760.     {
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5764.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5765.     }
  5766.     /**
  5767.      * Gets the private 'validator.expression' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5770.      */
  5771.     protected function getValidator_ExpressionService()
  5772.     {
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5776.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5777.     }
  5778.     /**
  5779.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5780.      *
  5781.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5782.      */
  5783.     protected function getValidator_Mapping_CacheWarmerService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5788.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5789.     }
  5790.     /**
  5791.      * Gets the private 'validator.not_compromised_password' shared service.
  5792.      *
  5793.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5794.      */
  5795.     protected function getValidator_NotCompromisedPasswordService()
  5796.     {
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5800.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  5801.     }
  5802.     /**
  5803.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5806.      */
  5807.     protected function getVarDumper_Command_ServerDumpService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5815.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5816.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5817.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5818.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5820.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  5821.         $instance->setName('server:dump');
  5822.         return $instance;
  5823.     }
  5824.     /**
  5825.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5826.      *
  5827.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5828.      */
  5829.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5830.     {
  5831.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5832.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'var_dumper.html_dumper' shared service.
  5837.      *
  5838.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5839.      */
  5840.     protected function getVarDumper_HtmlDumperService()
  5841.     {
  5842.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5843.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5844.         return $instance;
  5845.     }
  5846.     /**
  5847.      * Gets the private 'var_dumper.server_connection' shared service.
  5848.      *
  5849.      * @return \Symfony\Component\VarDumper\Server\Connection
  5850.      */
  5851.     protected function getVarDumper_ServerConnectionService()
  5852.     {
  5853.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5854.     }
  5855.     /**
  5856.      * Gets the private 'web_profiler.csp.handler' shared service.
  5857.      *
  5858.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5859.      */
  5860.     protected function getWebProfiler_Csp_HandlerService()
  5861.     {
  5862.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5863.     }
  5864.     /**
  5865.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5866.      *
  5867.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5868.      */
  5869.     protected function getWebProfiler_DebugToolbarService()
  5870.     {
  5871.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  5872.     }
  5873.     /**
  5874.      * @return array|bool|float|int|string|null
  5875.      */
  5876.     public function getParameter($name)
  5877.     {
  5878.         $name = (string) $name;
  5879.         if (isset($this->buildParameters[$name])) {
  5880.             return $this->buildParameters[$name];
  5881.         }
  5882.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  5883.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5884.         }
  5885.         if (isset($this->loadedDynamicParameters[$name])) {
  5886.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5887.         }
  5888.         return $this->parameters[$name];
  5889.     }
  5890.     public function hasParameter($name): bool
  5891.     {
  5892.         $name = (string) $name;
  5893.         if (isset($this->buildParameters[$name])) {
  5894.             return true;
  5895.         }
  5896.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  5897.     }
  5898.     public function setParameter($name$value): void
  5899.     {
  5900.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5901.     }
  5902.     public function getParameterBag(): ParameterBagInterface
  5903.     {
  5904.         if (null === $this->parameterBag) {
  5905.             $parameters $this->parameters;
  5906.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5907.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5908.             }
  5909.             foreach ($this->buildParameters as $name => $value) {
  5910.                 $parameters[$name] = $value;
  5911.             }
  5912.             $this->parameterBag = new FrozenParameterBag($parameters);
  5913.         }
  5914.         return $this->parameterBag;
  5915.     }
  5916.     private $loadedDynamicParameters = [
  5917.         'kernel.cache_dir' => false,
  5918.         'kernel.secret' => false,
  5919.         'session.save_path' => false,
  5920.         'validator.mapping.cache.file' => false,
  5921.         'profiler.storage.dsn' => false,
  5922.         'debug.container.dump' => false,
  5923.         'serializer.mapping.cache.file' => false,
  5924.         'doctrine.orm.proxy_dir' => false,
  5925.         'lexik_jwt_authentication.pass_phrase' => false,
  5926.     ];
  5927.     private $dynamicParameters = [];
  5928.     private function getDynamicParameter(string $name)
  5929.     {
  5930.         switch ($name) {
  5931.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5932.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5933.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5934.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5935.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5936.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  5937.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5938.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5939.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  5940.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5941.         }
  5942.         $this->loadedDynamicParameters[$name] = true;
  5943.         return $this->dynamicParameters[$name] = $value;
  5944.     }
  5945.     protected function getDefaultParameters(): array
  5946.     {
  5947.         return [
  5948.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  5949.             'kernel.project_dir' => \dirname(__DIR__4),
  5950.             'kernel.environment' => 'dev',
  5951.             'kernel.debug' => true,
  5952.             'kernel.name' => 'src',
  5953.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5954.             'kernel.bundles' => [
  5955.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5956.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5957.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5958.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5959.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5960.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5961.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5962.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5963.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5964.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5965.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5966.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  5967.             ],
  5968.             'kernel.bundles_metadata' => [
  5969.                 'FrameworkBundle' => [
  5970.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5971.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5972.                 ],
  5973.                 'DoctrineBundle' => [
  5974.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5975.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5976.                 ],
  5977.                 'DoctrineMigrationsBundle' => [
  5978.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5979.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5980.                 ],
  5981.                 'SensioFrameworkExtraBundle' => [
  5982.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5983.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5984.                 ],
  5985.                 'SecurityBundle' => [
  5986.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5987.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5988.                 ],
  5989.                 'MakerBundle' => [
  5990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5991.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5992.                 ],
  5993.                 'LexikJWTAuthenticationBundle' => [
  5994.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  5995.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  5996.                 ],
  5997.                 'TwigBundle' => [
  5998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5999.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6000.                 ],
  6001.                 'WebProfilerBundle' => [
  6002.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6003.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6004.                 ],
  6005.                 'MonologBundle' => [
  6006.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6007.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6008.                 ],
  6009.                 'DebugBundle' => [
  6010.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6011.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6012.                 ],
  6013.                 'NelmioApiDocBundle' => [
  6014.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  6015.                     'namespace' => 'Nelmio\\ApiDocBundle',
  6016.                 ],
  6017.             ],
  6018.             'kernel.charset' => 'UTF-8',
  6019.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6020.             'container.dumper.inline_class_loader' => true,
  6021.             'container.dumper.inline_factories' => true,
  6022.             'lexik_token_exp' => 604800,
  6023.             'event_dispatcher.event_aliases' => [
  6024.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6025.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6026.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6027.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6028.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6029.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6030.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6031.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6032.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6033.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6034.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6035.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6036.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6037.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6038.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6039.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6040.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6041.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6042.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6043.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6044.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6045.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6046.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6047.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6048.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6049.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6050.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6051.             ],
  6052.             'fragment.renderer.hinclude.global_template' => '',
  6053.             'fragment.path' => '/_fragment',
  6054.             'kernel.http_method_override' => true,
  6055.             'kernel.trusted_hosts' => [
  6056.             ],
  6057.             'kernel.default_locale' => 'en',
  6058.             'kernel.error_controller' => 'error_controller',
  6059.             'templating.helper.code.file_link_format' => NULL,
  6060.             'debug.file_link_format' => NULL,
  6061.             'session.metadata.storage_key' => '_sf2_meta',
  6062.             'session.storage.options' => [
  6063.                 'cache_limiter' => '0',
  6064.                 'cookie_secure' => 'auto',
  6065.                 'cookie_httponly' => true,
  6066.                 'cookie_samesite' => 'lax',
  6067.                 'gc_probability' => 1,
  6068.             ],
  6069.             'session.metadata.update_threshold' => 0,
  6070.             'form.type_extension.csrf.enabled' => true,
  6071.             'form.type_extension.csrf.field_name' => '_token',
  6072.             'asset.request_context.base_path' => '',
  6073.             'asset.request_context.secure' => false,
  6074.             'validator.translation_domain' => 'validators',
  6075.             'translator.logging' => false,
  6076.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6077.             'profiler_listener.only_exceptions' => false,
  6078.             'profiler_listener.only_master_requests' => false,
  6079.             'debug.error_handler.throw_at' => -1,
  6080.             'router.request_context.host' => 'localhost',
  6081.             'router.request_context.scheme' => 'http',
  6082.             'router.request_context.base_url' => '',
  6083.             'router.resource' => 'kernel::loadRoutes',
  6084.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6085.             'request_listener.http_port' => 80,
  6086.             'request_listener.https_port' => 443,
  6087.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6088.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6089.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6090.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6091.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6092.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6093.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6094.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6095.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6096.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6097.             'doctrine.entity_managers' => [
  6098.                 'default' => 'doctrine.orm.default_entity_manager',
  6099.             ],
  6100.             'doctrine.default_entity_manager' => 'default',
  6101.             'doctrine.dbal.connection_factory.types' => [
  6102.             ],
  6103.             'doctrine.connections' => [
  6104.                 'default' => 'doctrine.dbal.default_connection',
  6105.             ],
  6106.             'doctrine.default_connection' => 'default',
  6107.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6108.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6109.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6110.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6111.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6112.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6113.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6114.             'doctrine.orm.cache.memcache_port' => 11211,
  6115.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6116.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6117.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6118.             'doctrine.orm.cache.memcached_port' => 11211,
  6119.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6120.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6121.             'doctrine.orm.cache.redis_host' => 'localhost',
  6122.             'doctrine.orm.cache.redis_port' => 6379,
  6123.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6124.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6125.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6126.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6127.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6128.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6129.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6130.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6131.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6132.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6133.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6134.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6135.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6136.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6137.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6138.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6139.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6140.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6141.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6142.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6143.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6144.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6145.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6146.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6147.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6148.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6149.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6150.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6151.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6152.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6153.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6154.             'doctrine_migrations.name' => 'Application Migrations',
  6155.             'doctrine_migrations.migrations_paths' => [
  6156.             ],
  6157.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/DoctrineMigrations'),
  6158.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  6159.             'doctrine_migrations.table_name' => 'migration_versions',
  6160.             'doctrine_migrations.column_name' => 'version',
  6161.             'doctrine_migrations.column_length' => 14,
  6162.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  6163.             'doctrine_migrations.all_or_nothing' => false,
  6164.             'doctrine_migrations.custom_template' => NULL,
  6165.             'doctrine_migrations.organize_migrations' => false,
  6166.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6167.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6168.             'security.role_hierarchy.roles' => [
  6169.                 'ROLE_API' => [
  6170.                     => 'ROLE_USER',
  6171.                 ],
  6172.                 'ROLE_ADMIN' => [
  6173.                     => 'ROLE_USER',
  6174.                 ],
  6175.                 'ROLE_SUPER_ADMIN' => [
  6176.                     => 'ROLE_ADMIN',
  6177.                 ],
  6178.             ],
  6179.             'security.access.denied_url' => NULL,
  6180.             'security.authentication.manager.erase_credentials' => true,
  6181.             'security.authentication.session_strategy.strategy' => 'migrate',
  6182.             'security.access.always_authenticate_before_granting' => false,
  6183.             'security.authentication.hide_user_not_found' => true,
  6184.             'lexik_jwt_authentication.token_ttl' => 604800,
  6185.             'lexik_jwt_authentication.clock_skew' => 0,
  6186.             'lexik_jwt_authentication.user_identity_field' => 'username',
  6187.             'lexik_jwt_authentication.user_id_claim' => 'username',
  6188.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  6189.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  6190.             'twig.exception_listener.controller' => NULL,
  6191.             'twig.form.resources' => [
  6192.                 => 'form_div_layout.html.twig',
  6193.                 => 'bootstrap_4_layout.html.twig',
  6194.             ],
  6195.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6196.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6197.             'web_profiler.debug_toolbar.mode' => 2,
  6198.             'monolog.use_microseconds' => true,
  6199.             'monolog.swift_mailer.handlers' => [
  6200.             ],
  6201.             'monolog.handlers_to_channels' => [
  6202.                 'monolog.handler.console' => [
  6203.                     'type' => 'exclusive',
  6204.                     'elements' => [
  6205.                         => 'event',
  6206.                         => 'doctrine',
  6207.                         => 'console',
  6208.                     ],
  6209.                 ],
  6210.                 'monolog.handler.main' => [
  6211.                     'type' => 'exclusive',
  6212.                     'elements' => [
  6213.                         => 'event',
  6214.                     ],
  6215.                 ],
  6216.             ],
  6217.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6218.             'nelmio_api_doc.areas' => [
  6219.                 => 'default',
  6220.             ],
  6221.             'data_collector.templates' => [
  6222.                 'data_collector.request' => [
  6223.                     => 'request',
  6224.                     => '@WebProfiler/Collector/request.html.twig',
  6225.                 ],
  6226.                 'data_collector.time' => [
  6227.                     => 'time',
  6228.                     => '@WebProfiler/Collector/time.html.twig',
  6229.                 ],
  6230.                 'data_collector.memory' => [
  6231.                     => 'memory',
  6232.                     => '@WebProfiler/Collector/memory.html.twig',
  6233.                 ],
  6234.                 'data_collector.validator' => [
  6235.                     => 'validator',
  6236.                     => '@WebProfiler/Collector/validator.html.twig',
  6237.                 ],
  6238.                 'data_collector.ajax' => [
  6239.                     => 'ajax',
  6240.                     => '@WebProfiler/Collector/ajax.html.twig',
  6241.                 ],
  6242.                 'data_collector.form' => [
  6243.                     => 'form',
  6244.                     => '@WebProfiler/Collector/form.html.twig',
  6245.                 ],
  6246.                 'data_collector.exception' => [
  6247.                     => 'exception',
  6248.                     => '@WebProfiler/Collector/exception.html.twig',
  6249.                 ],
  6250.                 'data_collector.logger' => [
  6251.                     => 'logger',
  6252.                     => '@WebProfiler/Collector/logger.html.twig',
  6253.                 ],
  6254.                 'data_collector.events' => [
  6255.                     => 'events',
  6256.                     => '@WebProfiler/Collector/events.html.twig',
  6257.                 ],
  6258.                 'data_collector.router' => [
  6259.                     => 'router',
  6260.                     => '@WebProfiler/Collector/router.html.twig',
  6261.                 ],
  6262.                 'data_collector.cache' => [
  6263.                     => 'cache',
  6264.                     => '@WebProfiler/Collector/cache.html.twig',
  6265.                 ],
  6266.                 'data_collector.translation' => [
  6267.                     => 'translation',
  6268.                     => '@WebProfiler/Collector/translation.html.twig',
  6269.                 ],
  6270.                 'data_collector.security' => [
  6271.                     => 'security',
  6272.                     => '@Security/Collector/security.html.twig',
  6273.                 ],
  6274.                 'data_collector.twig' => [
  6275.                     => 'twig',
  6276.                     => '@WebProfiler/Collector/twig.html.twig',
  6277.                 ],
  6278.                 'data_collector.http_client' => [
  6279.                     => 'http_client',
  6280.                     => '@WebProfiler/Collector/http_client.html.twig',
  6281.                 ],
  6282.                 'data_collector.doctrine' => [
  6283.                     => 'db',
  6284.                     => '@Doctrine/Collector/db.html.twig',
  6285.                 ],
  6286.                 'data_collector.dump' => [
  6287.                     => 'dump',
  6288.                     => '@Debug/Profiler/dump.html.twig',
  6289.                 ],
  6290.                 'data_collector.config' => [
  6291.                     => 'config',
  6292.                     => '@WebProfiler/Collector/config.html.twig',
  6293.                 ],
  6294.             ],
  6295.             'console.command.ids' => [
  6296.             ],
  6297.         ];
  6298.     }
  6299.     protected function throw($message)
  6300.     {
  6301.         throw new RuntimeException($message);
  6302.     }
  6303. }
  6304. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  6305. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6306. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6307. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6308. {
  6309.     /**
  6310.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  6311.      */
  6312.     private $valueHolderc9aab null;
  6313.     /**
  6314.      * @var \Closure|null initializer responsible for generating the wrapped object
  6315.      */
  6316.     private $initializerc52b5 null;
  6317.     /**
  6318.      * @var bool[] map of public properties of the parent class
  6319.      */
  6320.     private static $publicPropertiesc381d = [
  6321.         
  6322.     ];
  6323.     public function getConnection()
  6324.     {
  6325.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getConnection', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6326.         return $this->valueHolderc9aab->getConnection();
  6327.     }
  6328.     public function getMetadataFactory()
  6329.     {
  6330.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getMetadataFactory', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6331.         return $this->valueHolderc9aab->getMetadataFactory();
  6332.     }
  6333.     public function getExpressionBuilder()
  6334.     {
  6335.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getExpressionBuilder', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6336.         return $this->valueHolderc9aab->getExpressionBuilder();
  6337.     }
  6338.     public function beginTransaction()
  6339.     {
  6340.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'beginTransaction', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6341.         return $this->valueHolderc9aab->beginTransaction();
  6342.     }
  6343.     public function getCache()
  6344.     {
  6345.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getCache', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6346.         return $this->valueHolderc9aab->getCache();
  6347.     }
  6348.     public function transactional($func)
  6349.     {
  6350.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'transactional', array('func' => $func), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6351.         return $this->valueHolderc9aab->transactional($func);
  6352.     }
  6353.     public function commit()
  6354.     {
  6355.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'commit', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6356.         return $this->valueHolderc9aab->commit();
  6357.     }
  6358.     public function rollback()
  6359.     {
  6360.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'rollback', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6361.         return $this->valueHolderc9aab->rollback();
  6362.     }
  6363.     public function getClassMetadata($className)
  6364.     {
  6365.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getClassMetadata', array('className' => $className), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6366.         return $this->valueHolderc9aab->getClassMetadata($className);
  6367.     }
  6368.     public function createQuery($dql '')
  6369.     {
  6370.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'createQuery', array('dql' => $dql), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6371.         return $this->valueHolderc9aab->createQuery($dql);
  6372.     }
  6373.     public function createNamedQuery($name)
  6374.     {
  6375.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'createNamedQuery', array('name' => $name), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6376.         return $this->valueHolderc9aab->createNamedQuery($name);
  6377.     }
  6378.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  6379.     {
  6380.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6381.         return $this->valueHolderc9aab->createNativeQuery($sql$rsm);
  6382.     }
  6383.     public function createNamedNativeQuery($name)
  6384.     {
  6385.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'createNamedNativeQuery', array('name' => $name), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6386.         return $this->valueHolderc9aab->createNamedNativeQuery($name);
  6387.     }
  6388.     public function createQueryBuilder()
  6389.     {
  6390.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'createQueryBuilder', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6391.         return $this->valueHolderc9aab->createQueryBuilder();
  6392.     }
  6393.     public function flush($entity null)
  6394.     {
  6395.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'flush', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6396.         return $this->valueHolderc9aab->flush($entity);
  6397.     }
  6398.     public function find($className$id$lockMode null$lockVersion null)
  6399.     {
  6400.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6401.         return $this->valueHolderc9aab->find($className$id$lockMode$lockVersion);
  6402.     }
  6403.     public function getReference($entityName$id)
  6404.     {
  6405.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6406.         return $this->valueHolderc9aab->getReference($entityName$id);
  6407.     }
  6408.     public function getPartialReference($entityName$identifier)
  6409.     {
  6410.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6411.         return $this->valueHolderc9aab->getPartialReference($entityName$identifier);
  6412.     }
  6413.     public function clear($entityName null)
  6414.     {
  6415.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'clear', array('entityName' => $entityName), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6416.         return $this->valueHolderc9aab->clear($entityName);
  6417.     }
  6418.     public function close()
  6419.     {
  6420.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'close', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6421.         return $this->valueHolderc9aab->close();
  6422.     }
  6423.     public function persist($entity)
  6424.     {
  6425.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'persist', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6426.         return $this->valueHolderc9aab->persist($entity);
  6427.     }
  6428.     public function remove($entity)
  6429.     {
  6430.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'remove', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6431.         return $this->valueHolderc9aab->remove($entity);
  6432.     }
  6433.     public function refresh($entity)
  6434.     {
  6435.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'refresh', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6436.         return $this->valueHolderc9aab->refresh($entity);
  6437.     }
  6438.     public function detach($entity)
  6439.     {
  6440.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'detach', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6441.         return $this->valueHolderc9aab->detach($entity);
  6442.     }
  6443.     public function merge($entity)
  6444.     {
  6445.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'merge', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6446.         return $this->valueHolderc9aab->merge($entity);
  6447.     }
  6448.     public function copy($entity$deep false)
  6449.     {
  6450.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'copy', array('entity' => $entity'deep' => $deep), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6451.         return $this->valueHolderc9aab->copy($entity$deep);
  6452.     }
  6453.     public function lock($entity$lockMode$lockVersion null)
  6454.     {
  6455.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6456.         return $this->valueHolderc9aab->lock($entity$lockMode$lockVersion);
  6457.     }
  6458.     public function getRepository($entityName)
  6459.     {
  6460.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getRepository', array('entityName' => $entityName), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6461.         return $this->valueHolderc9aab->getRepository($entityName);
  6462.     }
  6463.     public function contains($entity)
  6464.     {
  6465.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'contains', array('entity' => $entity), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6466.         return $this->valueHolderc9aab->contains($entity);
  6467.     }
  6468.     public function getEventManager()
  6469.     {
  6470.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getEventManager', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6471.         return $this->valueHolderc9aab->getEventManager();
  6472.     }
  6473.     public function getConfiguration()
  6474.     {
  6475.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getConfiguration', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6476.         return $this->valueHolderc9aab->getConfiguration();
  6477.     }
  6478.     public function isOpen()
  6479.     {
  6480.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'isOpen', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6481.         return $this->valueHolderc9aab->isOpen();
  6482.     }
  6483.     public function getUnitOfWork()
  6484.     {
  6485.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getUnitOfWork', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6486.         return $this->valueHolderc9aab->getUnitOfWork();
  6487.     }
  6488.     public function getHydrator($hydrationMode)
  6489.     {
  6490.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6491.         return $this->valueHolderc9aab->getHydrator($hydrationMode);
  6492.     }
  6493.     public function newHydrator($hydrationMode)
  6494.     {
  6495.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6496.         return $this->valueHolderc9aab->newHydrator($hydrationMode);
  6497.     }
  6498.     public function getProxyFactory()
  6499.     {
  6500.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getProxyFactory', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6501.         return $this->valueHolderc9aab->getProxyFactory();
  6502.     }
  6503.     public function initializeObject($obj)
  6504.     {
  6505.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'initializeObject', array('obj' => $obj), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6506.         return $this->valueHolderc9aab->initializeObject($obj);
  6507.     }
  6508.     public function getFilters()
  6509.     {
  6510.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'getFilters', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6511.         return $this->valueHolderc9aab->getFilters();
  6512.     }
  6513.     public function isFiltersStateClean()
  6514.     {
  6515.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'isFiltersStateClean', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6516.         return $this->valueHolderc9aab->isFiltersStateClean();
  6517.     }
  6518.     public function hasFilters()
  6519.     {
  6520.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'hasFilters', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6521.         return $this->valueHolderc9aab->hasFilters();
  6522.     }
  6523.     /**
  6524.      * Constructor for lazy initialization
  6525.      *
  6526.      * @param \Closure|null $initializer
  6527.      */
  6528.     public static function staticProxyConstructor($initializer)
  6529.     {
  6530.         static $reflection;
  6531.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  6532.         $instance   $reflection->newInstanceWithoutConstructor();
  6533.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6534.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6535.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  6536.         $instance->initializerc52b5 $initializer;
  6537.         return $instance;
  6538.     }
  6539.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  6540.     {
  6541.         static $reflection;
  6542.         if (! $this->valueHolderc9aab) {
  6543.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6544.             $this->valueHolderc9aab $reflection->newInstanceWithoutConstructor();
  6545.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6546.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6547.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6548.         }
  6549.         $this->valueHolderc9aab->__construct($conn$config$eventManager);
  6550.     }
  6551.     public function & __get($name)
  6552.     {
  6553.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__get', ['name' => $name], $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6554.         if (isset(self::$publicPropertiesc381d[$name])) {
  6555.             return $this->valueHolderc9aab->$name;
  6556.         }
  6557.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6558.         if (! $realInstanceReflection->hasProperty($name)) {
  6559.             $targetObject $this->valueHolderc9aab;
  6560.             $backtrace debug_backtrace(false1);
  6561.             trigger_error(
  6562.                 sprintf(
  6563.                     'Undefined property: %s::$%s in %s on line %s',
  6564.                     $realInstanceReflection->getName(),
  6565.                     $name,
  6566.                     $backtrace[0]['file'],
  6567.                     $backtrace[0]['line']
  6568.                 ),
  6569.                 \E_USER_NOTICE
  6570.             );
  6571.             return $targetObject->$name;
  6572.         }
  6573.         $targetObject $this->valueHolderc9aab;
  6574.         $accessor = function & () use ($targetObject$name) {
  6575.             return $targetObject->$name;
  6576.         };
  6577.         $backtrace debug_backtrace(true2);
  6578.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6579.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6580.         $returnValue = & $accessor();
  6581.         return $returnValue;
  6582.     }
  6583.     public function __set($name$value)
  6584.     {
  6585.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__set', array('name' => $name'value' => $value), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6586.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6587.         if (! $realInstanceReflection->hasProperty($name)) {
  6588.             $targetObject $this->valueHolderc9aab;
  6589.             $targetObject->$name $value;
  6590.             return $targetObject->$name;
  6591.         }
  6592.         $targetObject $this->valueHolderc9aab;
  6593.         $accessor = function & () use ($targetObject$name$value) {
  6594.             $targetObject->$name $value;
  6595.             return $targetObject->$name;
  6596.         };
  6597.         $backtrace debug_backtrace(true2);
  6598.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6599.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6600.         $returnValue = & $accessor();
  6601.         return $returnValue;
  6602.     }
  6603.     public function __isset($name)
  6604.     {
  6605.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__isset', array('name' => $name), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6606.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6607.         if (! $realInstanceReflection->hasProperty($name)) {
  6608.             $targetObject $this->valueHolderc9aab;
  6609.             return isset($targetObject->$name);
  6610.         }
  6611.         $targetObject $this->valueHolderc9aab;
  6612.         $accessor = function () use ($targetObject$name) {
  6613.             return isset($targetObject->$name);
  6614.         };
  6615.         $backtrace debug_backtrace(true2);
  6616.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6617.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6618.         $returnValue $accessor();
  6619.         return $returnValue;
  6620.     }
  6621.     public function __unset($name)
  6622.     {
  6623.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__unset', array('name' => $name), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6624.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6625.         if (! $realInstanceReflection->hasProperty($name)) {
  6626.             $targetObject $this->valueHolderc9aab;
  6627.             unset($targetObject->$name);
  6628.             return;
  6629.         }
  6630.         $targetObject $this->valueHolderc9aab;
  6631.         $accessor = function () use ($targetObject$name) {
  6632.             unset($targetObject->$name);
  6633.             return;
  6634.         };
  6635.         $backtrace debug_backtrace(true2);
  6636.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6637.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6638.         $accessor();
  6639.     }
  6640.     public function __clone()
  6641.     {
  6642.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__clone', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6643.         $this->valueHolderc9aab = clone $this->valueHolderc9aab;
  6644.     }
  6645.     public function __sleep()
  6646.     {
  6647.         $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'__sleep', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6648.         return array('valueHolderc9aab');
  6649.     }
  6650.     public function __wakeup()
  6651.     {
  6652.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6653.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6654.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6655.     }
  6656.     public function setProxyInitializer(\Closure $initializer null) : void
  6657.     {
  6658.         $this->initializerc52b5 $initializer;
  6659.     }
  6660.     public function getProxyInitializer() : ?\Closure
  6661.     {
  6662.         return $this->initializerc52b5;
  6663.     }
  6664.     public function initializeProxy() : bool
  6665.     {
  6666.         return $this->initializerc52b5 && ($this->initializerc52b5->__invoke($valueHolderc9aab$this'initializeProxy', array(), $this->initializerc52b5) || 1) && $this->valueHolderc9aab $valueHolderc9aab;
  6667.     }
  6668.     public function isProxyInitialized() : bool
  6669.     {
  6670.         return null !== $this->valueHolderc9aab;
  6671.     }
  6672.     public function getWrappedValueHolderValue()
  6673.     {
  6674.         return $this->valueHolderc9aab;
  6675.     }
  6676. }