var/cache/dev/Container1VmnqZu/srcApp_KernelDevDebugContainer.php line 872

Open in your IDE?
  1. <?php
  2. namespace Container1VmnqZu;
  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\\ApiController' => 'getApiControllerService',
  37.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  38.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  39.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.app_clearer' => 'getCache_AppClearerService',
  42.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.system_clearer' => 'getCache_SystemClearerService',
  45.             'cache_clearer' => 'getCacheClearerService',
  46.             'cache_warmer' => 'getCacheWarmerService',
  47.             'console.command_loader' => 'getConsole_CommandLoaderService',
  48.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'error_controller' => 'getErrorControllerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'form.factory' => 'getForm_FactoryService',
  57.             'form.type.file' => 'getForm_Type_FileService',
  58.             'http_kernel' => 'getHttpKernelService',
  59.             'profiler' => 'getProfilerService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'routing.loader' => 'getRouting_LoaderService',
  63.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  66.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'serializer' => 'getSerializerService',
  69.             'services_resetter' => 'getServicesResetterService',
  70.             'session' => 'getSessionService',
  71.             'translator' => 'getTranslatorService',
  72.             'twig' => 'getTwigService',
  73.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  74.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  75.             'validator' => 'getValidatorService',
  76.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  77.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  78.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  79.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  80.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  81.         ];
  82.         $this->aliases = [
  83.             'database_connection' => 'doctrine.dbal.default_connection',
  84.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  85.         ];
  86.         $this->privates['service_container'] = function () {
  87.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  88.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  89.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  90.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  91.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  92.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  93.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  94.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  95.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  96.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  108.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  131.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  177.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  245.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  303.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  341.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  386.         };
  387.     }
  388.     public function compile(): void
  389.     {
  390.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  391.     }
  392.     public function isCompiled(): bool
  393.     {
  394.         return true;
  395.     }
  396.     public function getRemovedIds(): array
  397.     {
  398.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  399.     }
  400.     protected function createProxy($class, \Closure $factory)
  401.     {
  402.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  403.         return $factory();
  404.     }
  405.     /**
  406.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  407.      *
  408.      * @return \App\Controller\ApiController
  409.      */
  410.     protected function getApiControllerService()
  411.     {
  412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  414.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  415.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController();
  416.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  417.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  418.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  419.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  420.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  421.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  422.             'router' => ['services''router''getRouterService'false],
  423.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  424.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  425.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  426.             'serializer' => ['services''serializer''getSerializerService'false],
  427.             'session' => ['services''session''getSessionService'false],
  428.             'twig' => ['services''twig''getTwigService'false],
  429.         ], [
  430.             'doctrine' => '?',
  431.             'form.factory' => '?',
  432.             'http_kernel' => '?',
  433.             'parameter_bag' => '?',
  434.             'request_stack' => '?',
  435.             'router' => '?',
  436.             'security.authorization_checker' => '?',
  437.             'security.csrf.token_manager' => '?',
  438.             'security.token_storage' => '?',
  439.             'serializer' => '?',
  440.             'session' => '?',
  441.             'twig' => '?',
  442.         ]))->withContext('App\\Controller\\ApiController'$this));
  443.         return $instance;
  444.     }
  445.     /**
  446.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  447.      *
  448.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  449.      */
  450.     protected function getProfilerControllerService()
  451.     {
  452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  453.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  454.     }
  455.     /**
  456.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  457.      *
  458.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  459.      */
  460.     protected function getRedirectControllerService()
  461.     {
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  463.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  464.     }
  465.     /**
  466.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  467.      *
  468.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  469.      */
  470.     protected function getTemplateControllerService()
  471.     {
  472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  473.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  474.     }
  475.     /**
  476.      * Gets the public 'cache.app' shared service.
  477.      *
  478.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  479.      */
  480.     protected function getCache_AppService()
  481.     {
  482.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('5dK2Ol4WW0'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  483.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  484.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  485.     }
  486.     /**
  487.      * Gets the public 'cache.app_clearer' shared service.
  488.      *
  489.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  490.      */
  491.     protected function getCache_AppClearerService()
  492.     {
  493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  495.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  496.     }
  497.     /**
  498.      * Gets the public 'cache.global_clearer' shared service.
  499.      *
  500.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  501.      */
  502.     protected function getCache_GlobalClearerService()
  503.     {
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  506.         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.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())]);
  507.     }
  508.     /**
  509.      * Gets the public 'cache.system' shared service.
  510.      *
  511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  512.      */
  513.     protected function getCache_SystemService()
  514.     {
  515.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zxdc1bjdcL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  516.     }
  517.     /**
  518.      * Gets the public 'cache.system_clearer' shared service.
  519.      *
  520.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  521.      */
  522.     protected function getCache_SystemClearerService()
  523.     {
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  526.         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())]);
  527.     }
  528.     /**
  529.      * Gets the public 'cache_clearer' shared service.
  530.      *
  531.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  532.      */
  533.     protected function getCacheClearerService()
  534.     {
  535.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  537.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  538.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  539.         }, 1));
  540.     }
  541.     /**
  542.      * Gets the public 'cache_warmer' shared service.
  543.      *
  544.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  545.      */
  546.     protected function getCacheWarmerService()
  547.     {
  548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  550.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  551.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  552.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  553.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  554.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  555.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  556.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  557.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  558.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  559.     }
  560.     /**
  561.      * Gets the public 'console.command_loader' shared service.
  562.      *
  563.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  564.      */
  565.     protected function getConsole_CommandLoaderService()
  566.     {
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  569.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  570.             'App\\Command\\SegulaEsJobsCommand' => ['privates''App\\Command\\SegulaEsJobsCommand''getSegulaEsJobsCommandService'false],
  571.             'App\\Command\\SegulaJobsCommand' => ['privates''App\\Command\\SegulaJobsCommand''getSegulaJobsCommandService'false],
  572.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  573.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  574.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  575.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  576.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  577.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  578.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  579.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  580.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  581.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  582.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  583.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  584.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  585.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  586.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  587.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  588.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  589.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  590.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  591.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  592.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  593.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  594.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  595.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  596.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  597.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  598.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  599.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  600.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  601.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  602.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  603.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  604.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  605.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  606.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  607.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  608.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  609.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  610.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  611.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  612.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  613.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  614.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  615.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  616.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  617.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  618.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  619.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  620.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  621.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  622.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  623.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  624.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  625.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  626.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  627.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  628.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  629.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  630.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  631.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  632.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  633.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  634.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  635.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  636.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  637.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  638.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  639.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  640.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  641.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  642.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  643.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  644.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  645.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  646.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  647.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  648.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  649.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  650.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  651.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  652.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  653.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  654.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  655.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  656.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  657.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  658.         ], [
  659.             'App\\Command\\SegulaEsJobsCommand' => 'App\\Command\\SegulaEsJobsCommand',
  660.             'App\\Command\\SegulaJobsCommand' => 'App\\Command\\SegulaJobsCommand',
  661.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  662.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  663.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  664.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  665.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  666.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  667.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  668.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  669.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  670.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  671.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  672.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  673.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  674.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  675.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  676.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  677.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  678.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  679.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  680.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  681.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  682.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  683.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  684.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  685.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  686.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  687.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  688.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  689.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  690.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  691.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  692.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  693.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  694.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  695.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  696.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  697.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  698.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  699.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  700.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  701.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  702.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  703.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  704.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  705.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  706.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  707.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  708.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  709.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  710.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  711.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  712.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  713.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  714.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  715.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  716.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  717.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  718.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  719.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  720.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  721.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  722.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  723.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  724.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  725.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  726.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  727.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  728.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  729.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  730.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  731.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  732.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  733.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  734.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  735.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  736.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  737.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  738.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  739.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  740.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  741.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  742.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  743.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  744.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  745.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  746.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  747.         ]), ['segula:esjobs' => 'App\\Command\\SegulaEsJobsCommand''segula:jobs' => 'App\\Command\\SegulaJobsCommand''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:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug: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']);
  748.     }
  749.     /**
  750.      * Gets the public 'container.env_var_processors_locator' shared service.
  751.      *
  752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  753.      */
  754.     protected function getContainer_EnvVarProcessorsLocatorService()
  755.     {
  756.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  757.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  758.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  759.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  760.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  761.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  762.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  763.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  764.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  765.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  766.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  767.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  768.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  769.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  770.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  771.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  772.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  773.         ], [
  774.             'base64' => '?',
  775.             'bool' => '?',
  776.             'const' => '?',
  777.             'csv' => '?',
  778.             'default' => '?',
  779.             'file' => '?',
  780.             'float' => '?',
  781.             'int' => '?',
  782.             'json' => '?',
  783.             'key' => '?',
  784.             'query_string' => '?',
  785.             'require' => '?',
  786.             'resolve' => '?',
  787.             'string' => '?',
  788.             'trim' => '?',
  789.             'url' => '?',
  790.         ]);
  791.     }
  792.     /**
  793.      * Gets the public 'data_collector.dump' shared service.
  794.      *
  795.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  796.      */
  797.     protected function getDataCollector_DumpService()
  798.     {
  799.         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()));
  800.     }
  801.     /**
  802.      * Gets the public 'doctrine' shared service.
  803.      *
  804.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  805.      */
  806.     protected function getDoctrineService()
  807.     {
  808.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  809.     }
  810.     /**
  811.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  812.      *
  813.      * @return \Doctrine\DBAL\Connection
  814.      */
  815.     protected function getDoctrine_Dbal_DefaultConnectionService()
  816.     {
  817.         $a = new \Doctrine\DBAL\Configuration();
  818.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  819.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  820.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  821.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  822.         $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()))]));
  823.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  824.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  825.         ], [
  826.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  827.         ]));
  828.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  829.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['dbname' => $this->getEnv('DB_NAME'), 'host' => $this->getEnv('DB_HOST'), 'port' => $this->getEnv('DB_PORT'), 'user' => $this->getEnv('DB_USER'), 'password' => $this->getEnv('DB_PASSWORD'), 'driver' => 'pdo_mysql''connection_override_options' => ['dbname' => $this->getEnv('DB_NAME'), 'host' => $this->getEnv('DB_HOST'), 'port' => $this->getEnv('DB_PORT'), 'user' => $this->getEnv('DB_USER'), 'password' => $this->getEnv('DB_PASSWORD')], 'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  830.     }
  831.     /**
  832.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  833.      *
  834.      * @return \Doctrine\ORM\EntityManager
  835.      */
  836.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  837.     {
  838.         if ($lazyLoad) {
  839.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  840.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  841.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  842.                     $proxy->setProxyInitializer(null);
  843.                     return true;
  844.                 });
  845.             });
  846.         }
  847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  848.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  850.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  852.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  860.         $a = new \Doctrine\ORM\Configuration();
  861.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  862.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  863.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  864.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  865.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  866.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  867.         $a->setMetadataDriverImpl($b);
  868.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  869.         $a->setProxyNamespace('Proxies');
  870.         $a->setAutoGenerateProxyClasses(true);
  871.         $a->setSchemaIgnoreClasses([]);
  872.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  873.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  874.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  875.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  876.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  877.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  878.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  879.         ], [
  880.             'App\\Repository\\JobRepository' => '?',
  881.         ])));
  882.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  883.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  884.         return $instance;
  885.     }
  886.     /**
  887.      * Gets the public 'error_controller' shared service.
  888.      *
  889.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  890.      */
  891.     protected function getErrorControllerService()
  892.     {
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  898.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  899.         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)));
  900.     }
  901.     /**
  902.      * Gets the public 'event_dispatcher' shared service.
  903.      *
  904.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  905.      */
  906.     protected function getEventDispatcherService()
  907.     {
  908.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  909.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  910.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  911.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  912.         $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())));
  913.         $instance->addListener('kernel.controller', [=> function () {
  914.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  915.         }, => 'onKernelController'], 0);
  916.         $instance->addListener('kernel.response', [=> function () {
  917.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  918.         }, => 'onKernelResponse'], 0);
  919.         $instance->addListener('kernel.response', [=> function () {
  920.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  921.         }, => 'onKernelResponse'], -1024);
  922.         $instance->addListener('kernel.request', [=> function () {
  923.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  924.         }, => 'setDefaultLocale'], 100);
  925.         $instance->addListener('kernel.request', [=> function () {
  926.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  927.         }, => 'onKernelRequest'], 16);
  928.         $instance->addListener('kernel.finish_request', [=> function () {
  929.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  930.         }, => 'onKernelFinishRequest'], 0);
  931.         $instance->addListener('kernel.request', [=> function () {
  932.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  933.         }, => 'onKernelRequest'], 256);
  934.         $instance->addListener('kernel.request', [=> function () {
  935.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  936.         }, => 'resolveControllerName'], 24);
  937.         $instance->addListener('kernel.response', [=> function () {
  938.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  939.         }, => 'onResponse'], -255);
  940.         $instance->addListener('kernel.controller_arguments', [=> function () {
  941.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  942.         }, => 'onControllerArguments'], 0);
  943.         $instance->addListener('kernel.exception', [=> function () {
  944.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  945.         }, => 'logKernelException'], 0);
  946.         $instance->addListener('kernel.exception', [=> function () {
  947.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  948.         }, => 'onKernelException'], -128);
  949.         $instance->addListener('kernel.request', [=> function () {
  950.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  951.         }, => 'onKernelRequest'], 15);
  952.         $instance->addListener('kernel.finish_request', [=> function () {
  953.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  954.         }, => 'onKernelFinishRequest'], -15);
  955.         $instance->addListener('console.error', [=> function () {
  956.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  957.         }, => 'onConsoleError'], -128);
  958.         $instance->addListener('console.terminate', [=> function () {
  959.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  960.         }, => 'onConsoleTerminate'], -128);
  961.         $instance->addListener('console.error', [=> function () {
  962.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  963.         }, => 'onConsoleError'], 0);
  964.         $instance->addListener('kernel.request', [=> function () {
  965.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  966.         }, => 'onKernelRequest'], 128);
  967.         $instance->addListener('kernel.response', [=> function () {
  968.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  969.         }, => 'onKernelResponse'], -1000);
  970.         $instance->addListener('kernel.finish_request', [=> function () {
  971.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  972.         }, => 'onFinishRequest'], 0);
  973.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  974.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  975.         }, => 'onMessage'], -255);
  976.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  977.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  978.         }, => 'onMessage'], -255);
  979.         $instance->addListener('kernel.response', [=> function () {
  980.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  981.         }, => 'onKernelResponse'], -100);
  982.         $instance->addListener('kernel.exception', [=> function () {
  983.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  984.         }, => 'onKernelException'], 0);
  985.         $instance->addListener('kernel.terminate', [=> function () {
  986.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  987.         }, => 'onKernelTerminate'], -1024);
  988.         $instance->addListener('kernel.controller', [=> function () {
  989.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  990.         }, => 'onKernelController'], 0);
  991.         $instance->addListener('kernel.response', [=> function () {
  992.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  993.         }, => 'onKernelResponse'], 0);
  994.         $instance->addListener('kernel.request', [=> function () {
  995.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  996.         }, => 'configure'], 2048);
  997.         $instance->addListener('console.command', [=> function () {
  998.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  999.         }, => 'configure'], 2048);
  1000.         $instance->addListener('kernel.request', [=> function () {
  1001.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1002.         }, => 'onKernelRequest'], 32);
  1003.         $instance->addListener('kernel.finish_request', [=> function () {
  1004.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1005.         }, => 'onKernelFinishRequest'], 0);
  1006.         $instance->addListener('kernel.exception', [=> function () {
  1007.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1008.         }, => 'onKernelException'], -64);
  1009.         $instance->addListener('kernel.response', [=> function () {
  1010.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1011.         }, => 'onKernelResponse'], 0);
  1012.         $instance->addListener('kernel.controller', [=> function () {
  1013.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1014.         }, => 'onKernelController'], 0);
  1015.         $instance->addListener('kernel.controller', [=> function () {
  1016.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1017.         }, => 'onKernelController'], 0);
  1018.         $instance->addListener('kernel.controller', [=> function () {
  1019.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1020.         }, => 'onKernelController'], -128);
  1021.         $instance->addListener('kernel.view', [=> function () {
  1022.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1023.         }, => 'onKernelView'], 0);
  1024.         $instance->addListener('kernel.controller', [=> function () {
  1025.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1026.         }, => 'onKernelController'], 0);
  1027.         $instance->addListener('kernel.response', [=> function () {
  1028.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1029.         }, => 'onKernelResponse'], 0);
  1030.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1031.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1032.         }, => 'onKernelControllerArguments'], 0);
  1033.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1034.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1035.         }, => 'onKernelControllerArguments'], 0);
  1036.         $instance->addListener('kernel.response', [=> function () {
  1037.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1038.         }, => 'onKernelResponse'], 0);
  1039.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1040.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1041.         }, => 'onVoterVote'], 0);
  1042.         $instance->addListener('kernel.request', [=> function () {
  1043.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1044.         }, => 'configureLogoutUrlGenerator'], 8);
  1045.         $instance->addListener('kernel.request', [=> function () {
  1046.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1047.         }, => 'onKernelRequest'], 8);
  1048.         $instance->addListener('kernel.finish_request', [=> function () {
  1049.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1050.         }, => 'onKernelFinishRequest'], 0);
  1051.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1052.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1053.         }, => 'onMessage'], 0);
  1054.         $instance->addListener('kernel.response', [=> function () {
  1055.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1056.         }, => 'onKernelResponse'], -128);
  1057.         $instance->addListener('console.command', [=> function () {
  1058.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1059.         }, => 'onCommand'], 255);
  1060.         $instance->addListener('console.terminate', [=> function () {
  1061.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1062.         }, => 'onTerminate'], -255);
  1063.         $instance->addListener('console.command', [=> function () {
  1064.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1065.         }, => 'configure'], 1024);
  1066.         $instance->addListener('console.error', [=> function () {
  1067.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1068.         }, => 'onConsoleError'], 0);
  1069.         $instance->addListener('console.terminate', [=> function () {
  1070.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1071.         }, => 'onConsoleTerminate'], 0);
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public 'filesystem' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\Filesystem\Filesystem
  1078.      */
  1079.     protected function getFilesystemService()
  1080.     {
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1082.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1083.     }
  1084.     /**
  1085.      * Gets the public 'form.factory' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\Form\FormFactory
  1088.      */
  1089.     protected function getForm_FactoryService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1093.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1094.     }
  1095.     /**
  1096.      * Gets the public 'form.type.file' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1099.      */
  1100.     protected function getForm_Type_FileService()
  1101.     {
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1105.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1106.     }
  1107.     /**
  1108.      * Gets the public 'http_kernel' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1111.      */
  1112.     protected function getHttpKernelService()
  1113.     {
  1114.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1115.         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 () {
  1116.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1117.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1118.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1119.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1120.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1121.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1122.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1123.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1124.         }, 8)), $a));
  1125.     }
  1126.     /**
  1127.      * Gets the public 'profiler' shared service.
  1128.      *
  1129.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1130.      */
  1131.     protected function getProfilerService()
  1132.     {
  1133.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1134.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1135.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1136.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1137.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1138.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1139.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1140.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1141.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1142.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1143.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1144.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1145.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1146.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1147.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1148.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1149.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1150.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1151.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1152.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1153.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1154.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1155.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1156.         if ($this->has('kernel')) {
  1157.             $g->setKernel($b);
  1158.         }
  1159.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1161.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1162.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1163.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1164.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1165.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1167.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1168.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1169.         $instance->add($d);
  1170.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1171.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  1172.         $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())));
  1173.         $instance->add($e);
  1174.         $instance->add($f);
  1175.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1176.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1177.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1178.         $instance->add($g);
  1179.         return $instance;
  1180.     }
  1181.     /**
  1182.      * Gets the public 'request_stack' shared service.
  1183.      *
  1184.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1185.      */
  1186.     protected function getRequestStackService()
  1187.     {
  1188.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1189.     }
  1190.     /**
  1191.      * Gets the public 'router' shared service.
  1192.      *
  1193.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1194.      */
  1195.     protected function getRouterService()
  1196.     {
  1197.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1198.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1199.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1200.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1201.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1202.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1203.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1204.         ], [
  1205.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1206.         ]))->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');
  1207.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'routing.loader' shared service.
  1212.      *
  1213.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1214.      */
  1215.     protected function getRouting_LoaderService()
  1216.     {
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1239.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1240.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1241.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1242.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1243.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1244.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1245.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1246.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1247.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1248.             'kernel' => ['services''kernel''getKernelService'false],
  1249.         ], [
  1250.             'kernel' => 'App\\Kernel',
  1251.         ]))));
  1252.         $a->addLoader($c);
  1253.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1254.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1255.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1256.     }
  1257.     /**
  1258.      * Gets the public 'security.authentication_utils' shared service.
  1259.      *
  1260.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1261.      */
  1262.     protected function getSecurity_AuthenticationUtilsService()
  1263.     {
  1264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1265.         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())));
  1266.     }
  1267.     /**
  1268.      * Gets the public 'security.authorization_checker' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1271.      */
  1272.     protected function getSecurity_AuthorizationCheckerService()
  1273.     {
  1274.         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);
  1275.     }
  1276.     /**
  1277.      * Gets the public 'security.csrf.token_manager' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1280.      */
  1281.     protected function getSecurity_Csrf_TokenManagerService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1290.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1291.     }
  1292.     /**
  1293.      * Gets the public 'security.password_encoder' shared service.
  1294.      *
  1295.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1296.      */
  1297.     protected function getSecurity_PasswordEncoderService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  1303.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  1304.     }
  1305.     /**
  1306.      * Gets the public 'security.token_storage' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1309.      */
  1310.     protected function getSecurity_TokenStorageService()
  1311.     {
  1312.         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, [
  1313.             'session' => ['services''session''getSessionService'false],
  1314.         ], [
  1315.             'session' => '?',
  1316.         ]));
  1317.     }
  1318.     /**
  1319.      * Gets the public 'serializer' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\Serializer\Serializer
  1322.      */
  1323.     protected function getSerializerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1333.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1334.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1335.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1336.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1337.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1360.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1361.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1362.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => 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\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), 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()]);
  1363.     }
  1364.     /**
  1365.      * Gets the public 'services_resetter' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1368.      */
  1369.     protected function getServicesResetterService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1372.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1373.             if (isset($this->services['cache.app'])) {
  1374.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1375.             }
  1376.             if (isset($this->services['cache.system'])) {
  1377.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1378.             }
  1379.             if (isset($this->privates['cache.validator'])) {
  1380.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1381.             }
  1382.             if (isset($this->privates['cache.serializer'])) {
  1383.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1384.             }
  1385.             if (isset($this->privates['cache.annotations'])) {
  1386.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1387.             }
  1388.             if (isset($this->privates['cache.property_info'])) {
  1389.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1390.             }
  1391.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1392.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1393.             }
  1394.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1395.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1396.             }
  1397.             if (isset($this->services['profiler'])) {
  1398.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1399.             }
  1400.             if (isset($this->services['validator'])) {
  1401.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1402.             }
  1403.             if (isset($this->privates['debug.stopwatch'])) {
  1404.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1405.             }
  1406.             if (isset($this->services['event_dispatcher'])) {
  1407.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1408.             }
  1409.             if (isset($this->services['doctrine'])) {
  1410.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1411.             }
  1412.             if (isset($this->privates['form.type.entity'])) {
  1413.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1414.             }
  1415.             if (isset($this->services['security.token_storage'])) {
  1416.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1417.             }
  1418.             if (isset($this->privates['cache.security_expression_language'])) {
  1419.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1420.             }
  1421.             if (isset($this->privates['twig.form.engine'])) {
  1422.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1423.             }
  1424.             if (isset($this->privates['monolog.handler.main'])) {
  1425.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1426.             }
  1427.             if (isset($this->privates['monolog.handler.console'])) {
  1428.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1429.             }
  1430.             if (isset($this->privates['.debug.http_client'])) {
  1431.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1432.             }
  1433.         }, function () {
  1434.             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->privates['mailer.logger_message_listener'])) + (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['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1435.         }), ['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'], 'mailer.logger_message_listener' => [=> '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'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1436.     }
  1437.     /**
  1438.      * Gets the public 'session' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1441.      */
  1442.     protected function getSessionService()
  1443.     {
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1446.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1447.     }
  1448.     /**
  1449.      * Gets the public 'translator' shared service.
  1450.      *
  1451.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1452.      */
  1453.     protected function getTranslatorService()
  1454.     {
  1455.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1456.     }
  1457.     /**
  1458.      * Gets the public 'twig' shared service.
  1459.      *
  1460.      * @return \Twig\Environment
  1461.      */
  1462.     protected function getTwigService()
  1463.     {
  1464.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1465.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1479.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1483.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1484.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1485.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1486.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1487.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1488.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1489.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1490.         $f->setEnvironment('dev');
  1491.         $f->setDebug(true);
  1492.         if ($this->has('security.token_storage')) {
  1493.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1494.         }
  1495.         if ($this->has('request_stack')) {
  1496.             $f->setRequestStack($c);
  1497.         }
  1498.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1499.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1500.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1501.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1502.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1503.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1504.         $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)), [])));
  1505.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1506.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1507.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1508.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1509.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1510.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1511.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1512.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1513.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1514.         $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())));
  1515.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1516.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1517.         $instance->addGlobal('app'$f);
  1518.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1519.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1520.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1521.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1522.         ], [
  1523.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1524.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1525.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1526.         ])));
  1527.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1528.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1529.         $instance->registerUndefinedTokenParserCallback([=> $g=> 'suggestTag']);
  1530.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1531.         return $instance;
  1532.     }
  1533.     /**
  1534.      * Gets the public 'twig.controller.exception' shared service.
  1535.      *
  1536.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1537.      *
  1538.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1539.      */
  1540.     protected function getTwig_Controller_ExceptionService()
  1541.     {
  1542.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1543.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1544.     }
  1545.     /**
  1546.      * Gets the public 'twig.controller.preview_error' shared service.
  1547.      *
  1548.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1549.      *
  1550.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1551.      */
  1552.     protected function getTwig_Controller_PreviewErrorService()
  1553.     {
  1554.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1555.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1556.     }
  1557.     /**
  1558.      * Gets the public 'validator' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1561.      */
  1562.     protected function getValidatorService()
  1563.     {
  1564.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1565.     }
  1566.     /**
  1567.      * Gets the public 'var_dumper.cloner' shared service.
  1568.      *
  1569.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1570.      */
  1571.     protected function getVarDumper_ClonerService()
  1572.     {
  1573.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1574.         $instance->setMaxItems(2500);
  1575.         $instance->setMinDepth(1);
  1576.         $instance->setMaxString(-1);
  1577.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1578.         return $instance;
  1579.     }
  1580.     /**
  1581.      * Gets the public 'web_profiler.controller.exception' shared service.
  1582.      *
  1583.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  1584.      *
  1585.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  1586.      */
  1587.     protected function getWebProfiler_Controller_ExceptionService()
  1588.     {
  1589.         @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);
  1590.         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()));
  1591.     }
  1592.     /**
  1593.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1594.      *
  1595.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1596.      */
  1597.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1598.     {
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1600.         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()));
  1601.     }
  1602.     /**
  1603.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1604.      *
  1605.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1606.      */
  1607.     protected function getWebProfiler_Controller_ProfilerService()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1610.         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));
  1611.     }
  1612.     /**
  1613.      * Gets the public 'web_profiler.controller.router' shared service.
  1614.      *
  1615.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1616.      */
  1617.     protected function getWebProfiler_Controller_RouterService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1620.         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 () {
  1621.             return new \EmptyIterator();
  1622.         }, 0));
  1623.     }
  1624.     /**
  1625.      * Gets the private '.debug.http_client' shared service.
  1626.      *
  1627.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1628.      */
  1629.     protected function get_Debug_HttpClientService()
  1630.     {
  1631.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1632.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1633.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1634.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1635.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1636.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1637.         $a->setLogger($b);
  1638.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1639.     }
  1640.     /**
  1641.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1642.      *
  1643.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1644.      */
  1645.     protected function get_LegacyResolveControllerNameSubscriberService()
  1646.     {
  1647.         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);
  1648.     }
  1649.     /**
  1650.      * Gets the private '.service_locator.hqqS6jx' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1653.      */
  1654.     protected function get_ServiceLocator_HqqS6jxService()
  1655.     {
  1656.         return $this->privates['.service_locator.hqqS6jx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1657.             'apiService' => ['privates''App\\Service\\ApiService''getApiServiceService'false],
  1658.         ], [
  1659.             'apiService' => 'App\\Service\\ApiService',
  1660.         ]);
  1661.     }
  1662.     /**
  1663.      * Gets the private '.service_locator.tb09qBc' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1666.      */
  1667.     protected function get_ServiceLocator_Tb09qBcService()
  1668.     {
  1669.         return $this->privates['.service_locator.tb09qBc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1670.             'App\\Controller\\ApiController::autocomplete' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1671.             'App\\Controller\\ApiController::countries' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1672.             'App\\Controller\\ApiController::countriesCount' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1673.             'App\\Controller\\ApiController::departments' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1674.             'App\\Controller\\ApiController::departmentsCount' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1675.             'App\\Controller\\ApiController::functions' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1676.             'App\\Controller\\ApiController::industries' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1677.             'App\\Controller\\ApiController::jobs' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1678.             'App\\Controller\\ApiController:autocomplete' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1679.             'App\\Controller\\ApiController:countries' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1680.             'App\\Controller\\ApiController:countriesCount' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1681.             'App\\Controller\\ApiController:departments' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1682.             'App\\Controller\\ApiController:departmentsCount' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1683.             'App\\Controller\\ApiController:functions' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1684.             'App\\Controller\\ApiController:industries' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1685.             'App\\Controller\\ApiController:jobs' => ['privates''.service_locator.hqqS6jx''get_ServiceLocator_HqqS6jxService'false],
  1686.         ], [
  1687.             'App\\Controller\\ApiController::autocomplete' => '?',
  1688.             'App\\Controller\\ApiController::countries' => '?',
  1689.             'App\\Controller\\ApiController::countriesCount' => '?',
  1690.             'App\\Controller\\ApiController::departments' => '?',
  1691.             'App\\Controller\\ApiController::departmentsCount' => '?',
  1692.             'App\\Controller\\ApiController::functions' => '?',
  1693.             'App\\Controller\\ApiController::industries' => '?',
  1694.             'App\\Controller\\ApiController::jobs' => '?',
  1695.             'App\\Controller\\ApiController:autocomplete' => '?',
  1696.             'App\\Controller\\ApiController:countries' => '?',
  1697.             'App\\Controller\\ApiController:countriesCount' => '?',
  1698.             'App\\Controller\\ApiController:departments' => '?',
  1699.             'App\\Controller\\ApiController:departmentsCount' => '?',
  1700.             'App\\Controller\\ApiController:functions' => '?',
  1701.             'App\\Controller\\ApiController:industries' => '?',
  1702.             'App\\Controller\\ApiController:jobs' => '?',
  1703.         ]);
  1704.     }
  1705.     /**
  1706.      * Gets the private 'App\Command\SegulaEsJobsCommand' shared autowired service.
  1707.      *
  1708.      * @return \App\Command\SegulaEsJobsCommand
  1709.      */
  1710.     protected function getSegulaEsJobsCommandService()
  1711.     {
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1713.         include_once \dirname(__DIR__4).'/src/Command/SegulaEsJobsCommand.php';
  1714.         $this->privates['App\\Command\\SegulaEsJobsCommand'] = $instance = new \App\Command\SegulaEsJobsCommand(($this->privates['App\\Service\\ApiService'] ?? $this->getApiServiceService()));
  1715.         $instance->setName('segula:esjobs');
  1716.         return $instance;
  1717.     }
  1718.     /**
  1719.      * Gets the private 'App\Command\SegulaJobsCommand' shared autowired service.
  1720.      *
  1721.      * @return \App\Command\SegulaJobsCommand
  1722.      */
  1723.     protected function getSegulaJobsCommandService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1726.         include_once \dirname(__DIR__4).'/src/Command/SegulaJobsCommand.php';
  1727.         $this->privates['App\\Command\\SegulaJobsCommand'] = $instance = new \App\Command\SegulaJobsCommand(($this->privates['App\\Service\\ApiService'] ?? $this->getApiServiceService()));
  1728.         $instance->setName('segula:jobs');
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  1733.      *
  1734.      * @return \App\Repository\JobRepository
  1735.      */
  1736.     protected function getJobRepositoryService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1743.         include_once \dirname(__DIR__4).'/src/Repository/JobRepository.php';
  1744.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1745.     }
  1746.     /**
  1747.      * Gets the private 'App\Service\ApiService' shared autowired service.
  1748.      *
  1749.      * @return \App\Service\ApiService
  1750.      */
  1751.     protected function getApiServiceService()
  1752.     {
  1753.         include_once \dirname(__DIR__4).'/src/Service/ApiService.php';
  1754.         return $this->privates['App\\Service\\ApiService'] = new \App\Service\ApiService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->getEnv('FRONT_URL'), $this->getEnv('SR_API_KEY'), $this->parameters['app']);
  1755.     }
  1756.     /**
  1757.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  1758.      *
  1759.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  1760.      */
  1761.     protected function getManagerRegistryAwareConnectionProviderService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  1765.         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'));
  1766.     }
  1767.     /**
  1768.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  1769.      *
  1770.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  1771.      */
  1772.     protected function getRunSqlCommandService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  1776.         $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()));
  1777.         $instance->setName('dbal:run-sql');
  1778.         return $instance;
  1779.     }
  1780.     /**
  1781.      * Gets the private 'annotations.cache_adapter' shared service.
  1782.      *
  1783.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1784.      */
  1785.     protected function getAnnotations_CacheAdapterService()
  1786.     {
  1787.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1788.     }
  1789.     /**
  1790.      * Gets the private 'annotations.cache_warmer' shared service.
  1791.      *
  1792.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  1793.      */
  1794.     protected function getAnnotations_CacheWarmerService()
  1795.     {
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  1799.         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);
  1800.     }
  1801.     /**
  1802.      * Gets the private 'annotations.cached_reader' shared service.
  1803.      *
  1804.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1805.      */
  1806.     protected function getAnnotations_CachedReaderService()
  1807.     {
  1808.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1809.     }
  1810.     /**
  1811.      * Gets the private 'annotations.reader' shared service.
  1812.      *
  1813.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1814.      */
  1815.     protected function getAnnotations_ReaderService()
  1816.     {
  1817.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1818.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1819.         $a->registerUniqueLoader('class_exists');
  1820.         $instance->addGlobalIgnoredName('required'$a);
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the private 'cache.annotations' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1827.      */
  1828.     protected function getCache_AnnotationsService()
  1829.     {
  1830.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AtCSChySlq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1836.      */
  1837.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1838.     {
  1839.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1840.     }
  1841.     /**
  1842.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1845.      */
  1846.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1847.     {
  1848.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1849.     }
  1850.     /**
  1851.      * Gets the private 'cache.property_info' shared service.
  1852.      *
  1853.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1854.      */
  1855.     protected function getCache_PropertyInfoService()
  1856.     {
  1857.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jgTKMvgiEa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1858.     }
  1859.     /**
  1860.      * Gets the private 'cache.security_expression_language' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1863.      */
  1864.     protected function getCache_SecurityExpressionLanguageService()
  1865.     {
  1866.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0Q+uiUHcWy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1867.     }
  1868.     /**
  1869.      * Gets the private 'cache.serializer' shared service.
  1870.      *
  1871.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1872.      */
  1873.     protected function getCache_SerializerService()
  1874.     {
  1875.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mYAdpghROL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1876.     }
  1877.     /**
  1878.      * Gets the private 'cache.validator' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1881.      */
  1882.     protected function getCache_ValidatorService()
  1883.     {
  1884.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DUR48UPuF2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1885.     }
  1886.     /**
  1887.      * Gets the private 'config_cache_factory' shared service.
  1888.      *
  1889.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1890.      */
  1891.     protected function getConfigCacheFactoryService()
  1892.     {
  1893.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1894.             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)));
  1895.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1896.         }, 2));
  1897.     }
  1898.     /**
  1899.      * Gets the private 'console.command.about' shared service.
  1900.      *
  1901.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  1902.      */
  1903.     protected function getConsole_Command_AboutService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  1907.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  1908.         $instance->setName('about');
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the private 'console.command.assets_install' shared service.
  1913.      *
  1914.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  1915.      */
  1916.     protected function getConsole_Command_AssetsInstallService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1921.         $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));
  1922.         $instance->setName('assets:install');
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the private 'console.command.cache_clear' shared service.
  1927.      *
  1928.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  1929.      */
  1930.     protected function getConsole_Command_CacheClearService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1935.         $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())));
  1936.         $instance->setName('cache:clear');
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the private 'console.command.cache_pool_clear' shared service.
  1941.      *
  1942.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  1943.      */
  1944.     protected function getConsole_Command_CachePoolClearService()
  1945.     {
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  1948.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  1949.         $instance->setName('cache:pool:clear');
  1950.         return $instance;
  1951.     }
  1952.     /**
  1953.      * Gets the private 'console.command.cache_pool_delete' shared service.
  1954.      *
  1955.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  1956.      */
  1957.     protected function getConsole_Command_CachePoolDeleteService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  1961.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  1962.         $instance->setName('cache:pool:delete');
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the private 'console.command.cache_pool_list' shared service.
  1967.      *
  1968.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  1969.      */
  1970.     protected function getConsole_Command_CachePoolListService()
  1971.     {
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  1974.         $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.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  1975.         $instance->setName('cache:pool:list');
  1976.         return $instance;
  1977.     }
  1978.     /**
  1979.      * Gets the private 'console.command.cache_pool_prune' shared service.
  1980.      *
  1981.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  1982.      */
  1983.     protected function getConsole_Command_CachePoolPruneService()
  1984.     {
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  1987.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  1988.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  1989.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  1990.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  1991.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  1992.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  1993.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  1994.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  1995.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  1996.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  1997.         }, 9));
  1998.         $instance->setName('cache:pool:prune');
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the private 'console.command.cache_warmup' shared service.
  2003.      *
  2004.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2005.      */
  2006.     protected function getConsole_Command_CacheWarmupService()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2010.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2011.         $instance->setName('cache:warmup');
  2012.         return $instance;
  2013.     }
  2014.     /**
  2015.      * Gets the private 'console.command.config_debug' shared service.
  2016.      *
  2017.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2018.      */
  2019.     protected function getConsole_Command_ConfigDebugService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2025.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2026.         $instance->setName('debug:config');
  2027.         return $instance;
  2028.     }
  2029.     /**
  2030.      * Gets the private 'console.command.config_dump_reference' shared service.
  2031.      *
  2032.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2033.      */
  2034.     protected function getConsole_Command_ConfigDumpReferenceService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2040.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2041.         $instance->setName('config:dump-reference');
  2042.         return $instance;
  2043.     }
  2044.     /**
  2045.      * Gets the private 'console.command.container_debug' shared service.
  2046.      *
  2047.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2048.      */
  2049.     protected function getConsole_Command_ContainerDebugService()
  2050.     {
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2053.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2054.         $instance->setName('debug:container');
  2055.         return $instance;
  2056.     }
  2057.     /**
  2058.      * Gets the private 'console.command.container_lint' shared service.
  2059.      *
  2060.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2061.      */
  2062.     protected function getConsole_Command_ContainerLintService()
  2063.     {
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2066.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2067.         $instance->setName('lint:container');
  2068.         return $instance;
  2069.     }
  2070.     /**
  2071.      * Gets the private 'console.command.debug_autowiring' shared service.
  2072.      *
  2073.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2074.      */
  2075.     protected function getConsole_Command_DebugAutowiringService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2080.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2081.         $instance->setName('debug:autowiring');
  2082.         return $instance;
  2083.     }
  2084.     /**
  2085.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2086.      *
  2087.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2088.      */
  2089.     protected function getConsole_Command_EventDispatcherDebugService()
  2090.     {
  2091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2093.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2094.         $instance->setName('debug:event-dispatcher');
  2095.         return $instance;
  2096.     }
  2097.     /**
  2098.      * Gets the private 'console.command.form_debug' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Form\Command\DebugCommand
  2101.      */
  2102.     protected function getConsole_Command_FormDebugService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2106.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> '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'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2107.         $instance->setName('debug:form');
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the private 'console.command.router_debug' shared service.
  2112.      *
  2113.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2114.      */
  2115.     protected function getConsole_Command_RouterDebugService()
  2116.     {
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2119.         $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()));
  2120.         $instance->setName('debug:router');
  2121.         return $instance;
  2122.     }
  2123.     /**
  2124.      * Gets the private 'console.command.router_match' shared service.
  2125.      *
  2126.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2127.      */
  2128.     protected function getConsole_Command_RouterMatchService()
  2129.     {
  2130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2132.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2133.         $instance->setName('router:match');
  2134.         return $instance;
  2135.     }
  2136.     /**
  2137.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2138.      *
  2139.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2140.      */
  2141.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2142.     {
  2143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2149.         $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')))));
  2150.         $instance->setName('secrets:decrypt-to-local');
  2151.         return $instance;
  2152.     }
  2153.     /**
  2154.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2155.      *
  2156.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2157.      */
  2158.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2166.         $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')))));
  2167.         $instance->setName('secrets:encrypt-from-local');
  2168.         return $instance;
  2169.     }
  2170.     /**
  2171.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2172.      *
  2173.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2174.      */
  2175.     protected function getConsole_Command_SecretsGenerateKeyService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2183.         $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')))));
  2184.         $instance->setName('secrets:generate-keys');
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the private 'console.command.secrets_list' shared service.
  2189.      *
  2190.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2191.      */
  2192.     protected function getConsole_Command_SecretsListService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2200.         $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')))));
  2201.         $instance->setName('secrets:list');
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the private 'console.command.secrets_remove' shared service.
  2206.      *
  2207.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2208.      */
  2209.     protected function getConsole_Command_SecretsRemoveService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2217.         $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')))));
  2218.         $instance->setName('secrets:remove');
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the private 'console.command.secrets_set' shared service.
  2223.      *
  2224.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2225.      */
  2226.     protected function getConsole_Command_SecretsSetService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2234.         $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')))));
  2235.         $instance->setName('secrets:set');
  2236.         return $instance;
  2237.     }
  2238.     /**
  2239.      * Gets the private 'console.command.translation_debug' shared service.
  2240.      *
  2241.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2242.      */
  2243.     protected function getConsole_Command_TranslationDebugService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2247.         $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/Email'), => (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2248.         $instance->setName('debug:translation');
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the private 'console.command.translation_update' shared service.
  2253.      *
  2254.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2255.      */
  2256.     protected function getConsole_Command_TranslationUpdateService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2274.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2275.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2276.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2277.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2278.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2279.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2280.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2281.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2282.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2283.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2284.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2285.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2286.         $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/Email'), => (\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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2287.         $instance->setName('translation:update');
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'console.command.xliff_lint' shared service.
  2292.      *
  2293.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2294.      */
  2295.     protected function getConsole_Command_XliffLintService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2300.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2301.         $instance->setName('lint:xliff');
  2302.         return $instance;
  2303.     }
  2304.     /**
  2305.      * Gets the private 'console.command.yaml_lint' shared service.
  2306.      *
  2307.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2308.      */
  2309.     protected function getConsole_Command_YamlLintService()
  2310.     {
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2314.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2315.         $instance->setName('lint:yaml');
  2316.         return $instance;
  2317.     }
  2318.     /**
  2319.      * Gets the private 'console.error_listener' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2322.      */
  2323.     protected function getConsole_ErrorListenerService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2326.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2328.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2329.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2330.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2331.     }
  2332.     /**
  2333.      * Gets the private 'container.env_var_processor' shared service.
  2334.      *
  2335.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2336.      */
  2337.     protected function getContainer_EnvVarProcessorService()
  2338.     {
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2341.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2342.             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'))));
  2343.         }, 1));
  2344.     }
  2345.     /**
  2346.      * Gets the private 'data_collector.form' shared service.
  2347.      *
  2348.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2349.      */
  2350.     protected function getDataCollector_FormService()
  2351.     {
  2352.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2353.     }
  2354.     /**
  2355.      * Gets the private 'debug.argument_resolver.default' shared service.
  2356.      *
  2357.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2358.      */
  2359.     protected function getDebug_ArgumentResolver_DefaultService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  2364.         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))));
  2365.     }
  2366.     /**
  2367.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2370.      */
  2371.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2372.     {
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  2376.         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.tb09qBc'] ?? $this->get_ServiceLocator_Tb09qBcService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'debug.argument_resolver.request' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2382.      */
  2383.     protected function getDebug_ArgumentResolver_RequestService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  2388.         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))));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2392.      *
  2393.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2394.      */
  2395.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  2400.         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))));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'debug.argument_resolver.service' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2406.      */
  2407.     protected function getDebug_ArgumentResolver_ServiceService()
  2408.     {
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2412.         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.tb09qBc'] ?? $this->get_ServiceLocator_Tb09qBcService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'debug.argument_resolver.session' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2418.      */
  2419.     protected function getDebug_ArgumentResolver_SessionService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  2424.         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))));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2430.      */
  2431.     protected function getDebug_ArgumentResolver_VariadicService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  2436.         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))));
  2437.     }
  2438.     /**
  2439.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2442.      */
  2443.     protected function getDebug_DebugHandlersListenerService()
  2444.     {
  2445.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2446.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2447.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2448.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2450.         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);
  2451.     }
  2452.     /**
  2453.      * Gets the private 'debug.dump_listener' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2456.      */
  2457.     protected function getDebug_DumpListenerService()
  2458.     {
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  2461.         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()));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'debug.file_link_formatter' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2467.      */
  2468.     protected function getDebug_FileLinkFormatterService()
  2469.     {
  2470.         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 () {
  2471.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  2472.         });
  2473.     }
  2474.     /**
  2475.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  2476.      *
  2477.      * @return \string
  2478.      */
  2479.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  2480.     {
  2481.         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');
  2482.     }
  2483.     /**
  2484.      * Gets the private 'debug.log_processor' shared service.
  2485.      *
  2486.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2487.      */
  2488.     protected function getDebug_LogProcessorService()
  2489.     {
  2490.         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())));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2496.      */
  2497.     protected function getDebug_Security_Access_DecisionManagerService()
  2498.     {
  2499.         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 () {
  2500.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  2501.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  2502.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  2503.         }, 3), 'affirmative'falsetrue));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'debug.security.firewall' shared service.
  2507.      *
  2508.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2509.      */
  2510.     protected function getDebug_Security_FirewallService()
  2511.     {
  2512.         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()));
  2513.     }
  2514.     /**
  2515.      * Gets the private 'debug.security.user_value_resolver' shared service.
  2516.      *
  2517.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2518.      */
  2519.     protected function getDebug_Security_UserValueResolverService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  2524.         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))));
  2525.     }
  2526.     /**
  2527.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2530.      */
  2531.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  2536.         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()));
  2537.     }
  2538.     /**
  2539.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2542.      */
  2543.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  2548.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2549.     }
  2550.     /**
  2551.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2554.      */
  2555.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  2560.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  2564.      *
  2565.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  2566.      */
  2567.     protected function getDebug_Security_Voter_VoteListenerService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  2570.         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()));
  2571.     }
  2572.     /**
  2573.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  2574.      *
  2575.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  2576.      */
  2577.     protected function getDoctrine_CacheClearMetadataCommandService()
  2578.     {
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  2584.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2585.         $instance->setName('doctrine:cache:clear-metadata');
  2586.         return $instance;
  2587.     }
  2588.     /**
  2589.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  2590.      *
  2591.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  2592.      */
  2593.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  2594.     {
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  2600.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2601.         $instance->setName('doctrine:cache:clear-query');
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  2606.      *
  2607.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  2608.      */
  2609.     protected function getDoctrine_CacheClearResultCommandService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  2616.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2617.         $instance->setName('doctrine:cache:clear-result');
  2618.         return $instance;
  2619.     }
  2620.     /**
  2621.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  2622.      *
  2623.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  2624.      */
  2625.     protected function getDoctrine_CacheCollectionRegionCommandService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  2632.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2633.         $instance->setName('doctrine:cache:clear-collection-region');
  2634.         return $instance;
  2635.     }
  2636.     /**
  2637.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  2638.      *
  2639.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  2640.      */
  2641.     protected function getDoctrine_ClearEntityRegionCommandService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  2648.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2649.         $instance->setName('doctrine:cache:clear-entity-region');
  2650.         return $instance;
  2651.     }
  2652.     /**
  2653.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  2654.      *
  2655.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  2656.      */
  2657.     protected function getDoctrine_ClearQueryRegionCommandService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  2664.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2665.         $instance->setName('doctrine:cache:clear-query-region');
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the private 'doctrine.database_create_command' shared service.
  2670.      *
  2671.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  2672.      */
  2673.     protected function getDoctrine_DatabaseCreateCommandService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  2678.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2679.         $instance->setName('doctrine:database:create');
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the private 'doctrine.database_drop_command' shared service.
  2684.      *
  2685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  2686.      */
  2687.     protected function getDoctrine_DatabaseDropCommandService()
  2688.     {
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  2692.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2693.         $instance->setName('doctrine:database:drop');
  2694.         return $instance;
  2695.     }
  2696.     /**
  2697.      * Gets the private 'doctrine.database_import_command' shared service.
  2698.      *
  2699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  2700.      */
  2701.     protected function getDoctrine_DatabaseImportCommandService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  2706.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  2707.         $instance->setName('doctrine:database:import');
  2708.         return $instance;
  2709.     }
  2710.     /**
  2711.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  2712.      *
  2713.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  2714.      */
  2715.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  2716.     {
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  2722.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2723.         $instance->setName('doctrine:ensure-production-settings');
  2724.         return $instance;
  2725.     }
  2726.     /**
  2727.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  2728.      *
  2729.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  2730.      */
  2731.     protected function getDoctrine_MappingConvertCommandService()
  2732.     {
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  2738.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2739.         $instance->setName('doctrine:mapping:convert');
  2740.         return $instance;
  2741.     }
  2742.     /**
  2743.      * Gets the private 'doctrine.mapping_import_command' shared service.
  2744.      *
  2745.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  2746.      */
  2747.     protected function getDoctrine_MappingImportCommandService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  2752.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  2753.         $instance->setName('doctrine:mapping:import');
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'doctrine.mapping_info_command' shared service.
  2758.      *
  2759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  2760.      */
  2761.     protected function getDoctrine_MappingInfoCommandService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  2768.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2769.         $instance->setName('doctrine:mapping:info');
  2770.         return $instance;
  2771.     }
  2772.     /**
  2773.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  2774.      *
  2775.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  2776.      */
  2777.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  2781.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  2782.     }
  2783.     /**
  2784.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2785.      *
  2786.      * @return \Doctrine\Migrations\DependencyFactory
  2787.      */
  2788.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2789.     {
  2790.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2791.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2792.         $a->setAllOrNothing(false);
  2793.         $a->setCheckDatabasePlatform(true);
  2794.         $a->setTransactional(true);
  2795.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2796.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2797.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2798.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  2799.         });
  2800.         return $instance;
  2801.     }
  2802.     /**
  2803.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  2804.      *
  2805.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  2806.      */
  2807.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  2808.     {
  2809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  2811.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2812.     }
  2813.     /**
  2814.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2815.      *
  2816.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2817.      */
  2818.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2819.     {
  2820.         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')]);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  2824.      *
  2825.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  2826.      */
  2827.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  2830.         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()));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  2834.      *
  2835.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2836.      */
  2837.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  2840.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2841.     }
  2842.     /**
  2843.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  2844.      *
  2845.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  2846.      */
  2847.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  2851.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2852.     }
  2853.     /**
  2854.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  2855.      *
  2856.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  2857.      */
  2858.     protected function getDoctrine_Orm_Validator_UniqueService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  2863.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'doctrine.query_dql_command' shared service.
  2867.      *
  2868.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  2869.      */
  2870.     protected function getDoctrine_QueryDqlCommandService()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  2877.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2878.         $instance->setName('doctrine:query:dql');
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the private 'doctrine.query_sql_command' shared service.
  2883.      *
  2884.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  2885.      */
  2886.     protected function getDoctrine_QuerySqlCommandService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  2891.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2892.         $instance->setName('doctrine:query:sql');
  2893.         return $instance;
  2894.     }
  2895.     /**
  2896.      * Gets the private 'doctrine.schema_create_command' shared service.
  2897.      *
  2898.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  2899.      */
  2900.     protected function getDoctrine_SchemaCreateCommandService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  2908.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2909.         $instance->setName('doctrine:schema:create');
  2910.         return $instance;
  2911.     }
  2912.     /**
  2913.      * Gets the private 'doctrine.schema_drop_command' shared service.
  2914.      *
  2915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  2916.      */
  2917.     protected function getDoctrine_SchemaDropCommandService()
  2918.     {
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  2925.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2926.         $instance->setName('doctrine:schema:drop');
  2927.         return $instance;
  2928.     }
  2929.     /**
  2930.      * Gets the private 'doctrine.schema_update_command' shared service.
  2931.      *
  2932.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  2933.      */
  2934.     protected function getDoctrine_SchemaUpdateCommandService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  2942.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2943.         $instance->setName('doctrine:schema:update');
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the private 'doctrine.schema_validate_command' shared service.
  2948.      *
  2949.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  2950.      */
  2951.     protected function getDoctrine_SchemaValidateCommandService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  2955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  2958.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  2959.         $instance->setName('doctrine:schema:validate');
  2960.         return $instance;
  2961.     }
  2962.     /**
  2963.      * Gets the private 'doctrine_migrations.current_command' shared service.
  2964.      *
  2965.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  2966.      */
  2967.     protected function getDoctrineMigrations_CurrentCommandService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  2972.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  2973.         $instance->setName('doctrine:migrations:current');
  2974.         return $instance;
  2975.     }
  2976.     /**
  2977.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  2978.      *
  2979.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  2980.      */
  2981.     protected function getDoctrineMigrations_DiffCommandService()
  2982.     {
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  2986.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  2987.         $instance->setName('doctrine:migrations:diff');
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  2992.      *
  2993.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  2994.      */
  2995.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3000.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3001.         $instance->setName('doctrine:migrations:dump-schema');
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3006.      *
  3007.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3008.      */
  3009.     protected function getDoctrineMigrations_ExecuteCommandService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3014.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3015.         $instance->setName('doctrine:migrations:execute');
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3020.      *
  3021.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3022.      */
  3023.     protected function getDoctrineMigrations_GenerateCommandService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3028.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3029.         $instance->setName('doctrine:migrations:generate');
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3034.      *
  3035.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3036.      */
  3037.     protected function getDoctrineMigrations_LatestCommandService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3042.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3043.         $instance->setName('doctrine:migrations:latest');
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3048.      *
  3049.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3050.      */
  3051.     protected function getDoctrineMigrations_MigrateCommandService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3056.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3057.         $instance->setName('doctrine:migrations:migrate');
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3062.      *
  3063.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3064.      */
  3065.     protected function getDoctrineMigrations_RollupCommandService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3070.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3071.         $instance->setName('doctrine:migrations:rollup');
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3076.      *
  3077.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3078.      */
  3079.     protected function getDoctrineMigrations_StatusCommandService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3084.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3085.         $instance->setName('doctrine:migrations:status');
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3090.      *
  3091.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3092.      */
  3093.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3098.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3099.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3100.         return $instance;
  3101.     }
  3102.     /**
  3103.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3104.      *
  3105.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3106.      */
  3107.     protected function getDoctrineMigrations_UpToDateCommandService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3112.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3113.         $instance->setName('doctrine:migrations:up-to-date');
  3114.         return $instance;
  3115.     }
  3116.     /**
  3117.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3118.      *
  3119.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3120.      */
  3121.     protected function getDoctrineMigrations_VersionCommandService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3126.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3127.         $instance->setName('doctrine:migrations:version');
  3128.         return $instance;
  3129.     }
  3130.     /**
  3131.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3132.      *
  3133.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3134.      */
  3135.     protected function getDoctrineMigrations_VersionsCommandService()
  3136.     {
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3140.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3141.         $instance->setName('doctrine:migrations:list');
  3142.         return $instance;
  3143.     }
  3144.     /**
  3145.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3146.      *
  3147.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3148.      */
  3149.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3153.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3154.         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()));
  3155.     }
  3156.     /**
  3157.      * Gets the private 'exception_listener' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3160.      */
  3161.     protected function getExceptionListenerService()
  3162.     {
  3163.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3164.     }
  3165.     /**
  3166.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3167.      *
  3168.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3169.      */
  3170.     protected function getForm_ChoiceListFactory_CachedService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3176.         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())));
  3177.     }
  3178.     /**
  3179.      * Gets the private 'form.registry' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\Form\FormRegistry
  3182.      */
  3183.     protected function getForm_RegistryService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3192.         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, [
  3193.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3194.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3195.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3196.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3197.         ], [
  3198.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3199.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3202.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3203.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3204.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3205.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3206.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3207.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3208.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3209.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3210.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3211.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3212.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3213.         }, 1)], new RewindableGenerator(function () {
  3214.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3215.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3216.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3217.     }
  3218.     /**
  3219.      * Gets the private 'form.server_params' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Form\Util\ServerParams
  3222.      */
  3223.     protected function getForm_ServerParamsService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3226.         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())));
  3227.     }
  3228.     /**
  3229.      * Gets the private 'form.type.choice' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3232.      */
  3233.     protected function getForm_Type_ChoiceService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3238.         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()));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'form.type.entity' shared service.
  3242.      *
  3243.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3244.      */
  3245.     protected function getForm_Type_EntityService()
  3246.     {
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3251.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3252.     }
  3253.     /**
  3254.      * Gets the private 'form.type.form' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3257.      */
  3258.     protected function getForm_Type_FormService()
  3259.     {
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3264.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3265.     }
  3266.     /**
  3267.      * Gets the private 'form.type_extension.csrf' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3270.      */
  3271.     protected function getForm_TypeExtension_CsrfService()
  3272.     {
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3276.         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()));
  3277.     }
  3278.     /**
  3279.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3282.      */
  3283.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3288.         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()));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3294.      */
  3295.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3296.     {
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3302.         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())));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3308.      */
  3309.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3314.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3315.     }
  3316.     /**
  3317.      * Gets the private 'form.type_extension.form.validator' shared service.
  3318.      *
  3319.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3320.      */
  3321.     protected function getForm_TypeExtension_Form_ValidatorService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3327.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3328.     }
  3329.     /**
  3330.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3333.      */
  3334.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3339.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3340.     }
  3341.     /**
  3342.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3343.      *
  3344.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3345.      */
  3346.     protected function getForm_TypeGuesser_DoctrineService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3350.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3351.     }
  3352.     /**
  3353.      * Gets the private 'form.type_guesser.validator' shared service.
  3354.      *
  3355.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3356.      */
  3357.     protected function getForm_TypeGuesser_ValidatorService()
  3358.     {
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3361.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'fragment.renderer.inline' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3367.      */
  3368.     protected function getFragment_Renderer_InlineService()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3373.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3374.         $instance->setFragmentPath('/_fragment');
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3379.      *
  3380.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3381.      */
  3382.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3383.     {
  3384.         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())));
  3385.     }
  3386.     /**
  3387.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3388.      *
  3389.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3390.      */
  3391.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3392.     {
  3393.         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()));
  3394.     }
  3395.     /**
  3396.      * Gets the private 'locale_aware_listener' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3399.      */
  3400.     protected function getLocaleAwareListenerService()
  3401.     {
  3402.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3403.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3404.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3405.     }
  3406.     /**
  3407.      * Gets the private 'locale_listener' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3410.      */
  3411.     protected function getLocaleListenerService()
  3412.     {
  3413.         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()));
  3414.     }
  3415.     /**
  3416.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3417.      *
  3418.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3419.      */
  3420.     protected function getMaker_AutoCommand_MakeAuthService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3429.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3430.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3431.         $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()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  3432.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  3433.         $instance->setName('make:auth');
  3434.         return $instance;
  3435.     }
  3436.     /**
  3437.      * Gets the private 'maker.auto_command.make_command' shared service.
  3438.      *
  3439.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3440.      */
  3441.     protected function getMaker_AutoCommand_MakeCommandService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3448.         $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()));
  3449.         $instance->setDescription('Creates a new console command class');
  3450.         $instance->setName('make:command');
  3451.         return $instance;
  3452.     }
  3453.     /**
  3454.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3455.      *
  3456.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3457.      */
  3458.     protected function getMaker_AutoCommand_MakeControllerService()
  3459.     {
  3460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3465.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3466.         $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()));
  3467.         $instance->setDescription('Creates a new controller class');
  3468.         $instance->setName('make:controller');
  3469.         return $instance;
  3470.     }
  3471.     /**
  3472.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3473.      *
  3474.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3475.      */
  3476.     protected function getMaker_AutoCommand_MakeCrudService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3483.         $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()));
  3484.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  3485.         $instance->setName('make:crud');
  3486.         return $instance;
  3487.     }
  3488.     /**
  3489.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  3490.      *
  3491.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3492.      */
  3493.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  3500.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3501.         $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()));
  3502.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  3503.         $instance->setName('make:docker:database');
  3504.         return $instance;
  3505.     }
  3506.     /**
  3507.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3508.      *
  3509.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3510.      */
  3511.     protected function getMaker_AutoCommand_MakeEntityService()
  3512.     {
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  3519.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3520.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3521.         $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);
  3522.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  3523.         $instance->setName('make:entity');
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3528.      *
  3529.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3530.      */
  3531.     protected function getMaker_AutoCommand_MakeFixturesService()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  3538.         $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()));
  3539.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  3540.         $instance->setName('make:fixtures');
  3541.         return $instance;
  3542.     }
  3543.     /**
  3544.      * Gets the private 'maker.auto_command.make_form' shared service.
  3545.      *
  3546.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3547.      */
  3548.     protected function getMaker_AutoCommand_MakeFormService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  3555.         $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()));
  3556.         $instance->setDescription('Creates a new form class');
  3557.         $instance->setName('make:form');
  3558.         return $instance;
  3559.     }
  3560.     /**
  3561.      * Gets the private 'maker.auto_command.make_message' shared service.
  3562.      *
  3563.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3564.      */
  3565.     protected function getMaker_AutoCommand_MakeMessageService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  3572.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3573.         $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()));
  3574.         $instance->setDescription('Creates a new message and handler');
  3575.         $instance->setName('make:message');
  3576.         return $instance;
  3577.     }
  3578.     /**
  3579.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  3580.      *
  3581.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3582.      */
  3583.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  3584.     {
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  3590.         $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()));
  3591.         $instance->setDescription('Creates a new messenger middleware');
  3592.         $instance->setName('make:messenger-middleware');
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3597.      *
  3598.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3599.      */
  3600.     protected function getMaker_AutoCommand_MakeMigrationService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  3608.         $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()));
  3609.         $instance->setDescription('Creates a new migration based on database changes');
  3610.         $instance->setName('make:migration');
  3611.         return $instance;
  3612.     }
  3613.     /**
  3614.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3615.      *
  3616.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3617.      */
  3618.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3619.     {
  3620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  3625.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3626.         $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()));
  3627.         $instance->setDescription('Creates a new registration form system');
  3628.         $instance->setName('make:registration-form');
  3629.         return $instance;
  3630.     }
  3631.     /**
  3632.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  3633.      *
  3634.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3635.      */
  3636.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  3643.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3644.         $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()));
  3645.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  3646.         $instance->setName('make:reset-password');
  3647.         return $instance;
  3648.     }
  3649.     /**
  3650.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3651.      *
  3652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3653.      */
  3654.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3655.     {
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  3661.         $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()));
  3662.         $instance->setDescription('Creates a new serializer encoder class');
  3663.         $instance->setName('make:serializer:encoder');
  3664.         return $instance;
  3665.     }
  3666.     /**
  3667.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3668.      *
  3669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3670.      */
  3671.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  3678.         $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()));
  3679.         $instance->setDescription('Creates a new serializer normalizer class');
  3680.         $instance->setName('make:serializer:normalizer');
  3681.         return $instance;
  3682.     }
  3683.     /**
  3684.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  3685.      *
  3686.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3687.      */
  3688.     protected function getMaker_AutoCommand_MakeSubscriberService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  3696.         $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()));
  3697.         $instance->setDescription('Creates a new event subscriber class');
  3698.         $instance->setName('make:subscriber');
  3699.         return $instance;
  3700.     }
  3701.     /**
  3702.      * Gets the private 'maker.auto_command.make_test' shared service.
  3703.      *
  3704.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3705.      */
  3706.     protected function getMaker_AutoCommand_MakeTestService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  3714.         $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()));
  3715.         $instance->setDescription('Creates a new test class');
  3716.         $instance->setName('make:test');
  3717.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  3718.         return $instance;
  3719.     }
  3720.     /**
  3721.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  3722.      *
  3723.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3724.      */
  3725.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  3726.     {
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  3732.         $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()));
  3733.         $instance->setDescription('Creates a new Twig extension class');
  3734.         $instance->setName('make:twig-extension');
  3735.         return $instance;
  3736.     }
  3737.     /**
  3738.      * Gets the private 'maker.auto_command.make_user' shared service.
  3739.      *
  3740.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3741.      */
  3742.     protected function getMaker_AutoCommand_MakeUserService()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3751.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3752.         $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()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3753.         $instance->setDescription('Creates a new security user class');
  3754.         $instance->setName('make:user');
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the private 'maker.auto_command.make_validator' shared service.
  3759.      *
  3760.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3761.      */
  3762.     protected function getMaker_AutoCommand_MakeValidatorService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  3769.         $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()));
  3770.         $instance->setDescription('Creates a new validator and constraint class');
  3771.         $instance->setName('make:validator');
  3772.         return $instance;
  3773.     }
  3774.     /**
  3775.      * Gets the private 'maker.auto_command.make_voter' shared service.
  3776.      *
  3777.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3778.      */
  3779.     protected function getMaker_AutoCommand_MakeVoterService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  3786.         $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()));
  3787.         $instance->setDescription('Creates a new security voter class');
  3788.         $instance->setName('make:voter');
  3789.         return $instance;
  3790.     }
  3791.     /**
  3792.      * Gets the private 'maker.doctrine_helper' shared service.
  3793.      *
  3794.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  3795.      */
  3796.     protected function getMaker_DoctrineHelperService()
  3797.     {
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  3799.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  3800.     }
  3801.     /**
  3802.      * Gets the private 'maker.entity_class_generator' shared service.
  3803.      *
  3804.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  3805.      */
  3806.     protected function getMaker_EntityClassGeneratorService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  3809.         $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()));
  3810.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  3811.         return $instance;
  3812.     }
  3813.     /**
  3814.      * Gets the private 'maker.file_manager' shared service.
  3815.      *
  3816.      * @return \Symfony\Bundle\MakerBundle\FileManager
  3817.      */
  3818.     protected function getMaker_FileManagerService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3825.         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'));
  3826.     }
  3827.     /**
  3828.      * Gets the private 'maker.generator' shared service.
  3829.      *
  3830.      * @return \Symfony\Bundle\MakerBundle\Generator
  3831.      */
  3832.     protected function getMaker_GeneratorService()
  3833.     {
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  3836.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  3837.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  3838.     }
  3839.     /**
  3840.      * Gets the private 'maker.php_compat_util' shared service.
  3841.      *
  3842.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  3843.      */
  3844.     protected function getMaker_PhpCompatUtilService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  3847.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  3848.     }
  3849.     /**
  3850.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  3851.      *
  3852.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  3853.      */
  3854.     protected function getMaker_Renderer_FormTypeRendererService()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  3857.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3858.     }
  3859.     /**
  3860.      * Gets the private 'mime_types' shared service.
  3861.      *
  3862.      * @return \Symfony\Component\Mime\MimeTypes
  3863.      */
  3864.     protected function getMimeTypesService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  3869.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3870.         $instance->setDefault($instance);
  3871.         return $instance;
  3872.     }
  3873.     /**
  3874.      * Gets the private 'monolog.command.server_log' shared service.
  3875.      *
  3876.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  3877.      */
  3878.     protected function getMonolog_Command_ServerLogService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  3882.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  3883.         $instance->setName('server:log');
  3884.         return $instance;
  3885.     }
  3886.     /**
  3887.      * Gets the private 'monolog.handler.console' shared service.
  3888.      *
  3889.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3890.      */
  3891.     protected function getMonolog_Handler_ConsoleService()
  3892.     {
  3893.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3894.     }
  3895.     /**
  3896.      * Gets the private 'monolog.handler.main' shared service.
  3897.      *
  3898.      * @return \Monolog\Handler\StreamHandler
  3899.      */
  3900.     protected function getMonolog_Handler_MainService()
  3901.     {
  3902.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3903.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3904.         return $instance;
  3905.     }
  3906.     /**
  3907.      * Gets the private 'monolog.logger' shared service.
  3908.      *
  3909.      * @return \Symfony\Bridge\Monolog\Logger
  3910.      */
  3911.     protected function getMonolog_LoggerService()
  3912.     {
  3913.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3914.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3915.         $instance->useMicrosecondTimestamps(true);
  3916.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3917.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3919.         return $instance;
  3920.     }
  3921.     /**
  3922.      * Gets the private 'monolog.logger.cache' shared service.
  3923.      *
  3924.      * @return \Symfony\Bridge\Monolog\Logger
  3925.      */
  3926.     protected function getMonolog_Logger_CacheService()
  3927.     {
  3928.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3929.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3930.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3931.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3933.         return $instance;
  3934.     }
  3935.     /**
  3936.      * Gets the private 'monolog.logger.request' shared service.
  3937.      *
  3938.      * @return \Symfony\Bridge\Monolog\Logger
  3939.      */
  3940.     protected function getMonolog_Logger_RequestService()
  3941.     {
  3942.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3944.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3945.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the private 'monolog.logger.security' shared service.
  3951.      *
  3952.      * @return \Symfony\Bridge\Monolog\Logger
  3953.      */
  3954.     protected function getMonolog_Logger_SecurityService()
  3955.     {
  3956.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3957.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3958.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3959.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the private 'parameter_bag' shared service.
  3965.      *
  3966.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3967.      */
  3968.     protected function getParameterBagService()
  3969.     {
  3970.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3971.     }
  3972.     /**
  3973.      * Gets the private 'profiler_listener' shared service.
  3974.      *
  3975.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3976.      */
  3977.     protected function getProfilerListenerService()
  3978.     {
  3979.         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);
  3980.     }
  3981.     /**
  3982.      * Gets the private 'property_accessor' shared service.
  3983.      *
  3984.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3985.      */
  3986.     protected function getPropertyAccessorService()
  3987.     {
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  3990.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  3991.     }
  3992.     /**
  3993.      * Gets the private 'property_info' shared service.
  3994.      *
  3995.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3996.      */
  3997.     protected function getPropertyInfoService()
  3998.     {
  3999.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4000.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4001.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4002.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4003.         }, 3), new RewindableGenerator(function () {
  4004.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4005.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4006.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4007.         }, 3), new RewindableGenerator(function () {
  4008.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4009.         }, 1), new RewindableGenerator(function () {
  4010.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4011.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4012.         }, 2), new RewindableGenerator(function () {
  4013.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4014.         }, 1));
  4015.     }
  4016.     /**
  4017.      * Gets the private 'property_info.serializer_extractor' shared service.
  4018.      *
  4019.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4020.      */
  4021.     protected function getPropertyInfo_SerializerExtractorService()
  4022.     {
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4024.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4025.     }
  4026.     /**
  4027.      * Gets the private 'router.cache_warmer' shared service.
  4028.      *
  4029.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4030.      */
  4031.     protected function getRouter_CacheWarmerService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4035.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4036.             'router' => ['services''router''getRouterService'false],
  4037.         ], [
  4038.             'router' => '?',
  4039.         ]))->withContext('router.cache_warmer'$this));
  4040.     }
  4041.     /**
  4042.      * Gets the private 'router.request_context' shared service.
  4043.      *
  4044.      * @return \Symfony\Component\Routing\RequestContext
  4045.      */
  4046.     protected function getRouter_RequestContextService()
  4047.     {
  4048.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4049.     }
  4050.     /**
  4051.      * Gets the private 'router_listener' shared service.
  4052.      *
  4053.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4054.      */
  4055.     protected function getRouterListenerService()
  4056.     {
  4057.         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);
  4058.     }
  4059.     /**
  4060.      * Gets the private 'security.access_listener' shared service.
  4061.      *
  4062.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4063.      */
  4064.     protected function getSecurity_AccessListenerService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4072.         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->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4073.     }
  4074.     /**
  4075.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4076.      *
  4077.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4078.      */
  4079.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4085.         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()));
  4086.     }
  4087.     /**
  4088.      * Gets the private 'security.authentication.manager' shared service.
  4089.      *
  4090.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4091.      */
  4092.     protected function getSecurity_Authentication_ManagerService()
  4093.     {
  4094.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4095.             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'))));
  4096.         }, 1), true);
  4097.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4098.         return $instance;
  4099.     }
  4100.     /**
  4101.      * Gets the private 'security.channel_listener' shared service.
  4102.      *
  4103.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4104.      */
  4105.     protected function getSecurity_ChannelListenerService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4115.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4116.     }
  4117.     /**
  4118.      * Gets the private 'security.command.user_password_encoder' shared service.
  4119.      *
  4120.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4121.      */
  4122.     protected function getSecurity_Command_UserPasswordEncoderService()
  4123.     {
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4128.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))), []);
  4129.         $instance->setName('security:encode-password');
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the private 'security.context_listener.0' shared service.
  4134.      *
  4135.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4136.      */
  4137.     protected function getSecurity_ContextListener_0Service()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  4143.         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 () {
  4144.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  4145.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4146.     }
  4147.     /**
  4148.      * Gets the private 'security.firewall.map' shared service.
  4149.      *
  4150.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4151.      */
  4152.     protected function getSecurity_Firewall_MapService()
  4153.     {
  4154.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4155.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4156.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4157.         ], [
  4158.             'security.firewall.map.context.dev' => '?',
  4159.             'security.firewall.map.context.main' => '?',
  4160.         ]), new RewindableGenerator(function () {
  4161.             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)/')));
  4162.             yield 'security.firewall.map.context.main' => NULL;
  4163.         }, 2));
  4164.     }
  4165.     /**
  4166.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4167.      *
  4168.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4169.      */
  4170.     protected function getSecurity_Firewall_Map_Context_DevService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4174.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4175.             return new \EmptyIterator();
  4176.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  4177.     }
  4178.     /**
  4179.      * Gets the private 'security.firewall.map.context.main' shared service.
  4180.      *
  4181.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  4182.      */
  4183.     protected function getSecurity_Firewall_Map_Context_MainService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4191.         $a = ($this->services['router'] ?? $this->getRouterService());
  4192.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  4193.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4194.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4195.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4196.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4197.         }, 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))), new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i'), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  4198.     }
  4199.     /**
  4200.      * Gets the private 'security.logout_url_generator' shared service.
  4201.      *
  4202.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4203.      */
  4204.     protected function getSecurity_LogoutUrlGeneratorService()
  4205.     {
  4206.         return $this->privates['security.logout_url_generator'] = 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()));
  4207.     }
  4208.     /**
  4209.      * Gets the private 'security.validator.user_password' shared service.
  4210.      *
  4211.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4212.      */
  4213.     protected function getSecurity_Validator_UserPasswordService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4220.         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->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  4221.     }
  4222.     /**
  4223.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4224.      *
  4225.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4226.      */
  4227.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4228.     {
  4229.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4230.     }
  4231.     /**
  4232.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4233.      *
  4234.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4235.      */
  4236.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4237.     {
  4238.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4239.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4240.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4241.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4242.     }
  4243.     /**
  4244.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4245.      *
  4246.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4247.      */
  4248.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4249.     {
  4250.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4251.     }
  4252.     /**
  4253.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4254.      *
  4255.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4256.      */
  4257.     protected function getSensioFrameworkExtra_View_ListenerService()
  4258.     {
  4259.         $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))));
  4260.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4261.             'twig' => ['services''twig''getTwigService'false],
  4262.         ], [
  4263.             'twig' => 'Twig\\Environment',
  4264.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4265.         return $instance;
  4266.     }
  4267.     /**
  4268.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4269.      *
  4270.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4271.      */
  4272.     protected function getSerializer_Mapping_CacheWarmerService()
  4273.     {
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4279.         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'));
  4280.     }
  4281.     /**
  4282.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4283.      *
  4284.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4285.      */
  4286.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4294.         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()))]));
  4295.     }
  4296.     /**
  4297.      * Gets the private 'session.storage.native' shared service.
  4298.      *
  4299.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4300.      */
  4301.     protected function getSession_Storage_NativeService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  4307.         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));
  4308.     }
  4309.     /**
  4310.      * Gets the private 'session_listener' shared service.
  4311.      *
  4312.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4313.      */
  4314.     protected function getSessionListenerService()
  4315.     {
  4316.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4317.             'initialized_session' => ['services''session'NULLfalse],
  4318.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4319.             'session' => ['services''session''getSessionService'false],
  4320.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4321.         ], [
  4322.             'initialized_session' => '?',
  4323.             'request_stack' => '?',
  4324.             'session' => '?',
  4325.             'session_storage' => '?',
  4326.         ]));
  4327.     }
  4328.     /**
  4329.      * Gets the private 'translation.extractor' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4332.      */
  4333.     protected function getTranslation_ExtractorService()
  4334.     {
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  4340.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4341.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4342.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  4343.         return $instance;
  4344.     }
  4345.     /**
  4346.      * Gets the private 'translation.loader.csv' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4349.      */
  4350.     protected function getTranslation_Loader_CsvService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4356.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4357.     }
  4358.     /**
  4359.      * Gets the private 'translation.loader.dat' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4362.      */
  4363.     protected function getTranslation_Loader_DatService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4368.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4369.     }
  4370.     /**
  4371.      * Gets the private 'translation.loader.ini' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4374.      */
  4375.     protected function getTranslation_Loader_IniService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4381.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4382.     }
  4383.     /**
  4384.      * Gets the private 'translation.loader.json' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4387.      */
  4388.     protected function getTranslation_Loader_JsonService()
  4389.     {
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4394.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4395.     }
  4396.     /**
  4397.      * Gets the private 'translation.loader.mo' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4400.      */
  4401.     protected function getTranslation_Loader_MoService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4407.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4408.     }
  4409.     /**
  4410.      * Gets the private 'translation.loader.php' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4413.      */
  4414.     protected function getTranslation_Loader_PhpService()
  4415.     {
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4420.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4421.     }
  4422.     /**
  4423.      * Gets the private 'translation.loader.po' shared service.
  4424.      *
  4425.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4426.      */
  4427.     protected function getTranslation_Loader_PoService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4433.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4434.     }
  4435.     /**
  4436.      * Gets the private 'translation.loader.qt' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4439.      */
  4440.     protected function getTranslation_Loader_QtService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4444.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4445.     }
  4446.     /**
  4447.      * Gets the private 'translation.loader.res' shared service.
  4448.      *
  4449.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4450.      */
  4451.     protected function getTranslation_Loader_ResService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4455.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4456.     }
  4457.     /**
  4458.      * Gets the private 'translation.loader.xliff' shared service.
  4459.      *
  4460.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4461.      */
  4462.     protected function getTranslation_Loader_XliffService()
  4463.     {
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4466.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4467.     }
  4468.     /**
  4469.      * Gets the private 'translation.loader.yml' shared service.
  4470.      *
  4471.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4472.      */
  4473.     protected function getTranslation_Loader_YmlService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4479.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  4480.     }
  4481.     /**
  4482.      * Gets the private 'translation.reader' shared service.
  4483.      *
  4484.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  4485.      */
  4486.     protected function getTranslation_ReaderService()
  4487.     {
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4504.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  4505.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4506.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4507.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4508.         $instance->addLoader('yaml'$a);
  4509.         $instance->addLoader('yml'$a);
  4510.         $instance->addLoader('xlf'$b);
  4511.         $instance->addLoader('xliff'$b);
  4512.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4513.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4514.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4515.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4516.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4517.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4518.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4519.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the private 'translation.warmer' shared service.
  4524.      *
  4525.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  4526.      */
  4527.     protected function getTranslation_WarmerService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  4531.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4532.             'translator' => ['services''translator''getTranslatorService'false],
  4533.         ], [
  4534.             'translator' => '?',
  4535.         ]))->withContext('translation.warmer'$this));
  4536.     }
  4537.     /**
  4538.      * Gets the private 'translator.default' shared service.
  4539.      *
  4540.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4541.      */
  4542.     protected function getTranslator_DefaultService()
  4543.     {
  4544.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4545.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  4546.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  4547.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  4548.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  4549.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  4550.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  4551.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  4552.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  4553.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  4554.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  4555.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  4556.         ], [
  4557.             'translation.loader.csv' => '?',
  4558.             'translation.loader.dat' => '?',
  4559.             'translation.loader.ini' => '?',
  4560.             'translation.loader.json' => '?',
  4561.             'translation.loader.mo' => '?',
  4562.             'translation.loader.php' => '?',
  4563.             'translation.loader.po' => '?',
  4564.             'translation.loader.qt' => '?',
  4565.             'translation.loader.res' => '?',
  4566.             'translation.loader.xliff' => '?',
  4567.             'translation.loader.yml' => '?',
  4568.         ]), 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')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], '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/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\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/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'src/Resources/DoctrineBundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'src/Resources/DoctrineMigrationsBundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'src/Resources/TwigBundle/translations'16 => 'vendor/twig/extra-bundle/translations'17 => 'src/Resources/TwigExtraBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'src/Resources/translations']]]);
  4569.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4570.         $instance->setFallbackLocales([=> 'en']);
  4571.         return $instance;
  4572.     }
  4573.     /**
  4574.      * Gets the private 'twig.command.debug' shared service.
  4575.      *
  4576.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4577.      */
  4578.     protected function getTwig_Command_DebugService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  4582.         $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'));
  4583.         $instance->setName('debug:twig');
  4584.         return $instance;
  4585.     }
  4586.     /**
  4587.      * Gets the private 'twig.command.lint' shared service.
  4588.      *
  4589.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4590.      */
  4591.     protected function getTwig_Command_LintService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  4596.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  4597.         $instance->setName('lint:twig');
  4598.         return $instance;
  4599.     }
  4600.     /**
  4601.      * Gets the private 'twig.form.engine' shared service.
  4602.      *
  4603.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  4604.      */
  4605.     protected function getTwig_Form_EngineService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  4610.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  4611.     }
  4612.     /**
  4613.      * Gets the private 'twig.form.renderer' shared service.
  4614.      *
  4615.      * @return \Symfony\Component\Form\FormRenderer
  4616.      */
  4617.     protected function getTwig_Form_RendererService()
  4618.     {
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  4621.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4622.     }
  4623.     /**
  4624.      * Gets the private 'twig.mailer.message_listener' shared service.
  4625.      *
  4626.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  4627.      */
  4628.     protected function getTwig_Mailer_MessageListenerService()
  4629.     {
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  4633.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  4634.     }
  4635.     /**
  4636.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4637.      *
  4638.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4639.      */
  4640.     protected function getTwig_Runtime_HttpkernelService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4645.         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, [
  4646.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4647.         ], [
  4648.             'inline' => '?',
  4649.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  4650.     }
  4651.     /**
  4652.      * Gets the private 'twig.runtime.security_csrf' shared service.
  4653.      *
  4654.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  4655.      */
  4656.     protected function getTwig_Runtime_SecurityCsrfService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  4659.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4660.     }
  4661.     /**
  4662.      * Gets the private 'twig.template_cache_warmer' shared service.
  4663.      *
  4664.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4665.      */
  4666.     protected function getTwig_TemplateCacheWarmerService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  4672.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4673.             'twig' => ['services''twig''getTwigService'false],
  4674.         ], [
  4675.             'twig' => 'Twig\\Environment',
  4676.         ]))->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/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  4677.     }
  4678.     /**
  4679.      * Gets the private 'validator.builder' shared service.
  4680.      *
  4681.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4682.      */
  4683.     protected function getValidator_BuilderService()
  4684.     {
  4685.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4686.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4687.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4688.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4689.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4690.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4691.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4692.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4693.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4694.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4695.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4696.         ], [
  4697.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4698.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4699.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4700.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4701.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4702.             'doctrine.orm.validator.unique' => '?',
  4703.             'security.validator.user_password' => '?',
  4704.             'validator.expression' => '?',
  4705.         ])));
  4706.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  4707.         $instance->setTranslationDomain('validators');
  4708.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4709.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4710.         $instance->addMethodMapping('loadValidatorMetadata');
  4711.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4712.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4713.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4714.         return $instance;
  4715.     }
  4716.     /**
  4717.      * Gets the private 'validator.email' shared service.
  4718.      *
  4719.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  4720.      */
  4721.     protected function getValidator_EmailService()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  4726.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  4727.     }
  4728.     /**
  4729.      * Gets the private 'validator.expression' shared service.
  4730.      *
  4731.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  4732.      */
  4733.     protected function getValidator_ExpressionService()
  4734.     {
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  4738.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  4739.     }
  4740.     /**
  4741.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  4742.      *
  4743.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  4744.      */
  4745.     protected function getValidator_Mapping_CacheWarmerService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  4750.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  4751.     }
  4752.     /**
  4753.      * Gets the private 'validator.not_compromised_password' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  4756.      */
  4757.     protected function getValidator_NotCompromisedPasswordService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  4762.         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);
  4763.     }
  4764.     /**
  4765.      * Gets the private 'var_dumper.command.server_dump' shared service.
  4766.      *
  4767.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  4768.      */
  4769.     protected function getVarDumper_Command_ServerDumpService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  4777.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  4778.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4779.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4780.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4782.         $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()))]);
  4783.         $instance->setName('server:dump');
  4784.         return $instance;
  4785.     }
  4786.     /**
  4787.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  4788.      *
  4789.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  4790.      */
  4791.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  4792.     {
  4793.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  4794.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4795.         return $instance;
  4796.     }
  4797.     /**
  4798.      * Gets the private 'var_dumper.html_dumper' shared service.
  4799.      *
  4800.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4801.      */
  4802.     protected function getVarDumper_HtmlDumperService()
  4803.     {
  4804.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4805.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4806.         return $instance;
  4807.     }
  4808.     /**
  4809.      * Gets the private 'var_dumper.server_connection' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\VarDumper\Server\Connection
  4812.      */
  4813.     protected function getVarDumper_ServerConnectionService()
  4814.     {
  4815.         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()]);
  4816.     }
  4817.     /**
  4818.      * Gets the private 'web_profiler.csp.handler' shared service.
  4819.      *
  4820.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4821.      */
  4822.     protected function getWebProfiler_Csp_HandlerService()
  4823.     {
  4824.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4825.     }
  4826.     /**
  4827.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4828.      *
  4829.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4830.      */
  4831.     protected function getWebProfiler_DebugToolbarService()
  4832.     {
  4833.         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()));
  4834.     }
  4835.     /**
  4836.      * @return array|bool|float|int|string|\UnitEnum|null
  4837.      */
  4838.     public function getParameter($name)
  4839.     {
  4840.         $name = (string) $name;
  4841.         if (isset($this->buildParameters[$name])) {
  4842.             return $this->buildParameters[$name];
  4843.         }
  4844.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  4845.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4846.         }
  4847.         if (isset($this->loadedDynamicParameters[$name])) {
  4848.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4849.         }
  4850.         return $this->parameters[$name];
  4851.     }
  4852.     public function hasParameter($name): bool
  4853.     {
  4854.         $name = (string) $name;
  4855.         if (isset($this->buildParameters[$name])) {
  4856.             return true;
  4857.         }
  4858.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  4859.     }
  4860.     public function setParameter($name$value): void
  4861.     {
  4862.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4863.     }
  4864.     public function getParameterBag(): ParameterBagInterface
  4865.     {
  4866.         if (null === $this->parameterBag) {
  4867.             $parameters $this->parameters;
  4868.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4869.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4870.             }
  4871.             foreach ($this->buildParameters as $name => $value) {
  4872.                 $parameters[$name] = $value;
  4873.             }
  4874.             $this->parameterBag = new FrozenParameterBag($parameters);
  4875.         }
  4876.         return $this->parameterBag;
  4877.     }
  4878.     private $loadedDynamicParameters = [
  4879.         'kernel.cache_dir' => false,
  4880.         'FRONT_URL' => false,
  4881.         'SR_API_KEY' => false,
  4882.         'kernel.secret' => false,
  4883.         'session.save_path' => false,
  4884.         'validator.mapping.cache.file' => false,
  4885.         'profiler.storage.dsn' => false,
  4886.         'debug.container.dump' => false,
  4887.         'serializer.mapping.cache.file' => false,
  4888.         'doctrine.orm.proxy_dir' => false,
  4889.     ];
  4890.     private $dynamicParameters = [];
  4891.     private function getDynamicParameter(string $name)
  4892.     {
  4893.         switch ($name) {
  4894.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4895.             case 'FRONT_URL'$value $this->getEnv('FRONT_URL'); break;
  4896.             case 'SR_API_KEY'$value $this->getEnv('SR_API_KEY'); break;
  4897.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4898.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4899.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4900.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4901.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  4902.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4903.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4904.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4905.         }
  4906.         $this->loadedDynamicParameters[$name] = true;
  4907.         return $this->dynamicParameters[$name] = $value;
  4908.     }
  4909.     protected function getDefaultParameters(): array
  4910.     {
  4911.         return [
  4912.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  4913.             'kernel.project_dir' => \dirname(__DIR__4),
  4914.             'kernel.environment' => 'dev',
  4915.             'kernel.debug' => true,
  4916.             'kernel.name' => 'src',
  4917.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4918.             'kernel.bundles' => [
  4919.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4920.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4921.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4922.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4923.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4924.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4925.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4926.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4927.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4928.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4929.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4930.             ],
  4931.             'kernel.bundles_metadata' => [
  4932.                 'FrameworkBundle' => [
  4933.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4934.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4935.                 ],
  4936.                 'SensioFrameworkExtraBundle' => [
  4937.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4938.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4939.                 ],
  4940.                 'DoctrineBundle' => [
  4941.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4942.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4943.                 ],
  4944.                 'DoctrineMigrationsBundle' => [
  4945.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4946.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4947.                 ],
  4948.                 'SecurityBundle' => [
  4949.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4950.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4951.                 ],
  4952.                 'TwigBundle' => [
  4953.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4954.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4955.                 ],
  4956.                 'TwigExtraBundle' => [
  4957.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4958.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4959.                 ],
  4960.                 'WebProfilerBundle' => [
  4961.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4962.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4963.                 ],
  4964.                 'MonologBundle' => [
  4965.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4966.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4967.                 ],
  4968.                 'DebugBundle' => [
  4969.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4970.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4971.                 ],
  4972.                 'MakerBundle' => [
  4973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4974.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4975.                 ],
  4976.             ],
  4977.             'kernel.charset' => 'UTF-8',
  4978.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  4979.             'container.dumper.inline_class_loader' => true,
  4980.             'container.dumper.inline_factories' => true,
  4981.             'app' => [
  4982.                 'industries' => [
  4983.                     'multi_sectors' => [
  4984.                         => 'animation',
  4985.                         => 'apparel_and_fashion',
  4986.                         => 'architecture_and_planning',
  4987.                         => 'arts_and_crafts',
  4988.                         => 'banking',
  4989.                         => 'broadcast_media',
  4990.                         => 'building_materials',
  4991.                         => 'business_supplies_and_equipment',
  4992.                         => 'construction',
  4993.                         => 'consumer_electronics',
  4994.                         10 => 'consumer_goods',
  4995.                         11 => 'consumer_services',
  4996.                         12 => 'cosmetics',
  4997.                         13 => 'dairy',
  4998.                         14 => 'entertainment',
  4999.                         15 => 'events_services',
  5000.                         16 => 'facilities_services',
  5001.                         17 => 'farming',
  5002.                         18 => 'fine_art',
  5003.                         19 => 'fishery',
  5004.                         20 => 'food_and_beverages',
  5005.                         21 => 'food_production',
  5006.                         22 => 'fundraising',
  5007.                         23 => 'furniture',
  5008.                         24 => 'gambling_and_casinos',
  5009.                         25 => 'glass_ceramics_concrete',
  5010.                         26 => 'government_administration',
  5011.                         27 => 'government_relations',
  5012.                         28 => 'health_wellness_fitness',
  5013.                         29 => 'higher_education',
  5014.                         30 => 'hospital_and_health_care',
  5015.                         31 => 'hospitality',
  5016.                         32 => 'individual_and_family_services',
  5017.                         33 => 'insurance',
  5018.                         34 => 'internet',
  5019.                         35 => 'leisure_and_travel',
  5020.                         36 => 'libraries',
  5021.                         37 => 'luxury_goods_and_jewelry',
  5022.                         38 => 'mental_health_care',
  5023.                         39 => 'mining_and_metals',
  5024.                         40 => 'mining_and_metals',
  5025.                         41 => 'motion_pictures_and_film',
  5026.                         42 => 'museums_and_institutions',
  5027.                         43 => 'music',
  5028.                         44 => 'newspapers',
  5029.                         45 => 'nonprofit_organization_mgmt',
  5030.                         46 => 'online_publishing',
  5031.                         47 => 'packaging_and_containers',
  5032.                         48 => 'paper_and_forest_products',
  5033.                         49 => 'performing_arts',
  5034.                         50 => 'philanthropy',
  5035.                         51 => 'photography',
  5036.                         52 => 'political_organization',
  5037.                         53 => 'primary_secondary_education',
  5038.                         54 => 'printing',
  5039.                         55 => 'professional_training',
  5040.                         56 => 'public_policy',
  5041.                         57 => 'public_relations',
  5042.                         58 => 'public_safety',
  5043.                         59 => 'publishing',
  5044.                         60 => 'ranching',
  5045.                         61 => 'recreational_services',
  5046.                         62 => 'religious_institutions',
  5047.                         63 => 'restaurants',
  5048.                         64 => 'retail',
  5049.                         65 => 'security_and_investigations',
  5050.                         66 => 'semiconductors',
  5051.                         67 => 'sporting_goods',
  5052.                         68 => 'sports',
  5053.                         69 => 'supermarkets',
  5054.                         70 => 'textiles',
  5055.                         71 => 'think_tanks',
  5056.                         72 => 'tobacco',
  5057.                         73 => 'translation_and_localization',
  5058.                         74 => 'veterinary',
  5059.                         75 => 'wholesale',
  5060.                         76 => 'wine_and_spirits',
  5061.                         77 => 'writing_and_editing',
  5062.                         78 => 'accounting',
  5063.                         79 => 'alternative_dispute_resolution',
  5064.                         80 => 'capital_markets',
  5065.                         81 => 'civic_and_social_organization',
  5066.                         82 => 'commercial_real_estate',
  5067.                         83 => 'elearning',
  5068.                         84 => 'education_management',
  5069.                         85 => 'executive_office',
  5070.                         86 => 'financial_services',
  5071.                         87 => 'human_resources',
  5072.                         88 => 'information_services',
  5073.                         89 => 'it_and_services',
  5074.                         90 => 'international_affairs',
  5075.                         91 => 'international_trade_and_dev',
  5076.                         92 => 'investment_banking_venture',
  5077.                         93 => 'investment_management',
  5078.                         94 => 'judiciary',
  5079.                         95 => 'law_enforcement',
  5080.                         96 => 'law_practice',
  5081.                         97 => 'legal_services',
  5082.                         98 => 'legislative_office',
  5083.                         99 => 'management_consulting',
  5084.                         100 => 'market_research',
  5085.                         101 => 'marketing_and_advertising',
  5086.                         102 => 'outsourcing_offshoring',
  5087.                         103 => 'package_freight_delivery',
  5088.                         104 => 'real_estate',
  5089.                         105 => 'staffing_and_recruiting',
  5090.                         106 => 'venture_capital',
  5091.                         107 => 'civil_engineering',
  5092.                         108 => 'computer_and_network_security',
  5093.                         109 => 'computer_games',
  5094.                         110 => 'computer_hardware',
  5095.                         111 => 'computer_networking',
  5096.                         112 => 'computer_software',
  5097.                         113 => 'design',
  5098.                         114 => 'electrical_manufacturing',
  5099.                         115 => 'graphic_design',
  5100.                         116 => 'import_and_export',
  5101.                         117 => 'industrial_automation',
  5102.                         118 => 'logistics_and_supply_chain',
  5103.                         119 => 'machinery',
  5104.                         120 => 'mechanical_engineering',
  5105.                         121 => 'nanotechnology',
  5106.                         122 => 'plastics',
  5107.                         123 => 'program_development',
  5108.                         124 => 'research',
  5109.                         125 => 'telecommunications',
  5110.                         126 => 'transportation_trucking_railroad',
  5111.                         127 => 'utilities',
  5112.                         128 => 'warehousing',
  5113.                         129 => 'wireless',
  5114.                     ],
  5115.                     'energy' => [
  5116.                         => 'environmental_services',
  5117.                         => 'oil_and_energy',
  5118.                         => 'renewables_and_environment',
  5119.                         => 'chemicals',
  5120.                     ],
  5121.                     'life_science' => [
  5122.                         => 'medical_practice',
  5123.                         => 'alternative_medicin',
  5124.                         => 'biotechnology',
  5125.                         => 'medical_device',
  5126.                         => 'pharmaceuticals',
  5127.                     ],
  5128.                     'naval' => [
  5129.                         => 'maritime',
  5130.                         => 'shipbuilding',
  5131.                     ],
  5132.                     'aerospace' => [
  5133.                         => 'airlines_aviation',
  5134.                         => 'aviation_and_aerospace',
  5135.                         => 'defense_and_space',
  5136.                         => 'military',
  5137.                     ],
  5138.                     'automotive' => [
  5139.                         => 'automotive',
  5140.                     ],
  5141.                     'rail' => [
  5142.                         => 'railroad_manufacture',
  5143.                     ],
  5144.                 ],
  5145.             ],
  5146.             'event_dispatcher.event_aliases' => [
  5147.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5148.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5149.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5150.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5151.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5152.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5153.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5154.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5155.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5156.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5157.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5158.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5159.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5160.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5161.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5162.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5163.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5164.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5165.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5166.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5167.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5168.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5169.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5170.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5171.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5172.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5173.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5174.             ],
  5175.             'fragment.renderer.hinclude.global_template' => '',
  5176.             'fragment.path' => '/_fragment',
  5177.             'kernel.http_method_override' => true,
  5178.             'kernel.trusted_hosts' => [
  5179.             ],
  5180.             'kernel.default_locale' => 'en',
  5181.             'kernel.error_controller' => 'error_controller',
  5182.             'templating.helper.code.file_link_format' => NULL,
  5183.             'debug.file_link_format' => NULL,
  5184.             'session.metadata.storage_key' => '_sf2_meta',
  5185.             'session.storage.options' => [
  5186.                 'cache_limiter' => '0',
  5187.                 'cookie_secure' => 'auto',
  5188.                 'cookie_httponly' => true,
  5189.                 'cookie_samesite' => 'lax',
  5190.                 'gc_probability' => 1,
  5191.             ],
  5192.             'session.metadata.update_threshold' => 0,
  5193.             'form.type_extension.csrf.enabled' => true,
  5194.             'form.type_extension.csrf.field_name' => '_token',
  5195.             'asset.request_context.base_path' => '',
  5196.             'asset.request_context.secure' => false,
  5197.             'validator.translation_domain' => 'validators',
  5198.             'translator.logging' => false,
  5199.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5200.             'profiler_listener.only_exceptions' => false,
  5201.             'profiler_listener.only_master_requests' => false,
  5202.             'debug.error_handler.throw_at' => -1,
  5203.             'router.request_context.host' => 'localhost',
  5204.             'router.request_context.scheme' => 'http',
  5205.             'router.request_context.base_url' => '',
  5206.             'router.resource' => 'kernel::loadRoutes',
  5207.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  5208.             'request_listener.http_port' => 80,
  5209.             'request_listener.https_port' => 443,
  5210.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5211.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5212.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5213.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5214.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5215.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5216.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5217.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5218.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5219.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5220.             'doctrine.entity_managers' => [
  5221.                 'default' => 'doctrine.orm.default_entity_manager',
  5222.             ],
  5223.             'doctrine.default_entity_manager' => 'default',
  5224.             'doctrine.dbal.connection_factory.types' => [
  5225.             ],
  5226.             'doctrine.connections' => [
  5227.                 'default' => 'doctrine.dbal.default_connection',
  5228.             ],
  5229.             'doctrine.default_connection' => 'default',
  5230.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5231.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5232.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5233.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5234.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5235.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5236.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5237.             'doctrine.orm.cache.memcache_port' => 11211,
  5238.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5239.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5240.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5241.             'doctrine.orm.cache.memcached_port' => 11211,
  5242.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5243.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5244.             'doctrine.orm.cache.redis_host' => 'localhost',
  5245.             'doctrine.orm.cache.redis_port' => 6379,
  5246.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5247.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5248.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5249.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5250.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5251.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5252.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5253.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5254.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5255.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5256.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5257.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5258.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5259.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5260.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5261.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5262.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5263.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5264.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5265.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5266.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5267.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5268.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5269.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5270.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5271.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5272.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5273.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5274.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5275.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5276.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5277.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5278.             'doctrine.migrations.preferred_em' => NULL,
  5279.             'doctrine.migrations.preferred_connection' => NULL,
  5280.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  5281.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  5282.             'security.role_hierarchy.roles' => [
  5283.             ],
  5284.             'security.access.denied_url' => NULL,
  5285.             'security.authentication.manager.erase_credentials' => true,
  5286.             'security.authentication.session_strategy.strategy' => 'migrate',
  5287.             'security.access.always_authenticate_before_granting' => false,
  5288.             'security.authentication.hide_user_not_found' => true,
  5289.             'twig.exception_listener.controller' => NULL,
  5290.             'twig.form.resources' => [
  5291.                 => 'form_div_layout.html.twig',
  5292.             ],
  5293.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5294.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5295.             'web_profiler.debug_toolbar.mode' => 2,
  5296.             'monolog.use_microseconds' => true,
  5297.             'monolog.swift_mailer.handlers' => [
  5298.             ],
  5299.             'monolog.handlers_to_channels' => [
  5300.                 'monolog.handler.console' => [
  5301.                     'type' => 'exclusive',
  5302.                     'elements' => [
  5303.                         => 'event',
  5304.                         => 'doctrine',
  5305.                         => 'console',
  5306.                     ],
  5307.                 ],
  5308.                 'monolog.handler.main' => [
  5309.                     'type' => 'exclusive',
  5310.                     'elements' => [
  5311.                         => 'event',
  5312.                     ],
  5313.                 ],
  5314.             ],
  5315.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5316.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5317.             'data_collector.templates' => [
  5318.                 'data_collector.request' => [
  5319.                     => 'request',
  5320.                     => '@WebProfiler/Collector/request.html.twig',
  5321.                 ],
  5322.                 'data_collector.time' => [
  5323.                     => 'time',
  5324.                     => '@WebProfiler/Collector/time.html.twig',
  5325.                 ],
  5326.                 'data_collector.memory' => [
  5327.                     => 'memory',
  5328.                     => '@WebProfiler/Collector/memory.html.twig',
  5329.                 ],
  5330.                 'data_collector.validator' => [
  5331.                     => 'validator',
  5332.                     => '@WebProfiler/Collector/validator.html.twig',
  5333.                 ],
  5334.                 'data_collector.ajax' => [
  5335.                     => 'ajax',
  5336.                     => '@WebProfiler/Collector/ajax.html.twig',
  5337.                 ],
  5338.                 'data_collector.form' => [
  5339.                     => 'form',
  5340.                     => '@WebProfiler/Collector/form.html.twig',
  5341.                 ],
  5342.                 'data_collector.exception' => [
  5343.                     => 'exception',
  5344.                     => '@WebProfiler/Collector/exception.html.twig',
  5345.                 ],
  5346.                 'data_collector.logger' => [
  5347.                     => 'logger',
  5348.                     => '@WebProfiler/Collector/logger.html.twig',
  5349.                 ],
  5350.                 'data_collector.events' => [
  5351.                     => 'events',
  5352.                     => '@WebProfiler/Collector/events.html.twig',
  5353.                 ],
  5354.                 'data_collector.router' => [
  5355.                     => 'router',
  5356.                     => '@WebProfiler/Collector/router.html.twig',
  5357.                 ],
  5358.                 'data_collector.cache' => [
  5359.                     => 'cache',
  5360.                     => '@WebProfiler/Collector/cache.html.twig',
  5361.                 ],
  5362.                 'data_collector.translation' => [
  5363.                     => 'translation',
  5364.                     => '@WebProfiler/Collector/translation.html.twig',
  5365.                 ],
  5366.                 'data_collector.security' => [
  5367.                     => 'security',
  5368.                     => '@Security/Collector/security.html.twig',
  5369.                 ],
  5370.                 'data_collector.twig' => [
  5371.                     => 'twig',
  5372.                     => '@WebProfiler/Collector/twig.html.twig',
  5373.                 ],
  5374.                 'data_collector.http_client' => [
  5375.                     => 'http_client',
  5376.                     => '@WebProfiler/Collector/http_client.html.twig',
  5377.                 ],
  5378.                 'data_collector.doctrine' => [
  5379.                     => 'db',
  5380.                     => '@Doctrine/Collector/db.html.twig',
  5381.                 ],
  5382.                 'doctrine_migrations.migrations_collector' => [
  5383.                     => 'doctrine_migrations',
  5384.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5385.                 ],
  5386.                 'data_collector.dump' => [
  5387.                     => 'dump',
  5388.                     => '@Debug/Profiler/dump.html.twig',
  5389.                 ],
  5390.                 'mailer.data_collector' => [
  5391.                     => 'mailer',
  5392.                     => '@WebProfiler/Collector/mailer.html.twig',
  5393.                 ],
  5394.                 'data_collector.config' => [
  5395.                     => 'config',
  5396.                     => '@WebProfiler/Collector/config.html.twig',
  5397.                 ],
  5398.             ],
  5399.             'console.command.ids' => [
  5400.             ],
  5401.         ];
  5402.     }
  5403. }
  5404. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  5405. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  5406. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  5407. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  5408. {
  5409.     /**
  5410.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  5411.      */
  5412.     private $valueHoldera1fd8 null;
  5413.     /**
  5414.      * @var \Closure|null initializer responsible for generating the wrapped object
  5415.      */
  5416.     private $initializere3996 null;
  5417.     /**
  5418.      * @var bool[] map of public properties of the parent class
  5419.      */
  5420.     private static $publicProperties7ed0d = [
  5421.         
  5422.     ];
  5423.     public function getConnection()
  5424.     {
  5425.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getConnection', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5426.         return $this->valueHoldera1fd8->getConnection();
  5427.     }
  5428.     public function getMetadataFactory()
  5429.     {
  5430.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5431.         return $this->valueHoldera1fd8->getMetadataFactory();
  5432.     }
  5433.     public function getExpressionBuilder()
  5434.     {
  5435.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getExpressionBuilder', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5436.         return $this->valueHoldera1fd8->getExpressionBuilder();
  5437.     }
  5438.     public function beginTransaction()
  5439.     {
  5440.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'beginTransaction', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5441.         return $this->valueHoldera1fd8->beginTransaction();
  5442.     }
  5443.     public function getCache()
  5444.     {
  5445.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getCache', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5446.         return $this->valueHoldera1fd8->getCache();
  5447.     }
  5448.     public function transactional($func)
  5449.     {
  5450.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'transactional', array('func' => $func), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5451.         return $this->valueHoldera1fd8->transactional($func);
  5452.     }
  5453.     public function wrapInTransaction(callable $func)
  5454.     {
  5455.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'wrapInTransaction', array('func' => $func), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5456.         return $this->valueHoldera1fd8->wrapInTransaction($func);
  5457.     }
  5458.     public function commit()
  5459.     {
  5460.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'commit', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5461.         return $this->valueHoldera1fd8->commit();
  5462.     }
  5463.     public function rollback()
  5464.     {
  5465.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'rollback', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5466.         return $this->valueHoldera1fd8->rollback();
  5467.     }
  5468.     public function getClassMetadata($className)
  5469.     {
  5470.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getClassMetadata', array('className' => $className), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5471.         return $this->valueHoldera1fd8->getClassMetadata($className);
  5472.     }
  5473.     public function createQuery($dql '')
  5474.     {
  5475.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createQuery', array('dql' => $dql), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5476.         return $this->valueHoldera1fd8->createQuery($dql);
  5477.     }
  5478.     public function createNamedQuery($name)
  5479.     {
  5480.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNamedQuery', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5481.         return $this->valueHoldera1fd8->createNamedQuery($name);
  5482.     }
  5483.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  5484.     {
  5485.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5486.         return $this->valueHoldera1fd8->createNativeQuery($sql$rsm);
  5487.     }
  5488.     public function createNamedNativeQuery($name)
  5489.     {
  5490.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNamedNativeQuery', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5491.         return $this->valueHoldera1fd8->createNamedNativeQuery($name);
  5492.     }
  5493.     public function createQueryBuilder()
  5494.     {
  5495.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createQueryBuilder', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5496.         return $this->valueHoldera1fd8->createQueryBuilder();
  5497.     }
  5498.     public function flush($entity null)
  5499.     {
  5500.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'flush', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5501.         return $this->valueHoldera1fd8->flush($entity);
  5502.     }
  5503.     public function find($className$id$lockMode null$lockVersion null)
  5504.     {
  5505.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5506.         return $this->valueHoldera1fd8->find($className$id$lockMode$lockVersion);
  5507.     }
  5508.     public function getReference($entityName$id)
  5509.     {
  5510.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5511.         return $this->valueHoldera1fd8->getReference($entityName$id);
  5512.     }
  5513.     public function getPartialReference($entityName$identifier)
  5514.     {
  5515.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5516.         return $this->valueHoldera1fd8->getPartialReference($entityName$identifier);
  5517.     }
  5518.     public function clear($entityName null)
  5519.     {
  5520.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'clear', array('entityName' => $entityName), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5521.         return $this->valueHoldera1fd8->clear($entityName);
  5522.     }
  5523.     public function close()
  5524.     {
  5525.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'close', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5526.         return $this->valueHoldera1fd8->close();
  5527.     }
  5528.     public function persist($entity)
  5529.     {
  5530.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'persist', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5531.         return $this->valueHoldera1fd8->persist($entity);
  5532.     }
  5533.     public function remove($entity)
  5534.     {
  5535.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'remove', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5536.         return $this->valueHoldera1fd8->remove($entity);
  5537.     }
  5538.     public function refresh($entity, ?int $lockMode null)
  5539.     {
  5540.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'refresh', array('entity' => $entity'lockMode' => $lockMode), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5541.         return $this->valueHoldera1fd8->refresh($entity$lockMode);
  5542.     }
  5543.     public function detach($entity)
  5544.     {
  5545.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'detach', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5546.         return $this->valueHoldera1fd8->detach($entity);
  5547.     }
  5548.     public function merge($entity)
  5549.     {
  5550.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'merge', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5551.         return $this->valueHoldera1fd8->merge($entity);
  5552.     }
  5553.     public function copy($entity$deep false)
  5554.     {
  5555.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'copy', array('entity' => $entity'deep' => $deep), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5556.         return $this->valueHoldera1fd8->copy($entity$deep);
  5557.     }
  5558.     public function lock($entity$lockMode$lockVersion null)
  5559.     {
  5560.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5561.         return $this->valueHoldera1fd8->lock($entity$lockMode$lockVersion);
  5562.     }
  5563.     public function getRepository($entityName)
  5564.     {
  5565.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getRepository', array('entityName' => $entityName), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5566.         return $this->valueHoldera1fd8->getRepository($entityName);
  5567.     }
  5568.     public function contains($entity)
  5569.     {
  5570.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'contains', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5571.         return $this->valueHoldera1fd8->contains($entity);
  5572.     }
  5573.     public function getEventManager()
  5574.     {
  5575.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getEventManager', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5576.         return $this->valueHoldera1fd8->getEventManager();
  5577.     }
  5578.     public function getConfiguration()
  5579.     {
  5580.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getConfiguration', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5581.         return $this->valueHoldera1fd8->getConfiguration();
  5582.     }
  5583.     public function isOpen()
  5584.     {
  5585.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'isOpen', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5586.         return $this->valueHoldera1fd8->isOpen();
  5587.     }
  5588.     public function getUnitOfWork()
  5589.     {
  5590.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getUnitOfWork', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5591.         return $this->valueHoldera1fd8->getUnitOfWork();
  5592.     }
  5593.     public function getHydrator($hydrationMode)
  5594.     {
  5595.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5596.         return $this->valueHoldera1fd8->getHydrator($hydrationMode);
  5597.     }
  5598.     public function newHydrator($hydrationMode)
  5599.     {
  5600.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5601.         return $this->valueHoldera1fd8->newHydrator($hydrationMode);
  5602.     }
  5603.     public function getProxyFactory()
  5604.     {
  5605.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getProxyFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5606.         return $this->valueHoldera1fd8->getProxyFactory();
  5607.     }
  5608.     public function initializeObject($obj)
  5609.     {
  5610.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'initializeObject', array('obj' => $obj), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5611.         return $this->valueHoldera1fd8->initializeObject($obj);
  5612.     }
  5613.     public function isUninitializedObject($obj) : bool
  5614.     {
  5615.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'isUninitializedObject', array('obj' => $obj), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5616.         return $this->valueHoldera1fd8->isUninitializedObject($obj);
  5617.     }
  5618.     public function getFilters()
  5619.     {
  5620.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getFilters', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5621.         return $this->valueHoldera1fd8->getFilters();
  5622.     }
  5623.     public function isFiltersStateClean()
  5624.     {
  5625.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'isFiltersStateClean', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5626.         return $this->valueHoldera1fd8->isFiltersStateClean();
  5627.     }
  5628.     public function hasFilters()
  5629.     {
  5630.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'hasFilters', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5631.         return $this->valueHoldera1fd8->hasFilters();
  5632.     }
  5633.     /**
  5634.      * Constructor for lazy initialization
  5635.      *
  5636.      * @param \Closure|null $initializer
  5637.      */
  5638.     public static function staticProxyConstructor($initializer)
  5639.     {
  5640.         static $reflection;
  5641.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  5642.         $instance   $reflection->newInstanceWithoutConstructor();
  5643.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  5644.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  5645.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  5646.         $instance->initializere3996 $initializer;
  5647.         return $instance;
  5648.     }
  5649.     public function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, ?\Doctrine\Common\EventManager $eventManager null)
  5650.     {
  5651.         static $reflection;
  5652.         if (! $this->valueHoldera1fd8) {
  5653.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  5654.             $this->valueHoldera1fd8 $reflection->newInstanceWithoutConstructor();
  5655.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  5656.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  5657.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  5658.         }
  5659.         $this->valueHoldera1fd8->__construct($conn$config$eventManager);
  5660.     }
  5661.     public function & __get($name)
  5662.     {
  5663.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__get', ['name' => $name], $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5664.         if (isset(self::$publicProperties7ed0d[$name])) {
  5665.             return $this->valueHoldera1fd8->$name;
  5666.         }
  5667.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  5668.         if (! $realInstanceReflection->hasProperty($name)) {
  5669.             $targetObject $this->valueHoldera1fd8;
  5670.             $backtrace debug_backtrace(false1);
  5671.             trigger_error(
  5672.                 sprintf(
  5673.                     'Undefined property: %s::$%s in %s on line %s',
  5674.                     $realInstanceReflection->getName(),
  5675.                     $name,
  5676.                     $backtrace[0]['file'],
  5677.                     $backtrace[0]['line']
  5678.                 ),
  5679.                 \E_USER_NOTICE
  5680.             );
  5681.             return $targetObject->$name;
  5682.         }
  5683.         $targetObject $this->valueHoldera1fd8;
  5684.         $accessor = function & () use ($targetObject$name) {
  5685.             return $targetObject->$name;
  5686.         };
  5687.         $backtrace debug_backtrace(true2);
  5688.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  5689.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  5690.         $returnValue = & $accessor();
  5691.         return $returnValue;
  5692.     }
  5693.     public function __set($name$value)
  5694.     {
  5695.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__set', array('name' => $name'value' => $value), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5696.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  5697.         if (! $realInstanceReflection->hasProperty($name)) {
  5698.             $targetObject $this->valueHoldera1fd8;
  5699.             $targetObject->$name $value;
  5700.             return $targetObject->$name;
  5701.         }
  5702.         $targetObject $this->valueHoldera1fd8;
  5703.         $accessor = function & () use ($targetObject$name$value) {
  5704.             $targetObject->$name $value;
  5705.             return $targetObject->$name;
  5706.         };
  5707.         $backtrace debug_backtrace(true2);
  5708.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  5709.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  5710.         $returnValue = & $accessor();
  5711.         return $returnValue;
  5712.     }
  5713.     public function __isset($name)
  5714.     {
  5715.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__isset', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5716.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  5717.         if (! $realInstanceReflection->hasProperty($name)) {
  5718.             $targetObject $this->valueHoldera1fd8;
  5719.             return isset($targetObject->$name);
  5720.         }
  5721.         $targetObject $this->valueHoldera1fd8;
  5722.         $accessor = function () use ($targetObject$name) {
  5723.             return isset($targetObject->$name);
  5724.         };
  5725.         $backtrace debug_backtrace(true2);
  5726.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  5727.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  5728.         $returnValue $accessor();
  5729.         return $returnValue;
  5730.     }
  5731.     public function __unset($name)
  5732.     {
  5733.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__unset', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5734.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  5735.         if (! $realInstanceReflection->hasProperty($name)) {
  5736.             $targetObject $this->valueHoldera1fd8;
  5737.             unset($targetObject->$name);
  5738.             return;
  5739.         }
  5740.         $targetObject $this->valueHoldera1fd8;
  5741.         $accessor = function () use ($targetObject$name) {
  5742.             unset($targetObject->$name);
  5743.             return;
  5744.         };
  5745.         $backtrace debug_backtrace(true2);
  5746.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  5747.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  5748.         $accessor();
  5749.     }
  5750.     public function __clone()
  5751.     {
  5752.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__clone', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5753.         $this->valueHoldera1fd8 = clone $this->valueHoldera1fd8;
  5754.     }
  5755.     public function __sleep()
  5756.     {
  5757.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__sleep', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5758.         return array('valueHoldera1fd8');
  5759.     }
  5760.     public function __wakeup()
  5761.     {
  5762.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  5763.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  5764.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  5765.     }
  5766.     public function setProxyInitializer(\Closure $initializer null) : void
  5767.     {
  5768.         $this->initializere3996 $initializer;
  5769.     }
  5770.     public function getProxyInitializer() : ?\Closure
  5771.     {
  5772.         return $this->initializere3996;
  5773.     }
  5774.     public function initializeProxy() : bool
  5775.     {
  5776.         return $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'initializeProxy', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  5777.     }
  5778.     public function isProxyInitialized() : bool
  5779.     {
  5780.         return null !== $this->valueHoldera1fd8;
  5781.     }
  5782.     public function getWrappedValueHolderValue()
  5783.     {
  5784.         return $this->valueHoldera1fd8;
  5785.     }
  5786. }