var/cache/dev/ContainerSxQBHzL/App_KernelDevDebugContainer.php line 4031

Open in your IDE?
  1. <?php
  2. namespace ContainerSxQBHzL;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'AppBundle\\Controller\\Address\\AddressController' => 'getAddressControllerService',
  46.             'AppBundle\\Controller\\Ajax\\AddressController' => 'getAddressController2Service',
  47.             'AppBundle\\Controller\\Ajax\\BookingController' => 'getBookingControllerService',
  48.             'AppBundle\\Controller\\Ajax\\HolidayController' => 'getHolidayControllerService',
  49.             'AppBundle\\Controller\\Ajax\\JsRouteController' => 'getJsRouteControllerService',
  50.             'AppBundle\\Controller\\Ajax\\TranslationController' => 'getTranslationControllerService',
  51.             'AppBundle\\Controller\\Booking\\AdminController' => 'getAdminControllerService',
  52.             'AppBundle\\Controller\\Booking\\BookingBlueprintController' => 'getBookingBlueprintControllerService',
  53.             'AppBundle\\Controller\\Booking\\BookingController' => 'getBookingController2Service',
  54.             'AppBundle\\Controller\\Booking\\CsvController' => 'getCsvControllerService',
  55.             'AppBundle\\Controller\\Booking\\HistoryController' => 'getHistoryControllerService',
  56.             'AppBundle\\Controller\\CsvController' => 'getCsvController2Service',
  57.             'AppBundle\\Controller\\Customer\\DashboardController' => 'getDashboardControllerService',
  58.             'AppBundle\\Controller\\Customer\\EmailChangeController' => 'getEmailChangeControllerService',
  59.             'AppBundle\\Controller\\Customer\\LoginController' => 'getLoginControllerService',
  60.             'AppBundle\\Controller\\Customer\\PasswordResetController' => 'getPasswordResetControllerService',
  61.             'AppBundle\\Controller\\Customer\\ProfileController' => 'getProfileControllerService',
  62.             'AppBundle\\Controller\\Customer\\RegisterController' => 'getRegisterControllerService',
  63.             'AppBundle\\Controller\\HolidayController' => 'getHolidayController2Service',
  64.             'AppBundle\\Controller\\PdfController' => 'getPdfControllerService',
  65.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'cache.app' => 'getCache_AppService',
  69.             'cache.app_clearer' => 'getCache_AppClearerService',
  70.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  71.             'cache.system' => 'getCache_SystemService',
  72.             'cache.system_clearer' => 'getCache_SystemClearerService',
  73.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  74.             'cache_warmer' => 'getCacheWarmerService',
  75.             'console.command_loader' => 'getConsole_CommandLoaderService',
  76.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  77.             'data_collector.dump' => 'getDataCollector_DumpService',
  78.             'doctrine' => 'getDoctrineService',
  79.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  80.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  81.             'error_controller' => 'getErrorControllerService',
  82.             'event_dispatcher' => 'getEventDispatcherService',
  83.             'http_kernel' => 'getHttpKernelService',
  84.             'jms_serializer' => 'getJmsSerializerService',
  85.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  86.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  87.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  88.             'knp_paginator' => 'getKnpPaginatorService',
  89.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  90.             'request_stack' => 'getRequestStackService',
  91.             'router' => 'getRouterService',
  92.             'routing.loader' => 'getRouting_LoaderService',
  93.             'services_resetter' => 'getServicesResetterService',
  94.             'translator' => 'getTranslatorService',
  95.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  96.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  97.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  98.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  99.             'cache_clearer' => 'getCacheClearerService',
  100.             'filesystem' => 'getFilesystemService',
  101.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  102.             'form.factory' => 'getForm_FactoryService',
  103.             'form.type.file' => 'getForm_Type_FileService',
  104.             'profiler' => 'getProfilerService',
  105.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  106.             'security.token_storage' => 'getSecurity_TokenStorageService',
  107.             'twig' => 'getTwigService',
  108.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  109.             'session' => 'getSessionService',
  110.             'validator' => 'getValidatorService',
  111.         ];
  112.         $this->aliases = [
  113.             'database_connection' => 'doctrine.dbal.default_connection',
  114.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  115.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  116.         ];
  117.         $this->privates['service_container'] = function () {
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  124.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  126.             include_once \dirname(__DIR__4).'/src/AppBundle/Security/RedirectUserIfAuthenticatedEventSubscriber.php';
  127.             include_once \dirname(__DIR__4).'/src/AppBundle/Utility/CountryCodes.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  168.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  267.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  325.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  327.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  328.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  329.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  334.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  336.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  337.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  338.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.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/translation/DataCollectorTranslator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  441.             include_once __DIR__.'/proxy-classes.php';
  442.         };
  443.     }
  444.     public function compile(): void
  445.     {
  446.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  447.     }
  448.     public function isCompiled(): bool
  449.     {
  450.         return true;
  451.     }
  452.     public function getRemovedIds(): array
  453.     {
  454.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  455.     }
  456.     protected function createProxy($class\Closure $factory)
  457.     {
  458.         return $factory();
  459.     }
  460.     /**
  461.      * Gets the public '.container.private.cache_clearer' shared service.
  462.      *
  463.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  464.      */
  465.     protected function get_Container_Private_CacheClearerService()
  466.     {
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  469.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  470.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  471.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  472.         }, 2));
  473.     }
  474.     /**
  475.      * Gets the public '.container.private.filesystem' shared service.
  476.      *
  477.      * @return \Symfony\Component\Filesystem\Filesystem
  478.      */
  479.     protected function get_Container_Private_FilesystemService()
  480.     {
  481.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  482.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  483.     }
  484.     /**
  485.      * Gets the public '.container.private.form.factory' shared service.
  486.      *
  487.      * @return \Symfony\Component\Form\FormFactory
  488.      */
  489.     protected function get_Container_Private_Form_FactoryService()
  490.     {
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  493.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  494.     }
  495.     /**
  496.      * Gets the public '.container.private.form.type.file' shared service.
  497.      *
  498.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  499.      */
  500.     protected function get_Container_Private_Form_Type_FileService()
  501.     {
  502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  505.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  506.     }
  507.     /**
  508.      * Gets the public '.container.private.profiler' shared service.
  509.      *
  510.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  511.      */
  512.     protected function get_Container_Private_ProfilerService()
  513.     {
  514.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  515.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  516.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  517.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  519.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  520.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  521.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  522.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  523.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  524.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  525.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  526.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  527.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  528.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  529.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  530.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  531.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  532.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  533.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  534.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  535.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  536.         if ($this->has('kernel')) {
  537.             $f->setKernel($b);
  538.         }
  539.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  540.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  541.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  542.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  543.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  544.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  545.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  546.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  547.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  548.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  549.         $instance->add($d);
  550.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  551.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  552.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  553.         $instance->add($e);
  554.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  555.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  556.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  557.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['AppBundle\\Entity' => (\dirname(__DIR__4).'/config/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(['AppBundle\\Entity' => (\dirname(__DIR__4).'/config/serializer')]))), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  558.         $instance->add($f);
  559.         return $instance;
  560.     }
  561.     /**
  562.      * Gets the public '.container.private.security.authorization_checker' shared service.
  563.      *
  564.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  565.      */
  566.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  567.     {
  568.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  569.     }
  570.     /**
  571.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  572.      *
  573.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  574.      */
  575.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  576.     {
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  581.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  582.     }
  583.     /**
  584.      * Gets the public '.container.private.security.password_encoder' shared service.
  585.      *
  586.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  587.      *
  588.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  589.      */
  590.     protected function get_Container_Private_Security_PasswordEncoderService()
  591.     {
  592.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  593.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  594.     }
  595.     /**
  596.      * Gets the public '.container.private.security.token_storage' shared service.
  597.      *
  598.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  599.      */
  600.     protected function get_Container_Private_Security_TokenStorageService()
  601.     {
  602.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  603.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  604.         ], [
  605.             'request_stack' => '?',
  606.         ]));
  607.     }
  608.     /**
  609.      * Gets the public '.container.private.session' shared service.
  610.      *
  611.      * @return \Symfony\Component\HttpFoundation\Session\Session
  612.      */
  613.     protected function get_Container_Private_SessionService()
  614.     {
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  617.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  618.     }
  619.     /**
  620.      * Gets the public '.container.private.twig' shared service.
  621.      *
  622.      * @return \Twig\Environment
  623.      */
  624.     protected function get_Container_Private_TwigService()
  625.     {
  626.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  627.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  628.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  629.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  630.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  631.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  632.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  633.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  634.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  635.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  636.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  637.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  638.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  639.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  640.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  641.         $a->addPath((\dirname(__DIR__4).'/templates'));
  642.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  643.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  644.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  645.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  646.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  647.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  648.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  649.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  650.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  651.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  652.         $h = ($this->services['router'] ?? $this->getRouterService());
  653.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  654.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  655.         $j = new \Symfony\Bridge\Twig\AppVariable();
  656.         $j->setEnvironment('dev');
  657.         $j->setDebug(true);
  658.         if ($this->has('.container.private.security.token_storage')) {
  659.             $j->setTokenStorage($c);
  660.         }
  661.         if ($this->has('request_stack')) {
  662.             $j->setRequestStack($b);
  663.         }
  664.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  665.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  666.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  667.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  668.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  669.         $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($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  670.             return new \EmptyIterator();
  671.         }, 0))));
  672.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  673.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  674.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  675.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  676.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  677.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$f)));
  678.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  679.         $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())));
  680.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  681.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  682.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  683.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  684.         $instance->addGlobal('app'$j);
  685.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  686.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  687.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  688.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  689.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  690.         ], [
  691.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  692.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  693.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  694.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  695.         ])));
  696.         $instance->addGlobal('countryCodes', ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  697.         $instance->addGlobal('base''https://buchung-dev.gericke-spedition.de/');
  698.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  699.         return $instance;
  700.     }
  701.     /**
  702.      * Gets the public '.container.private.validator' shared service.
  703.      *
  704.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  705.      */
  706.     protected function get_Container_Private_ValidatorService()
  707.     {
  708.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  709.     }
  710.     /**
  711.      * Gets the public 'AppBundle\Controller\Address\AddressController' shared autowired service.
  712.      *
  713.      * @return \AppBundle\Controller\Address\AddressController
  714.      */
  715.     protected function getAddressControllerService()
  716.     {
  717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  718.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Address/AddressController.php';
  719.         $this->services['AppBundle\\Controller\\Address\\AddressController'] = $instance = new \AppBundle\Controller\Address\AddressController(($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\AddressRepository'] ?? $this->getAddressRepositoryService()));
  720.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Address\\AddressController'$this));
  721.         return $instance;
  722.     }
  723.     /**
  724.      * Gets the public 'AppBundle\Controller\Ajax\AddressController' shared autowired service.
  725.      *
  726.      * @return \AppBundle\Controller\Ajax\AddressController
  727.      */
  728.     protected function getAddressController2Service()
  729.     {
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  731.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/AddressController.php';
  732.         $this->services['AppBundle\\Controller\\Ajax\\AddressController'] = $instance = new \AppBundle\Controller\Ajax\AddressController(($this->privates['AppBundle\\Repository\\AddressRepository'] ?? $this->getAddressRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  733.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Ajax\\AddressController'$this));
  734.         return $instance;
  735.     }
  736.     /**
  737.      * Gets the public 'AppBundle\Controller\Ajax\BookingController' shared autowired service.
  738.      *
  739.      * @return \AppBundle\Controller\Ajax\BookingController
  740.      */
  741.     protected function getBookingControllerService()
  742.     {
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  744.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/BookingController.php';
  745.         include_once \dirname(__DIR__4).'/src/AppBundle/Equicon/ProofOfDeliveryApi.php';
  746.         $this->services['AppBundle\\Controller\\Ajax\\BookingController'] = $instance = new \AppBundle\Controller\Ajax\BookingController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()), ($this->privates['AppBundle\\Repository\\ItemRepository'] ?? $this->getItemRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \AppBundle\Equicon\ProofOfDeliveryApi());
  747.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Ajax\\BookingController'$this));
  748.         return $instance;
  749.     }
  750.     /**
  751.      * Gets the public 'AppBundle\Controller\Ajax\HolidayController' shared autowired service.
  752.      *
  753.      * @return \AppBundle\Controller\Ajax\HolidayController
  754.      */
  755.     protected function getHolidayControllerService()
  756.     {
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  758.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/HolidayController.php';
  759.         $this->services['AppBundle\\Controller\\Ajax\\HolidayController'] = $instance = new \AppBundle\Controller\Ajax\HolidayController(($this->privates['AppBundle\\Repository\\HolidayRepository'] ?? $this->getHolidayRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  760.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Ajax\\HolidayController'$this));
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public 'AppBundle\Controller\Ajax\JsRouteController' shared autowired service.
  765.      *
  766.      * @return \AppBundle\Controller\Ajax\JsRouteController
  767.      */
  768.     protected function getJsRouteControllerService()
  769.     {
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  771.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/JsRouteController.php';
  772.         $this->services['AppBundle\\Controller\\Ajax\\JsRouteController'] = $instance = new \AppBundle\Controller\Ajax\JsRouteController();
  773.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Ajax\\JsRouteController'$this));
  774.         return $instance;
  775.     }
  776.     /**
  777.      * Gets the public 'AppBundle\Controller\Ajax\TranslationController' shared autowired service.
  778.      *
  779.      * @return \AppBundle\Controller\Ajax\TranslationController
  780.      */
  781.     protected function getTranslationControllerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  784.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/TranslationController.php';
  785.         $this->services['AppBundle\\Controller\\Ajax\\TranslationController'] = $instance = new \AppBundle\Controller\Ajax\TranslationController(($this->services['kernel'] ?? $this->get('kernel'1)));
  786.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Ajax\\TranslationController'$this));
  787.         return $instance;
  788.     }
  789.     /**
  790.      * Gets the public 'AppBundle\Controller\Booking\AdminController' shared autowired service.
  791.      *
  792.      * @return \AppBundle\Controller\Booking\AdminController
  793.      */
  794.     protected function getAdminControllerService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  797.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Booking/AdminController.php';
  798.         $this->services['AppBundle\\Controller\\Booking\\AdminController'] = $instance = new \AppBundle\Controller\Booking\AdminController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()));
  799.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Booking\\AdminController'$this));
  800.         return $instance;
  801.     }
  802.     /**
  803.      * Gets the public 'AppBundle\Controller\Booking\BookingBlueprintController' shared autowired service.
  804.      *
  805.      * @return \AppBundle\Controller\Booking\BookingBlueprintController
  806.      */
  807.     protected function getBookingBlueprintControllerService()
  808.     {
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  810.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingBlueprintController.php';
  811.         $this->services['AppBundle\\Controller\\Booking\\BookingBlueprintController'] = $instance = new \AppBundle\Controller\Booking\BookingBlueprintController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['AppBundle\\Repository\\BookingBlueprintRepository'] ?? $this->getBookingBlueprintRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Utility\\BookingItemsUtility'] ?? $this->getBookingItemsUtilityService()));
  812.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Booking\\BookingBlueprintController'$this));
  813.         return $instance;
  814.     }
  815.     /**
  816.      * Gets the public 'AppBundle\Controller\Booking\BookingController' shared autowired service.
  817.      *
  818.      * @return \AppBundle\Controller\Booking\BookingController
  819.      */
  820.     protected function getBookingController2Service()
  821.     {
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  823.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingController.php';
  824.         $this->services['AppBundle\\Controller\\Booking\\BookingController'] = $instance = new \AppBundle\Controller\Booking\BookingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['AppBundle\\Utility\\BookingItemsUtility'] ?? $this->getBookingItemsUtilityService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()), ($this->privates['AppBundle\\Repository\\BookingBlueprintRepository'] ?? $this->getBookingBlueprintRepositoryService()));
  825.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Booking\\BookingController'$this));
  826.         return $instance;
  827.     }
  828.     /**
  829.      * Gets the public 'AppBundle\Controller\Booking\CsvController' shared autowired service.
  830.      *
  831.      * @return \AppBundle\Controller\Booking\CsvController
  832.      */
  833.     protected function getCsvControllerService()
  834.     {
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  836.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Booking/CsvController.php';
  837.         $this->services['AppBundle\\Controller\\Booking\\CsvController'] = $instance = new \AppBundle\Controller\Booking\CsvController(($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()));
  838.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Booking\\CsvController'$this));
  839.         return $instance;
  840.     }
  841.     /**
  842.      * Gets the public 'AppBundle\Controller\Booking\HistoryController' shared autowired service.
  843.      *
  844.      * @return \AppBundle\Controller\Booking\HistoryController
  845.      */
  846.     protected function getHistoryControllerService()
  847.     {
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  849.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Booking/HistoryController.php';
  850.         $this->services['AppBundle\\Controller\\Booking\\HistoryController'] = $instance = new \AppBundle\Controller\Booking\HistoryController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()));
  851.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Booking\\HistoryController'$this));
  852.         return $instance;
  853.     }
  854.     /**
  855.      * Gets the public 'AppBundle\Controller\CsvController' shared autowired service.
  856.      *
  857.      * @return \AppBundle\Controller\CsvController
  858.      */
  859.     protected function getCsvController2Service()
  860.     {
  861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  862.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/CsvController.php';
  863.         $this->services['AppBundle\\Controller\\CsvController'] = $instance = new \AppBundle\Controller\CsvController(($this->privates['AppBundle\\Utility\\CsvExporter'] ?? $this->getCsvExporterService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()));
  864.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\CsvController'$this));
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public 'AppBundle\Controller\Customer\DashboardController' shared autowired service.
  869.      *
  870.      * @return \AppBundle\Controller\Customer\DashboardController
  871.      */
  872.     protected function getDashboardControllerService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  875.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/DashboardController.php';
  876.         $this->services['AppBundle\\Controller\\Customer\\DashboardController'] = $instance = new \AppBundle\Controller\Customer\DashboardController();
  877.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\DashboardController'$this));
  878.         return $instance;
  879.     }
  880.     /**
  881.      * Gets the public 'AppBundle\Controller\Customer\EmailChangeController' shared autowired service.
  882.      *
  883.      * @return \AppBundle\Controller\Customer\EmailChangeController
  884.      */
  885.     protected function getEmailChangeControllerService()
  886.     {
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  888.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/EmailChangeController.php';
  889.         $this->services['AppBundle\\Controller\\Customer\\EmailChangeController'] = $instance = new \AppBundle\Controller\Customer\EmailChangeController(($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  890.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\EmailChangeController'$this));
  891.         return $instance;
  892.     }
  893.     /**
  894.      * Gets the public 'AppBundle\Controller\Customer\LoginController' shared autowired service.
  895.      *
  896.      * @return \AppBundle\Controller\Customer\LoginController
  897.      */
  898.     protected function getLoginControllerService()
  899.     {
  900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  901.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/LoginController.php';
  902.         $this->services['AppBundle\\Controller\\Customer\\LoginController'] = $instance = new \AppBundle\Controller\Customer\LoginController();
  903.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\LoginController'$this));
  904.         return $instance;
  905.     }
  906.     /**
  907.      * Gets the public 'AppBundle\Controller\Customer\PasswordResetController' shared autowired service.
  908.      *
  909.      * @return \AppBundle\Controller\Customer\PasswordResetController
  910.      */
  911.     protected function getPasswordResetControllerService()
  912.     {
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  914.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/PasswordResetController.php';
  915.         $this->services['AppBundle\\Controller\\Customer\\PasswordResetController'] = $instance = new \AppBundle\Controller\Customer\PasswordResetController(30, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  916.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\PasswordResetController'$this));
  917.         return $instance;
  918.     }
  919.     /**
  920.      * Gets the public 'AppBundle\Controller\Customer\ProfileController' shared autowired service.
  921.      *
  922.      * @return \AppBundle\Controller\Customer\ProfileController
  923.      */
  924.     protected function getProfileControllerService()
  925.     {
  926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  927.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/ProfileController.php';
  928.         $this->services['AppBundle\\Controller\\Customer\\ProfileController'] = $instance = new \AppBundle\Controller\Customer\ProfileController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  929.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\ProfileController'$this));
  930.         return $instance;
  931.     }
  932.     /**
  933.      * Gets the public 'AppBundle\Controller\Customer\RegisterController' shared autowired service.
  934.      *
  935.      * @return \AppBundle\Controller\Customer\RegisterController
  936.      */
  937.     protected function getRegisterControllerService()
  938.     {
  939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  940.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/Customer/RegisterController.php';
  941.         $this->services['AppBundle\\Controller\\Customer\\RegisterController'] = $instance = new \AppBundle\Controller\Customer\RegisterController(($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  942.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\Customer\\RegisterController'$this));
  943.         return $instance;
  944.     }
  945.     /**
  946.      * Gets the public 'AppBundle\Controller\HolidayController' shared autowired service.
  947.      *
  948.      * @return \AppBundle\Controller\HolidayController
  949.      */
  950.     protected function getHolidayController2Service()
  951.     {
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  953.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/HolidayController.php';
  954.         $this->services['AppBundle\\Controller\\HolidayController'] = $instance = new \AppBundle\Controller\HolidayController();
  955.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\HolidayController'$this));
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public 'AppBundle\Controller\PdfController' shared autowired service.
  960.      *
  961.      * @return \AppBundle\Controller\PdfController
  962.      */
  963.     protected function getPdfControllerService()
  964.     {
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  966.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/PdfController.php';
  967.         $this->services['AppBundle\\Controller\\PdfController'] = $instance = new \AppBundle\Controller\PdfController(($this->privates['AppBundle\\Utility\\PdfExporter'] ?? $this->getPdfExporterService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()));
  968.         $instance->setContainer(($this->privates['.service_locator.NAeB.Er'] ?? $this->get_ServiceLocator_NAeB_ErService())->withContext('AppBundle\\Controller\\PdfController'$this));
  969.         return $instance;
  970.     }
  971.     /**
  972.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  973.      *
  974.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  975.      */
  976.     protected function getProfilerControllerService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  979.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  980.     }
  981.     /**
  982.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  983.      *
  984.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  985.      */
  986.     protected function getRedirectControllerService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  989.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  990.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  991.     }
  992.     /**
  993.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  994.      *
  995.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  996.      */
  997.     protected function getTemplateControllerService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1000.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1001.     }
  1002.     /**
  1003.      * Gets the public 'cache.app' shared service.
  1004.      *
  1005.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1006.      */
  1007.     protected function getCache_AppService()
  1008.     {
  1009.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('FwOwgJYDzS'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1010.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1011.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1012.     }
  1013.     /**
  1014.      * Gets the public 'cache.app_clearer' shared service.
  1015.      *
  1016.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1017.      */
  1018.     protected function getCache_AppClearerService()
  1019.     {
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1022.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1023.     }
  1024.     /**
  1025.      * Gets the public 'cache.global_clearer' shared service.
  1026.      *
  1027.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1028.      */
  1029.     protected function getCache_GlobalClearerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1033.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), '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())]);
  1034.     }
  1035.     /**
  1036.      * Gets the public 'cache.system' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1039.      */
  1040.     protected function getCache_SystemService()
  1041.     {
  1042.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9IWgTVH9p1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1043.     }
  1044.     /**
  1045.      * Gets the public 'cache.system_clearer' shared service.
  1046.      *
  1047.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1048.      */
  1049.     protected function getCache_SystemClearerService()
  1050.     {
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1053.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1054.     }
  1055.     /**
  1056.      * Gets the public 'cache.validator_expression_language' shared service.
  1057.      *
  1058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1059.      */
  1060.     protected function getCache_ValidatorExpressionLanguageService()
  1061.     {
  1062.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LFet9bQY0K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1063.     }
  1064.     /**
  1065.      * Gets the public 'cache_warmer' shared service.
  1066.      *
  1067.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1068.      */
  1069.     protected function getCacheWarmerService()
  1070.     {
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1073.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1074.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1075.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1076.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1077.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1078.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1079.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1080.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1081.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1082.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1083.     }
  1084.     /**
  1085.      * Gets the public 'console.command_loader' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1088.      */
  1089.     protected function getConsole_CommandLoaderService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1093.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1094.             'AppBundle\\Command\\CsvImportCommand' => ['privates''AppBundle\\Command\\CsvImportCommand''getCsvImportCommandService'false],
  1095.             'AppBundle\\Command\\DeleteExpiredHolidaysCommand' => ['privates''AppBundle\\Command\\DeleteExpiredHolidaysCommand''getDeleteExpiredHolidaysCommandService'false],
  1096.             'AppBundle\\Command\\MailTestCommand' => ['privates''AppBundle\\Command\\MailTestCommand''getMailTestCommandService'false],
  1097.             'AppBundle\\Command\\MapMNumberCommand' => ['privates''AppBundle\\Command\\MapMNumberCommand''getMapMNumberCommandService'false],
  1098.             'AppBundle\\Command\\TestStuffCommand' => ['privates''AppBundle\\Command\\TestStuffCommand''getTestStuffCommandService'false],
  1099.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1100.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1101.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1102.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1103.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1104.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1105.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1106.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1107.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1108.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1109.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1110.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1111.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1112.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1113.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1114.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1115.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1116.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1117.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1118.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1119.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1120.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1121.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1122.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1123.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1124.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1125.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1126.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1127.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1128.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1129.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1130.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1131.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1132.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1133.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1134.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1135.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1136.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1137.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1138.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1139.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1140.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1141.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1142.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1143.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1144.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1145.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1146.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1147.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1148.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1149.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1150.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1151.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1152.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1153.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1154.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1155.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1156.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1157.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1158.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1159.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1160.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1161.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1162.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1163.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1164.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1165.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1166.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1167.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1168.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1169.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1170.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1171.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1172.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1173.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1174.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1175.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1176.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1177.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1178.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1179.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1180.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1181.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1182.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1183.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1184.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1185.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1186.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1187.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1188.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1189.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1190.         ], [
  1191.             'AppBundle\\Command\\CsvImportCommand' => 'AppBundle\\Command\\CsvImportCommand',
  1192.             'AppBundle\\Command\\DeleteExpiredHolidaysCommand' => 'AppBundle\\Command\\DeleteExpiredHolidaysCommand',
  1193.             'AppBundle\\Command\\MailTestCommand' => 'AppBundle\\Command\\MailTestCommand',
  1194.             'AppBundle\\Command\\MapMNumberCommand' => 'AppBundle\\Command\\MapMNumberCommand',
  1195.             'AppBundle\\Command\\TestStuffCommand' => 'AppBundle\\Command\\TestStuffCommand',
  1196.             'console.command.about' => '?',
  1197.             'console.command.assets_install' => '?',
  1198.             'console.command.cache_clear' => '?',
  1199.             'console.command.cache_pool_clear' => '?',
  1200.             'console.command.cache_pool_prune' => '?',
  1201.             'console.command.cache_pool_delete' => '?',
  1202.             'console.command.cache_pool_list' => '?',
  1203.             'console.command.cache_warmup' => '?',
  1204.             'console.command.config_debug' => '?',
  1205.             'console.command.config_dump_reference' => '?',
  1206.             'console.command.container_debug' => '?',
  1207.             'console.command.container_lint' => '?',
  1208.             'console.command.debug_autowiring' => '?',
  1209.             'console.command.dotenv_debug' => '?',
  1210.             'console.command.event_dispatcher_debug' => '?',
  1211.             'console.command.router_debug' => '?',
  1212.             'console.command.router_match' => '?',
  1213.             'console.command.translation_debug' => '?',
  1214.             'console.command.translation_extract' => '?',
  1215.             'console.command.validator_debug' => '?',
  1216.             'console.command.translation_pull' => '?',
  1217.             'console.command.translation_push' => '?',
  1218.             'console.command.xliff_lint' => '?',
  1219.             'console.command.yaml_lint' => '?',
  1220.             'console.command.form_debug' => '?',
  1221.             'console.command.secrets_set' => '?',
  1222.             'console.command.secrets_remove' => '?',
  1223.             'console.command.secrets_generate_key' => '?',
  1224.             'console.command.secrets_list' => '?',
  1225.             'console.command.secrets_decrypt_to_local' => '?',
  1226.             'console.command.secrets_encrypt_from_local' => '?',
  1227.             'security.command.debug_firewall' => '?',
  1228.             'security.command.user_password_encoder' => '?',
  1229.             'security.command.user_password_hash' => '?',
  1230.             'twig.command.debug' => '?',
  1231.             'twig.command.lint' => '?',
  1232.             'var_dumper.command.server_dump' => '?',
  1233.             'monolog.command.server_log' => '?',
  1234.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1235.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1236.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1237.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1238.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1239.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1240.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1241.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1242.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1243.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1244.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1245.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1246.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1247.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1248.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1249.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1250.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1251.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1252.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1253.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1254.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1255.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1256.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1257.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1258.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1259.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1260.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1261.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1262.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1263.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1264.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1265.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1266.             'maker.auto_command.make_auth' => '?',
  1267.             'maker.auto_command.make_command' => '?',
  1268.             'maker.auto_command.make_controller' => '?',
  1269.             'maker.auto_command.make_crud' => '?',
  1270.             'maker.auto_command.make_docker_database' => '?',
  1271.             'maker.auto_command.make_entity' => '?',
  1272.             'maker.auto_command.make_fixtures' => '?',
  1273.             'maker.auto_command.make_form' => '?',
  1274.             'maker.auto_command.make_message' => '?',
  1275.             'maker.auto_command.make_messenger_middleware' => '?',
  1276.             'maker.auto_command.make_registration_form' => '?',
  1277.             'maker.auto_command.make_reset_password' => '?',
  1278.             'maker.auto_command.make_serializer_encoder' => '?',
  1279.             'maker.auto_command.make_serializer_normalizer' => '?',
  1280.             'maker.auto_command.make_subscriber' => '?',
  1281.             'maker.auto_command.make_twig_extension' => '?',
  1282.             'maker.auto_command.make_test' => '?',
  1283.             'maker.auto_command.make_validator' => '?',
  1284.             'maker.auto_command.make_voter' => '?',
  1285.             'maker.auto_command.make_user' => '?',
  1286.             'maker.auto_command.make_migration' => '?',
  1287.         ]), ['csv-import' => 'AppBundle\\Command\\CsvImportCommand''delete-expired-holidays' => 'AppBundle\\Command\\DeleteExpiredHolidaysCommand''mail-test' => 'AppBundle\\Command\\MailTestCommand''map-m-numbers' => 'AppBundle\\Command\\MapMNumberCommand''test-stuff' => 'AppBundle\\Command\\TestStuffCommand''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:dotenv' => 'console.command.dotenv_debug''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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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: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''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']);
  1288.     }
  1289.     /**
  1290.      * Gets the public 'container.env_var_processors_locator' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1293.      */
  1294.     protected function getContainer_EnvVarProcessorsLocatorService()
  1295.     {
  1296.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1297.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1298.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1299.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1300.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1301.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1302.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1303.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1304.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1305.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1306.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1307.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1308.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1309.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1310.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1311.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1312.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1313.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1314.         ], [
  1315.             'base64' => '?',
  1316.             'bool' => '?',
  1317.             'const' => '?',
  1318.             'csv' => '?',
  1319.             'default' => '?',
  1320.             'file' => '?',
  1321.             'float' => '?',
  1322.             'int' => '?',
  1323.             'json' => '?',
  1324.             'key' => '?',
  1325.             'not' => '?',
  1326.             'query_string' => '?',
  1327.             'require' => '?',
  1328.             'resolve' => '?',
  1329.             'string' => '?',
  1330.             'trim' => '?',
  1331.             'url' => '?',
  1332.         ]);
  1333.     }
  1334.     /**
  1335.      * Gets the public 'data_collector.dump' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1338.      */
  1339.     protected function getDataCollector_DumpService()
  1340.     {
  1341.         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()));
  1342.     }
  1343.     /**
  1344.      * Gets the public 'doctrine' shared service.
  1345.      *
  1346.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1347.      */
  1348.     protected function getDoctrineService()
  1349.     {
  1350.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1351.     }
  1352.     /**
  1353.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1354.      *
  1355.      * @return \Doctrine\DBAL\Connection
  1356.      */
  1357.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1358.     {
  1359.         $a = new \Doctrine\DBAL\Configuration();
  1360.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1361.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1363.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1364.         $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()))]));
  1365.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'gerickebuchung_dev''user' => 'gerickebuchung''password' => 'GB-1-2tghz''charset' => 'UTF8''driverOptions' => [], 'serverVersion' => '5.5''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1366.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1367.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1368.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1369.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1370.         ], [
  1371.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1372.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1373.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1374.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1375.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1376.     }
  1377.     /**
  1378.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1379.      *
  1380.      * @return \Doctrine\ORM\EntityManager
  1381.      */
  1382.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1383.     {
  1384.         if ($lazyLoad) {
  1385.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1386.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1387.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1388.                     $proxy->setProxyInitializer(null);
  1389.                     return true;
  1390.                 });
  1391.             });
  1392.         }
  1393.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1398.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1418.         $a = new \Doctrine\ORM\Configuration();
  1419.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1420.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'AppBundle\\Entity');
  1421.         $a->setEntityNamespaces(['AppBundle' => 'AppBundle\\Entity']);
  1422.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1423.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1424.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1425.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1426.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1427.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1428.         ], [
  1429.             'doctrine.ulid_generator' => '?',
  1430.             'doctrine.uuid_generator' => '?',
  1431.         ])));
  1432.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1433.         $a->setProxyNamespace('Proxies');
  1434.         $a->setAutoGenerateProxyClasses(true);
  1435.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1436.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1437.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1438.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1439.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1440.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1441.             'AppBundle\\Repository\\AccessLogRepository' => ['privates''AppBundle\\Repository\\AccessLogRepository''getAccessLogRepositoryService'false],
  1442.             'AppBundle\\Repository\\AddressRepository' => ['privates''AppBundle\\Repository\\AddressRepository''getAddressRepositoryService'false],
  1443.             'AppBundle\\Repository\\BookingBlueprintRepository' => ['privates''AppBundle\\Repository\\BookingBlueprintRepository''getBookingBlueprintRepositoryService'false],
  1444.             'AppBundle\\Repository\\BookingChangeRepository' => ['privates''AppBundle\\Repository\\BookingChangeRepository''getBookingChangeRepositoryService'false],
  1445.             'AppBundle\\Repository\\BookingRepository' => ['privates''AppBundle\\Repository\\BookingRepository''getBookingRepositoryService'false],
  1446.             'AppBundle\\Repository\\CustomerRepository' => ['privates''AppBundle\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1447.             'AppBundle\\Repository\\HolidayRepository' => ['privates''AppBundle\\Repository\\HolidayRepository''getHolidayRepositoryService'false],
  1448.             'AppBundle\\Repository\\ItemChangeRepository' => ['privates''AppBundle\\Repository\\ItemChangeRepository''getItemChangeRepositoryService'false],
  1449.             'AppBundle\\Repository\\ItemRepository' => ['privates''AppBundle\\Repository\\ItemRepository''getItemRepositoryService'false],
  1450.         ], [
  1451.             'AppBundle\\Repository\\AccessLogRepository' => '?',
  1452.             'AppBundle\\Repository\\AddressRepository' => '?',
  1453.             'AppBundle\\Repository\\BookingBlueprintRepository' => '?',
  1454.             'AppBundle\\Repository\\BookingChangeRepository' => '?',
  1455.             'AppBundle\\Repository\\BookingRepository' => '?',
  1456.             'AppBundle\\Repository\\CustomerRepository' => '?',
  1457.             'AppBundle\\Repository\\HolidayRepository' => '?',
  1458.             'AppBundle\\Repository\\ItemChangeRepository' => '?',
  1459.             'AppBundle\\Repository\\ItemRepository' => '?',
  1460.         ])));
  1461.         $a->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1462.         $a->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1463.         $a->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1464.         $a->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1465.         $a->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1466.         $a->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1467.         $a->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1468.         $a->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1469.         $a->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1470.         $a->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1471.         $a->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1472.         $a->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1473.         $a->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1474.         $a->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1475.         $a->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1476.         $a->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1477.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1478.         $a->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1479.         $a->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1480.         $a->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1481.         $a->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1482.         $a->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1483.         $a->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1484.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1485.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1486.         $a->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1487.         $a->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1488.         $a->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1489.         $a->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1490.         $a->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1491.         $a->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1492.         $a->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1493.         $a->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1494.         $a->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1495.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1496.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1497.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1498.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1499.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1500.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1501.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1502.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1503.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1504.         $a->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1505.         $a->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1506.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1507.         $a->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1508.         $a->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1509.         $a->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1510.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1511.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1512.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1513.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1514.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1515.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1516.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1517.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1518.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1519.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1520.         $a->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1521.         $a->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1522.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1523.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1524.         $a->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1525.         $a->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1526.         $a->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1527.         $a->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1528.         $a->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1529.         $a->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1530.         $a->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1531.         $a->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1532.         $a->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1533.         $a->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1534.         $a->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1535.         $a->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1536.         $a->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1537.         $a->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1538.         $a->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1539.         $a->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1540.         $a->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1541.         $a->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1542.         $a->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1543.         $a->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1544.         $a->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1545.         $a->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1546.         $a->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1547.         $a->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1548.         $a->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1549.         $a->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1550.         $a->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1551.         $a->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1552.         $a->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1553.         $a->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1554.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1555.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'error_controller' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1562.      */
  1563.     protected function getErrorControllerService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1568.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'event_dispatcher' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1574.      */
  1575.     protected function getEventDispatcherService()
  1576.     {
  1577.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1578.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1579.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1580.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1581.         $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())));
  1582.         $instance->addListener('kernel.controller', [=> function () {
  1583.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1584.         }, => 'onKernelController'], 0);
  1585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1586.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1587.         }, => 'checkPassport'], 1024);
  1588.         $instance->addListener('kernel.response', [=> function () {
  1589.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1590.         }, => 'onKernelResponse'], 0);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1593.         }, => 'onKernelRequest'], 0);
  1594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1595.             return ($this->privates['AppBundle\\Security\\LoginLogServiceEventSubscriber'] ?? $this->getLoginLogServiceEventSubscriberService());
  1596.         }, => 'onAuthenticationFailure'], 0);
  1597.         $instance->addListener('security.interactive_login', [=> function () {
  1598.             return ($this->privates['AppBundle\\Security\\LoginLogServiceEventSubscriber'] ?? $this->getLoginLogServiceEventSubscriberService());
  1599.         }, => 'onAuthenticationSuccess'], 0);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ($this->privates['AppBundle\\Security\\RedirectUserIfAuthenticatedEventSubscriber'] ?? $this->getRedirectUserIfAuthenticatedEventSubscriberService());
  1602.         }, => 'onKernelRequest'], 0);
  1603.         $instance->addListener('kernel.response', [=> function () {
  1604.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1605.         }, => 'onKernelResponse'], 0);
  1606.         $instance->addListener('kernel.response', [=> function () {
  1607.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1608.         }, => 'onKernelResponse'], -1024);
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1611.         }, => 'setDefaultLocale'], 100);
  1612.         $instance->addListener('kernel.request', [=> function () {
  1613.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1614.         }, => 'onKernelRequest'], 16);
  1615.         $instance->addListener('kernel.finish_request', [=> function () {
  1616.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1617.         }, => 'onKernelFinishRequest'], 0);
  1618.         $instance->addListener('kernel.request', [=> function () {
  1619.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1620.         }, => 'onKernelRequest'], 256);
  1621.         $instance->addListener('kernel.response', [=> function () {
  1622.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1623.         }, => 'onResponse'], -255);
  1624.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1625.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1626.         }, => 'onControllerArguments'], 0);
  1627.         $instance->addListener('kernel.exception', [=> function () {
  1628.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1629.         }, => 'logKernelException'], 0);
  1630.         $instance->addListener('kernel.exception', [=> function () {
  1631.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1632.         }, => 'onKernelException'], -128);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1635.         }, => 'removeCspHeader'], -128);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1638.         }, => 'onKernelRequest'], 15);
  1639.         $instance->addListener('kernel.finish_request', [=> function () {
  1640.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1641.         }, => 'onKernelFinishRequest'], -15);
  1642.         $instance->addListener('console.error', [=> function () {
  1643.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1644.         }, => 'onConsoleError'], -128);
  1645.         $instance->addListener('console.terminate', [=> function () {
  1646.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1647.         }, => 'onConsoleTerminate'], -128);
  1648.         $instance->addListener('console.error', [=> function () {
  1649.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1650.         }, => 'onConsoleError'], 0);
  1651.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1652.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1653.         }, => 'onMessage'], -255);
  1654.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1655.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1656.         }, => 'onMessage'], -255);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1659.         }, => 'configure'], 2048);
  1660.         $instance->addListener('console.command', [=> function () {
  1661.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1662.         }, => 'configure'], 2048);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1665.         }, => 'onKernelRequest'], 32);
  1666.         $instance->addListener('kernel.finish_request', [=> function () {
  1667.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1668.         }, => 'onKernelFinishRequest'], 0);
  1669.         $instance->addListener('kernel.exception', [=> function () {
  1670.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1671.         }, => 'onKernelException'], -64);
  1672.         $instance->addListener('kernel.request', [=> function () {
  1673.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1674.         }, => 'onKernelRequest'], 128);
  1675.         $instance->addListener('kernel.response', [=> function () {
  1676.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1677.         }, => 'onKernelResponse'], -1000);
  1678.         $instance->addListener('kernel.finish_request', [=> function () {
  1679.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1680.         }, => 'onFinishRequest'], 0);
  1681.         $instance->addListener('kernel.response', [=> function () {
  1682.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1683.         }, => 'onKernelResponse'], -100);
  1684.         $instance->addListener('kernel.exception', [=> function () {
  1685.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1686.         }, => 'onKernelException'], 0);
  1687.         $instance->addListener('kernel.terminate', [=> function () {
  1688.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1689.         }, => 'onKernelTerminate'], -1024);
  1690.         $instance->addListener('kernel.controller', [=> function () {
  1691.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1692.         }, => 'onKernelController'], 0);
  1693.         $instance->addListener('kernel.response', [=> function () {
  1694.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1695.         }, => 'onKernelResponse'], 0);
  1696.         $instance->addListener('kernel.response', [=> function () {
  1697.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1698.         }, => 'onKernelResponse'], 0);
  1699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1700.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1701.         }, => 'checkPassport'], 0);
  1702.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1703.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1704.         }, => 'onLoginSuccess'], 0);
  1705.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1706.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1707.         }, => 'onVoterVote'], 0);
  1708.         $instance->addListener('kernel.request', [=> function () {
  1709.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1710.         }, => 'configureLogoutUrlGenerator'], 8);
  1711.         $instance->addListener('kernel.request', [=> function () {
  1712.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1713.         }, => 'onKernelRequest'], 8);
  1714.         $instance->addListener('kernel.finish_request', [=> function () {
  1715.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1716.         }, => 'onKernelFinishRequest'], 0);
  1717.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1718.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1719.         }, => 'onMessage'], 0);
  1720.         $instance->addListener('knp_pager.before', [=> function () {
  1721.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1722.         }, => 'before'], 0);
  1723.         $instance->addListener('knp_pager.pagination', [=> function () {
  1724.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1725.         }, => 'pagination'], 0);
  1726.         $instance->addListener('knp_pager.before', [=> function () {
  1727.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1728.         }, => 'before'], 1);
  1729.         $instance->addListener('knp_pager.before', [=> function () {
  1730.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1731.         }, => 'before'], 1);
  1732.         $instance->addListener('knp_pager.pagination', [=> function () {
  1733.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1734.         }, => 'pagination'], 1);
  1735.         $instance->addListener('console.error', [=> function () {
  1736.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1737.         }, => 'onConsoleError'], 0);
  1738.         $instance->addListener('console.terminate', [=> function () {
  1739.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1740.         }, => 'onConsoleTerminate'], 0);
  1741.         $instance->addListener('console.command', [=> function () {
  1742.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1743.         }, => 'configure'], 1024);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1746.         }, => 'onKernelResponse'], -128);
  1747.         $instance->addListener('kernel.controller', [=> function () {
  1748.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1749.         }, => 'onKernelController'], 0);
  1750.         $instance->addListener('kernel.controller', [=> function () {
  1751.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1752.         }, => 'onKernelController'], 0);
  1753.         $instance->addListener('kernel.controller', [=> function () {
  1754.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1755.         }, => 'onKernelController'], -128);
  1756.         $instance->addListener('kernel.view', [=> function () {
  1757.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1758.         }, => 'onKernelView'], 0);
  1759.         $instance->addListener('kernel.controller', [=> function () {
  1760.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1761.         }, => 'onKernelController'], 0);
  1762.         $instance->addListener('kernel.response', [=> function () {
  1763.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1764.         }, => 'onKernelResponse'], 0);
  1765.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1766.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1767.         }, => 'onKernelControllerArguments'], 0);
  1768.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1769.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1770.         }, => 'onKernelControllerArguments'], 0);
  1771.         $instance->addListener('console.command', [=> function () {
  1772.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1773.         }, => 'onCommand'], 255);
  1774.         $instance->addListener('console.terminate', [=> function () {
  1775.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1776.         }, => 'onTerminate'], -255);
  1777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1778.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1779.         }, => 'checkPassport'], 512);
  1780.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1781.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1782.         }, => 'onLogout'], 0);
  1783.         return $instance;
  1784.     }
  1785.     /**
  1786.      * Gets the public 'http_kernel' shared service.
  1787.      *
  1788.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1789.      */
  1790.     protected function getHttpKernelService()
  1791.     {
  1792.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1793.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1794.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1795.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1796.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1797.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1798.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1799.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1800.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1801.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1802.         }, 8)), $a));
  1803.     }
  1804.     /**
  1805.      * Gets the public 'jms_serializer' shared service.
  1806.      *
  1807.      * @return \JMS\Serializer\Serializer
  1808.      */
  1809.     protected function getJmsSerializerService()
  1810.     {
  1811.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  1819.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  1838.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1839.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  1840.         ], [
  1841.             'metadata_driver' => '?',
  1842.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1843.         $a->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  1844.         $a->setIncludeInterfaces(false);
  1845.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1846.         $c = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  1847.         $d = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1848.         $e = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1849.         $e->setOptions(1216);
  1850.         $f = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1851.         $f->setOptions(0);
  1852.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $c$dNULL), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$c$dNULL)], ['json' => $e'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $f'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1853.     }
  1854.     /**
  1855.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1856.      *
  1857.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1858.      */
  1859.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1864.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1865.     }
  1866.     /**
  1867.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  1868.      *
  1869.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  1870.      */
  1871.     protected function getJmsSerializer_MetadataDriverService()
  1872.     {
  1873.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/IdenticalPropertyNamingStrategy.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  1889.         $a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(['AppBundle\\Entity' => (\dirname(__DIR__4).'/config/serializer')])));
  1890.         $b = new \JMS\Serializer\Naming\IdenticalPropertyNamingStrategy();
  1891.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  1892.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  1893.     }
  1894.     /**
  1895.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1896.      *
  1897.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1898.      */
  1899.     protected function getJmsSerializer_SerializationContextFactoryService()
  1900.     {
  1901.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1904.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1905.     }
  1906.     /**
  1907.      * Gets the public 'knp_paginator' shared service.
  1908.      *
  1909.      * @return \Knp\Component\Pager\Paginator
  1910.      */
  1911.     protected function getKnpPaginatorService($lazyLoad true)
  1912.     {
  1913.         if ($lazyLoad) {
  1914.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1915.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1916.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1917.                     $proxy->setProxyInitializer(null);
  1918.                     return true;
  1919.                 });
  1920.             });
  1921.         }
  1922.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1923.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'field''filterValueParameterName' => 'value''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1924.         return $instance;
  1925.     }
  1926.     /**
  1927.      * Gets the public 'monolog.logger.deprecation' shared service.
  1928.      *
  1929.      * @return \Symfony\Bridge\Monolog\Logger
  1930.      */
  1931.     protected function getMonolog_Logger_DeprecationService()
  1932.     {
  1933.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1934.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1935.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1936.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1937.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'request_stack' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1944.      */
  1945.     protected function getRequestStackService()
  1946.     {
  1947.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1948.     }
  1949.     /**
  1950.      * Gets the public 'router' shared service.
  1951.      *
  1952.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1953.      */
  1954.     protected function getRouterService()
  1955.     {
  1956.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1957.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1958.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1959.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1961.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1962.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1963.         ], [
  1964.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1965.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'de');
  1966.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1967.         return $instance;
  1968.     }
  1969.     /**
  1970.      * Gets the public 'routing.loader' shared service.
  1971.      *
  1972.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1973.      */
  1974.     protected function getRouting_LoaderService()
  1975.     {
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2000.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2001.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2002.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2003.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2004.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2005.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2006.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2007.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2008.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2009.             'kernel' => ['services''kernel''getKernelService'false],
  2010.         ], [
  2011.             'kernel' => 'App\\Kernel',
  2012.         ]), 'dev'));
  2013.         $a->addLoader($c);
  2014.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2015.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2016.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2017.     }
  2018.     /**
  2019.      * Gets the public 'services_resetter' shared service.
  2020.      *
  2021.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2022.      */
  2023.     protected function getServicesResetterService()
  2024.     {
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2026.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2027.             if (isset($this->services['cache.app'])) {
  2028.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2029.             }
  2030.             if (isset($this->services['cache.system'])) {
  2031.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2032.             }
  2033.             if (isset($this->privates['cache.validator'])) {
  2034.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2035.             }
  2036.             if (isset($this->privates['cache.serializer'])) {
  2037.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2038.             }
  2039.             if (isset($this->privates['cache.annotations'])) {
  2040.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2041.             }
  2042.             if (isset($this->privates['cache.property_info'])) {
  2043.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2044.             }
  2045.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2046.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2047.             }
  2048.             if (isset($this->privates['debug.stopwatch'])) {
  2049.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2050.             }
  2051.             if (isset($this->services['event_dispatcher'])) {
  2052.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2053.             }
  2054.             if (isset($this->privates['session_listener'])) {
  2055.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2056.             }
  2057.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2058.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2059.             }
  2060.             if (isset($this->services['cache.validator_expression_language'])) {
  2061.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2062.             }
  2063.             if (isset($this->services['.container.private.profiler'])) {
  2064.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2065.             }
  2066.             if (isset($this->services['.container.private.validator'])) {
  2067.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2068.             }
  2069.             if (isset($this->services['.container.private.security.token_storage'])) {
  2070.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2071.             }
  2072.             if (isset($this->privates['cache.security_expression_language'])) {
  2073.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2074.             }
  2075.             if (isset($this->services['doctrine'])) {
  2076.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2077.             }
  2078.             if (isset($this->privates['form.type.entity'])) {
  2079.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2080.             }
  2081.             if (isset($this->privates['monolog.handler.main'])) {
  2082.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2083.             }
  2084.             if (isset($this->privates['monolog.handler.console'])) {
  2085.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2086.             }
  2087.         }, function () {
  2088.             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['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console']));
  2089.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset']]);
  2090.     }
  2091.     /**
  2092.      * Gets the public 'translator' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2095.      */
  2096.     protected function getTranslatorService()
  2097.     {
  2098.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2099.     }
  2100.     /**
  2101.      * Gets the public 'var_dumper.cloner' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2104.      */
  2105.     protected function getVarDumper_ClonerService()
  2106.     {
  2107.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2108.         $instance->setMaxItems(2500);
  2109.         $instance->setMinDepth(1);
  2110.         $instance->setMaxString(-1);
  2111.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2116.      *
  2117.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2118.      */
  2119.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2122.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2123.     }
  2124.     /**
  2125.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2126.      *
  2127.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2128.      */
  2129.     protected function getWebProfiler_Controller_ProfilerService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2132.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'web_profiler.controller.router' shared service.
  2136.      *
  2137.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2138.      */
  2139.     protected function getWebProfiler_Controller_RouterService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2142.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2143.             return new \EmptyIterator();
  2144.         }, 0));
  2145.     }
  2146.     /**
  2147.      * Gets the private '.console.command.about.lazy' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\Console\Command\LazyCommand
  2150.      */
  2151.     protected function get_Console_Command_About_LazyService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2155.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2156.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2157.         });
  2158.     }
  2159.     /**
  2160.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Console\Command\LazyCommand
  2163.      */
  2164.     protected function get_Console_Command_AssetsInstall_LazyService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2169.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2170.         });
  2171.     }
  2172.     /**
  2173.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Console\Command\LazyCommand
  2176.      */
  2177.     protected function get_Console_Command_CacheClear_LazyService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2182.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2183.         });
  2184.     }
  2185.     /**
  2186.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Console\Command\LazyCommand
  2189.      */
  2190.     protected function get_Console_Command_CachePoolClear_LazyService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2195.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2196.         });
  2197.     }
  2198.     /**
  2199.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Console\Command\LazyCommand
  2202.      */
  2203.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2208.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2209.         });
  2210.     }
  2211.     /**
  2212.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Console\Command\LazyCommand
  2215.      */
  2216.     protected function get_Console_Command_CachePoolList_LazyService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2221.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2222.         });
  2223.     }
  2224.     /**
  2225.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Console\Command\LazyCommand
  2228.      */
  2229.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2234.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2235.         });
  2236.     }
  2237.     /**
  2238.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\Console\Command\LazyCommand
  2241.      */
  2242.     protected function get_Console_Command_CacheWarmup_LazyService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2247.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2248.         });
  2249.     }
  2250.     /**
  2251.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Console\Command\LazyCommand
  2254.      */
  2255.     protected function get_Console_Command_ConfigDebug_LazyService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2259.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2260.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2261.         });
  2262.     }
  2263.     /**
  2264.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\Console\Command\LazyCommand
  2267.      */
  2268.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2272.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2273.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2274.         });
  2275.     }
  2276.     /**
  2277.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Console\Command\LazyCommand
  2280.      */
  2281.     protected function get_Console_Command_ContainerDebug_LazyService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2285.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2286.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2287.         });
  2288.     }
  2289.     /**
  2290.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Console\Command\LazyCommand
  2293.      */
  2294.     protected function get_Console_Command_ContainerLint_LazyService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2298.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2299.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2300.         });
  2301.     }
  2302.     /**
  2303.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\Console\Command\LazyCommand
  2306.      */
  2307.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2311.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2312.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2313.         });
  2314.     }
  2315.     /**
  2316.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Console\Command\LazyCommand
  2319.      */
  2320.     protected function get_Console_Command_DotenvDebug_LazyService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2324.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2325.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2326.         });
  2327.     }
  2328.     /**
  2329.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\Console\Command\LazyCommand
  2332.      */
  2333.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2337.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2338.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2339.         });
  2340.     }
  2341.     /**
  2342.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Console\Command\LazyCommand
  2345.      */
  2346.     protected function get_Console_Command_FormDebug_LazyService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2350.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2351.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2352.         });
  2353.     }
  2354.     /**
  2355.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2356.      *
  2357.      * @return \Symfony\Component\Console\Command\LazyCommand
  2358.      */
  2359.     protected function get_Console_Command_RouterDebug_LazyService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2363.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2364.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2365.         });
  2366.     }
  2367.     /**
  2368.      * Gets the private '.console.command.router_match.lazy' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Console\Command\LazyCommand
  2371.      */
  2372.     protected function get_Console_Command_RouterMatch_LazyService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2376.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2377.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2378.         });
  2379.     }
  2380.     /**
  2381.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\Console\Command\LazyCommand
  2384.      */
  2385.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2389.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2390.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2391.         });
  2392.     }
  2393.     /**
  2394.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Console\Command\LazyCommand
  2397.      */
  2398.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2402.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2403.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2404.         });
  2405.     }
  2406.     /**
  2407.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Console\Command\LazyCommand
  2410.      */
  2411.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2415.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2416.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2417.         });
  2418.     }
  2419.     /**
  2420.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\Console\Command\LazyCommand
  2423.      */
  2424.     protected function get_Console_Command_SecretsList_LazyService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2428.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2429.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2430.         });
  2431.     }
  2432.     /**
  2433.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Console\Command\LazyCommand
  2436.      */
  2437.     protected function get_Console_Command_SecretsRemove_LazyService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2441.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2442.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2443.         });
  2444.     }
  2445.     /**
  2446.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\Console\Command\LazyCommand
  2449.      */
  2450.     protected function get_Console_Command_SecretsSet_LazyService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2454.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2455.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2456.         });
  2457.     }
  2458.     /**
  2459.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\Console\Command\LazyCommand
  2462.      */
  2463.     protected function get_Console_Command_TranslationDebug_LazyService()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2467.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2468.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2469.         });
  2470.     }
  2471.     /**
  2472.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Console\Command\LazyCommand
  2475.      */
  2476.     protected function get_Console_Command_TranslationExtract_LazyService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2480.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2481.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2482.         });
  2483.     }
  2484.     /**
  2485.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Console\Command\LazyCommand
  2488.      */
  2489.     protected function get_Console_Command_TranslationPull_LazyService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2493.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2494.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2495.         });
  2496.     }
  2497.     /**
  2498.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Console\Command\LazyCommand
  2501.      */
  2502.     protected function get_Console_Command_TranslationPush_LazyService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2506.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2507.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2508.         });
  2509.     }
  2510.     /**
  2511.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Console\Command\LazyCommand
  2514.      */
  2515.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2516.     {
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2519.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2520.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2521.         });
  2522.     }
  2523.     /**
  2524.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Console\Command\LazyCommand
  2527.      */
  2528.     protected function get_Console_Command_XliffLint_LazyService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2532.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2533.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2534.         });
  2535.     }
  2536.     /**
  2537.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Console\Command\LazyCommand
  2540.      */
  2541.     protected function get_Console_Command_YamlLint_LazyService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2545.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2546.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2547.         });
  2548.     }
  2549.     /**
  2550.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\HttpFoundation\Response
  2553.      */
  2554.     protected function getResponseService()
  2555.     {
  2556.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2557.     }
  2558.     /**
  2559.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2562.      */
  2563.     protected function getLoaderInterfaceService()
  2564.     {
  2565.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2566.     }
  2567.     /**
  2568.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\Console\Command\LazyCommand
  2571.      */
  2572.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2576.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2577.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2578.         });
  2579.     }
  2580.     /**
  2581.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\Console\Command\LazyCommand
  2584.      */
  2585.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2589.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2590.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2591.         });
  2592.     }
  2593.     /**
  2594.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\Console\Command\LazyCommand
  2597.      */
  2598.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2602.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2603.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2604.         });
  2605.     }
  2606.     /**
  2607.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\Console\Command\LazyCommand
  2610.      */
  2611.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2612.     {
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2615.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2616.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2617.         });
  2618.     }
  2619.     /**
  2620.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Console\Command\LazyCommand
  2623.      */
  2624.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2628.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2629.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2630.         });
  2631.     }
  2632.     /**
  2633.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\Console\Command\LazyCommand
  2636.      */
  2637.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2638.     {
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2641.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2642.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2643.         });
  2644.     }
  2645.     /**
  2646.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Console\Command\LazyCommand
  2649.      */
  2650.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2654.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2655.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2656.         });
  2657.     }
  2658.     /**
  2659.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2660.      *
  2661.      * @return \Symfony\Component\Console\Command\LazyCommand
  2662.      */
  2663.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2664.     {
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2667.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2668.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2669.         });
  2670.     }
  2671.     /**
  2672.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\Console\Command\LazyCommand
  2675.      */
  2676.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2680.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2681.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2682.         });
  2683.     }
  2684.     /**
  2685.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\Console\Command\LazyCommand
  2688.      */
  2689.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2690.     {
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2693.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2694.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2695.         });
  2696.     }
  2697.     /**
  2698.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2699.      *
  2700.      * @return \Symfony\Component\Console\Command\LazyCommand
  2701.      */
  2702.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2703.     {
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2706.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2707.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2708.         });
  2709.     }
  2710.     /**
  2711.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\Console\Command\LazyCommand
  2714.      */
  2715.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2716.     {
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2719.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2720.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2721.         });
  2722.     }
  2723.     /**
  2724.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2725.      *
  2726.      * @return \Symfony\Component\Console\Command\LazyCommand
  2727.      */
  2728.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2729.     {
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2732.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2733.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2734.         });
  2735.     }
  2736.     /**
  2737.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\Console\Command\LazyCommand
  2740.      */
  2741.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2742.     {
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2745.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2746.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2747.         });
  2748.     }
  2749.     /**
  2750.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2751.      *
  2752.      * @return \Symfony\Component\Console\Command\LazyCommand
  2753.      */
  2754.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2755.     {
  2756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2758.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2759.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2760.         });
  2761.     }
  2762.     /**
  2763.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\Console\Command\LazyCommand
  2766.      */
  2767.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2771.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2772.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2773.         });
  2774.     }
  2775.     /**
  2776.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2777.      *
  2778.      * @return \Symfony\Component\Console\Command\LazyCommand
  2779.      */
  2780.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2784.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2785.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2786.         });
  2787.     }
  2788.     /**
  2789.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\Console\Command\LazyCommand
  2792.      */
  2793.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2797.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2798.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2799.         });
  2800.     }
  2801.     /**
  2802.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\Console\Command\LazyCommand
  2805.      */
  2806.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2810.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2811.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2812.         });
  2813.     }
  2814.     /**
  2815.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2816.      *
  2817.      * @return \Symfony\Component\Console\Command\LazyCommand
  2818.      */
  2819.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2823.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2824.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2825.         });
  2826.     }
  2827.     /**
  2828.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2829.      *
  2830.      * @return \Symfony\Component\Console\Command\LazyCommand
  2831.      */
  2832.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2836.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2837.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2838.         });
  2839.     }
  2840.     /**
  2841.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\Console\Command\LazyCommand
  2844.      */
  2845.     protected function get_Monolog_Command_ServerLog_LazyService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2849.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  2850.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2851.         });
  2852.     }
  2853.     /**
  2854.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Console\Command\LazyCommand
  2857.      */
  2858.     protected function get_Security_Command_DebugFirewall_LazyService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2862.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  2863.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2864.         });
  2865.     }
  2866.     /**
  2867.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\Console\Command\LazyCommand
  2870.      */
  2871.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2872.     {
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2875.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  2876.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2877.         });
  2878.     }
  2879.     /**
  2880.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Console\Command\LazyCommand
  2883.      */
  2884.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2888.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  2889.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2890.         });
  2891.     }
  2892.     /**
  2893.      * Gets the private '.service_locator..eHqkeB' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2896.      */
  2897.     protected function get_ServiceLocator__EHqkeBService()
  2898.     {
  2899.         return $this->privates['.service_locator..eHqkeB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2900.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2901.         ], [
  2902.             'paginator' => '?',
  2903.         ]);
  2904.     }
  2905.     /**
  2906.      * Gets the private '.service_locator.1Cv6hTT' shared service.
  2907.      *
  2908.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2909.      */
  2910.     protected function get_ServiceLocator_1Cv6hTTService()
  2911.     {
  2912.         return $this->privates['.service_locator.1Cv6hTT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2913.             'bookingChangeTracker' => ['privates''AppBundle\\Utility\\BookingChangeTracker''getBookingChangeTrackerService'false],
  2914.             'changeMail' => ['privates''AppBundle\\Email\\ChangeMail''getChangeMailService'false],
  2915.             'csvExporter' => ['privates''AppBundle\\Utility\\CsvExporter''getCsvExporterService'false],
  2916.         ], [
  2917.             'bookingChangeTracker' => 'AppBundle\\Utility\\BookingChangeTracker',
  2918.             'changeMail' => 'AppBundle\\Email\\ChangeMail',
  2919.             'csvExporter' => 'AppBundle\\Utility\\CsvExporter',
  2920.         ]);
  2921.     }
  2922.     /**
  2923.      * Gets the private '.service_locator.8IEoUXn' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2926.      */
  2927.     protected function get_ServiceLocator_8IEoUXnService()
  2928.     {
  2929.         return $this->privates['.service_locator.8IEoUXn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2930.             'countryCodes' => ['privates''AppBundle\\Utility\\CountryCodes''getCountryCodesService'false],
  2931.             'emailChangeMail' => ['privates''AppBundle\\Email\\EmailChangeMail''getEmailChangeMailService'false],
  2932.         ], [
  2933.             'countryCodes' => 'AppBundle\\Utility\\CountryCodes',
  2934.             'emailChangeMail' => 'AppBundle\\Email\\EmailChangeMail',
  2935.         ]);
  2936.     }
  2937.     /**
  2938.      * Gets the private '.service_locator.CYMJ0.R' shared service.
  2939.      *
  2940.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2941.      */
  2942.     protected function get_ServiceLocator_CYMJ0_RService()
  2943.     {
  2944.         return $this->privates['.service_locator.CYMJ0.R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2945.             'changeMail' => ['privates''AppBundle\\Email\\ChangeMail''getChangeMailService'false],
  2946.             'csvExporter' => ['privates''AppBundle\\Utility\\CsvExporter''getCsvExporterService'false],
  2947.         ], [
  2948.             'changeMail' => 'AppBundle\\Email\\ChangeMail',
  2949.             'csvExporter' => 'AppBundle\\Utility\\CsvExporter',
  2950.         ]);
  2951.     }
  2952.     /**
  2953.      * Gets the private '.service_locator.FN5R6BY' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2956.      */
  2957.     protected function get_ServiceLocator_FN5R6BYService()
  2958.     {
  2959.         return $this->privates['.service_locator.FN5R6BY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2960.             'resetConfirmMail' => ['privates''AppBundle\\Email\\ResetConfirmMail''getResetConfirmMailService'false],
  2961.             'userPasswordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  2962.         ], [
  2963.             'resetConfirmMail' => 'AppBundle\\Email\\ResetConfirmMail',
  2964.             'userPasswordEncoder' => '?',
  2965.         ]);
  2966.     }
  2967.     /**
  2968.      * Gets the private '.service_locator.GgZBb_p' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2971.      */
  2972.     protected function get_ServiceLocator_GgZBbPService()
  2973.     {
  2974.         return $this->privates['.service_locator.GgZBb_p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2975.             'authUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2976.         ], [
  2977.             'authUtils' => '?',
  2978.         ]);
  2979.     }
  2980.     /**
  2981.      * Gets the private '.service_locator.NAeB.Er' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2984.      */
  2985.     protected function get_ServiceLocator_NAeB_ErService()
  2986.     {
  2987.         return $this->privates['.service_locator.NAeB.Er'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2988.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2989.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2990.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2991.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2992.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2993.             'router' => ['services''router''getRouterService'false],
  2994.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2995.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2996.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2997.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2998.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2999.         ], [
  3000.             'doctrine' => '?',
  3001.             'form.factory' => '?',
  3002.             'http_kernel' => '?',
  3003.             'parameter_bag' => '?',
  3004.             'request_stack' => '?',
  3005.             'router' => '?',
  3006.             'security.authorization_checker' => '?',
  3007.             'security.csrf.token_manager' => '?',
  3008.             'security.token_storage' => '?',
  3009.             'session' => '.session.deprecated',
  3010.             'twig' => '?',
  3011.         ]);
  3012.     }
  3013.     /**
  3014.      * Gets the private '.service_locator.XImqKPa' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3017.      */
  3018.     protected function get_ServiceLocator_XImqKPaService()
  3019.     {
  3020.         return $this->privates['.service_locator.XImqKPa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3021.             'countryCodes' => ['privates''AppBundle\\Utility\\CountryCodes''getCountryCodesService'false],
  3022.         ], [
  3023.             'countryCodes' => 'AppBundle\\Utility\\CountryCodes',
  3024.         ]);
  3025.     }
  3026.     /**
  3027.      * Gets the private '.service_locator.XsyfP82' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3030.      */
  3031.     protected function get_ServiceLocator_XsyfP82Service()
  3032.     {
  3033.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3034.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3035.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3036.         ], [
  3037.             'event_dispatcher' => '?',
  3038.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3039.         ]);
  3040.     }
  3041.     /**
  3042.      * Gets the private '.service_locator.bRdave9' shared service.
  3043.      *
  3044.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3045.      */
  3046.     protected function get_ServiceLocator_BRdave9Service()
  3047.     {
  3048.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3049.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  3050.         ], [
  3051.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  3052.         ]);
  3053.     }
  3054.     /**
  3055.      * Gets the private '.service_locator.gaCDgFR' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3058.      */
  3059.     protected function get_ServiceLocator_GaCDgFRService()
  3060.     {
  3061.         return $this->privates['.service_locator.gaCDgFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3062.             'registrationMail' => ['privates''AppBundle\\Email\\RegistrationMail''getRegistrationMailService'false],
  3063.             'userPasswordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3064.         ], [
  3065.             'registrationMail' => 'AppBundle\\Email\\RegistrationMail',
  3066.             'userPasswordEncoder' => '?',
  3067.         ]);
  3068.     }
  3069.     /**
  3070.      * Gets the private '.service_locator.kOUuLnO' shared service.
  3071.      *
  3072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3073.      */
  3074.     protected function get_ServiceLocator_KOUuLnOService()
  3075.     {
  3076.         return $this->privates['.service_locator.kOUuLnO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3077.             'csvExporter' => ['privates''AppBundle\\Utility\\CsvExporter''getCsvExporterService'false],
  3078.         ], [
  3079.             'csvExporter' => 'AppBundle\\Utility\\CsvExporter',
  3080.         ]);
  3081.     }
  3082.     /**
  3083.      * Gets the private '.service_locator.odUqbAB' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3086.      */
  3087.     protected function get_ServiceLocator_OdUqbABService()
  3088.     {
  3089.         return $this->privates['.service_locator.odUqbAB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3090.             'bookingMail' => ['privates''AppBundle\\Email\\BookingMail''getBookingMailService'false],
  3091.             'pdfExporter' => ['privates''AppBundle\\Utility\\PdfExporter''getPdfExporterService'false],
  3092.         ], [
  3093.             'bookingMail' => 'AppBundle\\Email\\BookingMail',
  3094.             'pdfExporter' => 'AppBundle\\Utility\\PdfExporter',
  3095.         ]);
  3096.     }
  3097.     /**
  3098.      * Gets the private '.service_locator.s3RLi3v' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3101.      */
  3102.     protected function get_ServiceLocator_S3RLi3vService()
  3103.     {
  3104.         return $this->privates['.service_locator.s3RLi3v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3105.             'AppBundle\\Controller\\Address\\AddressController::deleteAction' => ['privates''.service_locator.xkut3T2''get_ServiceLocator_Xkut3T2Service'false],
  3106.             'AppBundle\\Controller\\Address\\AddressController::listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3107.             'AppBundle\\Controller\\Ajax\\AddressController::ajaxAddressAction' => ['privates''.service_locator.XImqKPa''get_ServiceLocator_XImqKPaService'false],
  3108.             'AppBundle\\Controller\\Ajax\\BookingController::acceptOrDenyAction' => ['privates''.service_locator.CYMJ0.R''get_ServiceLocator_CYMJ0_RService'false],
  3109.             'AppBundle\\Controller\\Booking\\AdminController::listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3110.             'AppBundle\\Controller\\Booking\\BookingBlueprintController::listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3111.             'AppBundle\\Controller\\Booking\\BookingController::bookingAction' => ['privates''.service_locator.odUqbAB''get_ServiceLocator_OdUqbABService'false],
  3112.             'AppBundle\\Controller\\Booking\\BookingController::editAction' => ['privates''.service_locator.1Cv6hTT''get_ServiceLocator_1Cv6hTTService'false],
  3113.             'AppBundle\\Controller\\Booking\\CsvController::listAction' => ['privates''.service_locator.kOUuLnO''get_ServiceLocator_KOUuLnOService'false],
  3114.             'AppBundle\\Controller\\Booking\\HistoryController::listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3115.             'AppBundle\\Controller\\Customer\\LoginController::loginAction' => ['privates''.service_locator.GgZBb_p''get_ServiceLocator_GgZBbPService'false],
  3116.             'AppBundle\\Controller\\Customer\\PasswordResetController::editAction' => ['privates''.service_locator.z.V0Fgb''get_ServiceLocator_Z_V0FgbService'false],
  3117.             'AppBundle\\Controller\\Customer\\PasswordResetController::saveAction' => ['privates''.service_locator.FN5R6BY''get_ServiceLocator_FN5R6BYService'false],
  3118.             'AppBundle\\Controller\\Customer\\ProfileController::editAction' => ['privates''.service_locator.8IEoUXn''get_ServiceLocator_8IEoUXnService'false],
  3119.             'AppBundle\\Controller\\Customer\\RegisterController::registerAction' => ['privates''.service_locator.gaCDgFR''get_ServiceLocator_GaCDgFRService'false],
  3120.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3121.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3122.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  3123.             'AppBundle\\Controller\\Address\\AddressController:deleteAction' => ['privates''.service_locator.xkut3T2''get_ServiceLocator_Xkut3T2Service'false],
  3124.             'AppBundle\\Controller\\Address\\AddressController:listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3125.             'AppBundle\\Controller\\Ajax\\AddressController:ajaxAddressAction' => ['privates''.service_locator.XImqKPa''get_ServiceLocator_XImqKPaService'false],
  3126.             'AppBundle\\Controller\\Ajax\\BookingController:acceptOrDenyAction' => ['privates''.service_locator.CYMJ0.R''get_ServiceLocator_CYMJ0_RService'false],
  3127.             'AppBundle\\Controller\\Booking\\AdminController:listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3128.             'AppBundle\\Controller\\Booking\\BookingBlueprintController:listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3129.             'AppBundle\\Controller\\Booking\\BookingController:bookingAction' => ['privates''.service_locator.odUqbAB''get_ServiceLocator_OdUqbABService'false],
  3130.             'AppBundle\\Controller\\Booking\\BookingController:editAction' => ['privates''.service_locator.1Cv6hTT''get_ServiceLocator_1Cv6hTTService'false],
  3131.             'AppBundle\\Controller\\Booking\\CsvController:listAction' => ['privates''.service_locator.kOUuLnO''get_ServiceLocator_KOUuLnOService'false],
  3132.             'AppBundle\\Controller\\Booking\\HistoryController:listAction' => ['privates''.service_locator..eHqkeB''get_ServiceLocator__EHqkeBService'false],
  3133.             'AppBundle\\Controller\\Customer\\LoginController:loginAction' => ['privates''.service_locator.GgZBb_p''get_ServiceLocator_GgZBbPService'false],
  3134.             'AppBundle\\Controller\\Customer\\PasswordResetController:editAction' => ['privates''.service_locator.z.V0Fgb''get_ServiceLocator_Z_V0FgbService'false],
  3135.             'AppBundle\\Controller\\Customer\\PasswordResetController:saveAction' => ['privates''.service_locator.FN5R6BY''get_ServiceLocator_FN5R6BYService'false],
  3136.             'AppBundle\\Controller\\Customer\\ProfileController:editAction' => ['privates''.service_locator.8IEoUXn''get_ServiceLocator_8IEoUXnService'false],
  3137.             'AppBundle\\Controller\\Customer\\RegisterController:registerAction' => ['privates''.service_locator.gaCDgFR''get_ServiceLocator_GaCDgFRService'false],
  3138.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3139.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3140.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  3141.         ], [
  3142.             'AppBundle\\Controller\\Address\\AddressController::deleteAction' => '?',
  3143.             'AppBundle\\Controller\\Address\\AddressController::listAction' => '?',
  3144.             'AppBundle\\Controller\\Ajax\\AddressController::ajaxAddressAction' => '?',
  3145.             'AppBundle\\Controller\\Ajax\\BookingController::acceptOrDenyAction' => '?',
  3146.             'AppBundle\\Controller\\Booking\\AdminController::listAction' => '?',
  3147.             'AppBundle\\Controller\\Booking\\BookingBlueprintController::listAction' => '?',
  3148.             'AppBundle\\Controller\\Booking\\BookingController::bookingAction' => '?',
  3149.             'AppBundle\\Controller\\Booking\\BookingController::editAction' => '?',
  3150.             'AppBundle\\Controller\\Booking\\CsvController::listAction' => '?',
  3151.             'AppBundle\\Controller\\Booking\\HistoryController::listAction' => '?',
  3152.             'AppBundle\\Controller\\Customer\\LoginController::loginAction' => '?',
  3153.             'AppBundle\\Controller\\Customer\\PasswordResetController::editAction' => '?',
  3154.             'AppBundle\\Controller\\Customer\\PasswordResetController::saveAction' => '?',
  3155.             'AppBundle\\Controller\\Customer\\ProfileController::editAction' => '?',
  3156.             'AppBundle\\Controller\\Customer\\RegisterController::registerAction' => '?',
  3157.             'kernel::loadRoutes' => '?',
  3158.             'kernel::registerContainerConfiguration' => '?',
  3159.             'kernel::terminate' => '?',
  3160.             'AppBundle\\Controller\\Address\\AddressController:deleteAction' => '?',
  3161.             'AppBundle\\Controller\\Address\\AddressController:listAction' => '?',
  3162.             'AppBundle\\Controller\\Ajax\\AddressController:ajaxAddressAction' => '?',
  3163.             'AppBundle\\Controller\\Ajax\\BookingController:acceptOrDenyAction' => '?',
  3164.             'AppBundle\\Controller\\Booking\\AdminController:listAction' => '?',
  3165.             'AppBundle\\Controller\\Booking\\BookingBlueprintController:listAction' => '?',
  3166.             'AppBundle\\Controller\\Booking\\BookingController:bookingAction' => '?',
  3167.             'AppBundle\\Controller\\Booking\\BookingController:editAction' => '?',
  3168.             'AppBundle\\Controller\\Booking\\CsvController:listAction' => '?',
  3169.             'AppBundle\\Controller\\Booking\\HistoryController:listAction' => '?',
  3170.             'AppBundle\\Controller\\Customer\\LoginController:loginAction' => '?',
  3171.             'AppBundle\\Controller\\Customer\\PasswordResetController:editAction' => '?',
  3172.             'AppBundle\\Controller\\Customer\\PasswordResetController:saveAction' => '?',
  3173.             'AppBundle\\Controller\\Customer\\ProfileController:editAction' => '?',
  3174.             'AppBundle\\Controller\\Customer\\RegisterController:registerAction' => '?',
  3175.             'kernel:loadRoutes' => '?',
  3176.             'kernel:registerContainerConfiguration' => '?',
  3177.             'kernel:terminate' => '?',
  3178.         ]);
  3179.     }
  3180.     /**
  3181.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3184.      */
  3185.     protected function get_ServiceLocator_XUrKPVUService()
  3186.     {
  3187.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3188.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3189.         ], [
  3190.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3191.         ]);
  3192.     }
  3193.     /**
  3194.      * Gets the private '.service_locator.xkut3T2' shared service.
  3195.      *
  3196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3197.      */
  3198.     protected function get_ServiceLocator_Xkut3T2Service()
  3199.     {
  3200.         return $this->privates['.service_locator.xkut3T2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3201.             'addressUtility' => ['privates''AppBundle\\Utility\\AddressUtility''getAddressUtilityService'false],
  3202.         ], [
  3203.             'addressUtility' => 'AppBundle\\Utility\\AddressUtility',
  3204.         ]);
  3205.     }
  3206.     /**
  3207.      * Gets the private '.service_locator.z.V0Fgb' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3210.      */
  3211.     protected function get_ServiceLocator_Z_V0FgbService()
  3212.     {
  3213.         return $this->privates['.service_locator.z.V0Fgb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3214.             'resetMail' => ['privates''AppBundle\\Email\\ResetMail''getResetMailService'false],
  3215.         ], [
  3216.             'resetMail' => 'AppBundle\\Email\\ResetMail',
  3217.         ]);
  3218.     }
  3219.     /**
  3220.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3223.      */
  3224.     protected function get_ServiceLocator_ZJyh7qSService()
  3225.     {
  3226.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3227.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3228.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3229.         ], [
  3230.             'security.firewall.map.context.dev' => '?',
  3231.             'security.firewall.map.context.main' => '?',
  3232.         ]);
  3233.     }
  3234.     /**
  3235.      * Gets the private '.session.deprecated' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3238.      */
  3239.     protected function get_Session_DeprecatedService()
  3240.     {
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3243.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  3244.     }
  3245.     /**
  3246.      * Gets the private '.twig.command.debug.lazy' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\Console\Command\LazyCommand
  3249.      */
  3250.     protected function get_Twig_Command_Debug_LazyService()
  3251.     {
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3254.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  3255.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3256.         });
  3257.     }
  3258.     /**
  3259.      * Gets the private '.twig.command.lint.lazy' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\Console\Command\LazyCommand
  3262.      */
  3263.     protected function get_Twig_Command_Lint_LazyService()
  3264.     {
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3267.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  3268.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3269.         });
  3270.     }
  3271.     /**
  3272.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\Console\Command\LazyCommand
  3275.      */
  3276.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3280.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  3281.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3282.         });
  3283.     }
  3284.     /**
  3285.      * Gets the private 'AppBundle\Command\CsvImportCommand' shared autowired service.
  3286.      *
  3287.      * @return \AppBundle\Command\CsvImportCommand
  3288.      */
  3289.     protected function getCsvImportCommandService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3292.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/CsvImportCommand.php';
  3293.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/CsvImporter.php';
  3294.         $a = new \Symfony\Bridge\Monolog\Logger('csv_import');
  3295.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3296.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3297.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3298.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3299.         $this->privates['AppBundle\\Command\\CsvImportCommand'] = $instance = new \AppBundle\Command\CsvImportCommand(new \AppBundle\Utility\CsvImporter($a$this, ($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['translator'] ?? $this->getTranslatorService())), $this, ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3300.         $instance->setName('csv-import');
  3301.         return $instance;
  3302.     }
  3303.     /**
  3304.      * Gets the private 'AppBundle\Command\DeleteExpiredHolidaysCommand' shared autowired service.
  3305.      *
  3306.      * @return \AppBundle\Command\DeleteExpiredHolidaysCommand
  3307.      */
  3308.     protected function getDeleteExpiredHolidaysCommandService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3311.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/DeleteExpiredHolidaysCommand.php';
  3312.         $this->privates['AppBundle\\Command\\DeleteExpiredHolidaysCommand'] = $instance = new \AppBundle\Command\DeleteExpiredHolidaysCommand(($this->privates['AppBundle\\Repository\\HolidayRepository'] ?? $this->getHolidayRepositoryService()));
  3313.         $instance->setName('delete-expired-holidays');
  3314.         return $instance;
  3315.     }
  3316.     /**
  3317.      * Gets the private 'AppBundle\Command\MailTestCommand' shared autowired service.
  3318.      *
  3319.      * @return \AppBundle\Command\MailTestCommand
  3320.      */
  3321.     protected function getMailTestCommandService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3324.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/MailTestCommand.php';
  3325.         $this->privates['AppBundle\\Command\\MailTestCommand'] = $instance = new \AppBundle\Command\MailTestCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3326.         $instance->setName('mail-test');
  3327.         return $instance;
  3328.     }
  3329.     /**
  3330.      * Gets the private 'AppBundle\Command\MapMNumberCommand' shared autowired service.
  3331.      *
  3332.      * @return \AppBundle\Command\MapMNumberCommand
  3333.      */
  3334.     protected function getMapMNumberCommandService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3337.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/MapMNumberCommand.php';
  3338.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/MapMNumberToBooking.php';
  3339.         $this->privates['AppBundle\\Command\\MapMNumberCommand'] = $instance = new \AppBundle\Command\MapMNumberCommand(new \AppBundle\Utility\MapMNumberToBooking(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()), $this));
  3340.         $instance->setName('map-m-numbers');
  3341.         return $instance;
  3342.     }
  3343.     /**
  3344.      * Gets the private 'AppBundle\Command\TestStuffCommand' shared autowired service.
  3345.      *
  3346.      * @return \AppBundle\Command\TestStuffCommand
  3347.      */
  3348.     protected function getTestStuffCommandService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3351.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/TestStuffCommand.php';
  3352.         $this->privates['AppBundle\\Command\\TestStuffCommand'] = $instance = new \AppBundle\Command\TestStuffCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3353.         $instance->setName('test-stuff');
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the private 'AppBundle\Email\BookingMail' shared autowired service.
  3358.      *
  3359.      * @return \AppBundle\Email\BookingMail
  3360.      */
  3361.     protected function getBookingMailService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3364.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3365.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/BookingMail.php';
  3366.         return $this->privates['AppBundle\\Email\\BookingMail'] = new \AppBundle\Email\BookingMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3367.     }
  3368.     /**
  3369.      * Gets the private 'AppBundle\Email\ChangeMail' shared autowired service.
  3370.      *
  3371.      * @return \AppBundle\Email\ChangeMail
  3372.      */
  3373.     protected function getChangeMailService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3376.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3377.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/ChangeMail.php';
  3378.         return $this->privates['AppBundle\\Email\\ChangeMail'] = new \AppBundle\Email\ChangeMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3379.     }
  3380.     /**
  3381.      * Gets the private 'AppBundle\Email\EmailChangeMail' shared autowired service.
  3382.      *
  3383.      * @return \AppBundle\Email\EmailChangeMail
  3384.      */
  3385.     protected function getEmailChangeMailService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3388.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3389.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/EmailChangeMail.php';
  3390.         return $this->privates['AppBundle\\Email\\EmailChangeMail'] = new \AppBundle\Email\EmailChangeMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'AppBundle\Email\RegistrationMail' shared autowired service.
  3394.      *
  3395.      * @return \AppBundle\Email\RegistrationMail
  3396.      */
  3397.     protected function getRegistrationMailService()
  3398.     {
  3399.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3400.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3401.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/RegistrationMail.php';
  3402.         return $this->privates['AppBundle\\Email\\RegistrationMail'] = new \AppBundle\Email\RegistrationMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3403.     }
  3404.     /**
  3405.      * Gets the private 'AppBundle\Email\ResetConfirmMail' shared autowired service.
  3406.      *
  3407.      * @return \AppBundle\Email\ResetConfirmMail
  3408.      */
  3409.     protected function getResetConfirmMailService()
  3410.     {
  3411.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3412.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3413.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/ResetConfirmMail.php';
  3414.         return $this->privates['AppBundle\\Email\\ResetConfirmMail'] = new \AppBundle\Email\ResetConfirmMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'AppBundle\Email\ResetMail' shared autowired service.
  3418.      *
  3419.      * @return \AppBundle\Email\ResetMail
  3420.      */
  3421.     protected function getResetMailService()
  3422.     {
  3423.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/MailerInterface.php';
  3424.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/AbstractMail.php';
  3425.         include_once \dirname(__DIR__4).'/src/AppBundle/Email/ResetMail.php';
  3426.         return $this->privates['AppBundle\\Email\\ResetMail'] = new \AppBundle\Email\ResetMail(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3427.     }
  3428.     /**
  3429.      * Gets the private 'AppBundle\Form\Address\AddressType' shared autowired service.
  3430.      *
  3431.      * @return \AppBundle\Form\Address\AddressType
  3432.      */
  3433.     protected function getAddressTypeService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3437.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Address/AddressType.php';
  3438.         return $this->privates['AppBundle\\Form\\Address\\AddressType'] = new \AppBundle\Form\Address\AddressType(($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3439.     }
  3440.     /**
  3441.      * Gets the private 'AppBundle\Form\Booking\BookingBlueprintType' shared autowired service.
  3442.      *
  3443.      * @return \AppBundle\Form\Booking\BookingBlueprintType
  3444.      */
  3445.     protected function getBookingBlueprintTypeService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3449.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingType.php';
  3450.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingBlueprintType.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  3452.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DateTimeTransformer.php';
  3453.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TimeTransformer.php';
  3454.         return $this->privates['AppBundle\\Form\\Booking\\BookingBlueprintType'] = new \AppBundle\Form\Booking\BookingBlueprintType(($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] = new \AppBundle\Form\DataTransformer\DateTimeTransformer())), ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] = new \AppBundle\Form\DataTransformer\TimeTransformer())), ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3455.     }
  3456.     /**
  3457.      * Gets the private 'AppBundle\Form\Booking\BookingChangesType' shared autowired service.
  3458.      *
  3459.      * @return \AppBundle\Form\Booking\BookingChangesType
  3460.      */
  3461.     protected function getBookingChangesTypeService()
  3462.     {
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3465.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingType.php';
  3466.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingChangesType.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  3468.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/BoolTransformer.php';
  3469.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/StatusTransformer.php';
  3470.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/FreightPayerTransformer.php';
  3471.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DeliveryTypeTransformer.php';
  3472.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/AdrPackageTransformer.php';
  3473.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/CountryCodesTransformer.php';
  3474.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TerminatedDeliveryTransformer.php';
  3475.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TypeTransformer.php';
  3476.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/FloatTransformer.php';
  3477.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DateTimeTransformer.php';
  3478.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TimeTransformer.php';
  3479.         $a = ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes()));
  3480.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  3481.         return $this->privates['AppBundle\\Form\\Booking\\BookingChangesType'] = new \AppBundle\Form\Booking\BookingChangesType($a, ($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] = new \AppBundle\Form\DataTransformer\DateTimeTransformer())), ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] = new \AppBundle\Form\DataTransformer\TimeTransformer())), new \AppBundle\Form\DataTransformer\BoolTransformer($b), new \AppBundle\Form\DataTransformer\StatusTransformer($b), new \AppBundle\Form\DataTransformer\FreightPayerTransformer($b), new \AppBundle\Form\DataTransformer\DeliveryTypeTransformer($b), new \AppBundle\Form\DataTransformer\AdrPackageTransformer($b), new \AppBundle\Form\DataTransformer\CountryCodesTransformer($b$a), new \AppBundle\Form\DataTransformer\TerminatedDeliveryTransformer($b), new \AppBundle\Form\DataTransformer\TypeTransformer($b), new \AppBundle\Form\DataTransformer\FloatTransformer());
  3482.     }
  3483.     /**
  3484.      * Gets the private 'AppBundle\Form\Booking\BookingEditType' shared autowired service.
  3485.      *
  3486.      * @return \AppBundle\Form\Booking\BookingEditType
  3487.      */
  3488.     protected function getBookingEditTypeService()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3492.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingType.php';
  3493.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingEditType.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  3495.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DateTimeTransformer.php';
  3496.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TimeTransformer.php';
  3497.         return $this->privates['AppBundle\\Form\\Booking\\BookingEditType'] = new \AppBundle\Form\Booking\BookingEditType(($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] = new \AppBundle\Form\DataTransformer\DateTimeTransformer())), ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] = new \AppBundle\Form\DataTransformer\TimeTransformer())), ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3498.     }
  3499.     /**
  3500.      * Gets the private 'AppBundle\Form\Booking\BookingType' shared autowired service.
  3501.      *
  3502.      * @return \AppBundle\Form\Booking\BookingType
  3503.      */
  3504.     protected function getBookingTypeService()
  3505.     {
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3508.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/BookingType.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  3510.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DateTimeTransformer.php';
  3511.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TimeTransformer.php';
  3512.         return $this->privates['AppBundle\\Form\\Booking\\BookingType'] = new \AppBundle\Form\Booking\BookingType(($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\DateTimeTransformer'] = new \AppBundle\Form\DataTransformer\DateTimeTransformer())), ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] ?? ($this->privates['AppBundle\\Form\\DataTransformer\\TimeTransformer'] = new \AppBundle\Form\DataTransformer\TimeTransformer())), ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'AppBundle\Form\Booking\ItemBlueprintType' shared autowired service.
  3516.      *
  3517.      * @return \AppBundle\Form\Booking\ItemBlueprintType
  3518.      */
  3519.     protected function getItemBlueprintTypeService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3523.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/ItemType.php';
  3524.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/ItemBlueprintType.php';
  3525.         return $this->privates['AppBundle\\Form\\Booking\\ItemBlueprintType'] = new \AppBundle\Form\Booking\ItemBlueprintType();
  3526.     }
  3527.     /**
  3528.      * Gets the private 'AppBundle\Form\Booking\ItemEditType' shared autowired service.
  3529.      *
  3530.      * @return \AppBundle\Form\Booking\ItemEditType
  3531.      */
  3532.     protected function getItemEditTypeService()
  3533.     {
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3536.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/ItemType.php';
  3537.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/ItemEditType.php';
  3538.         return $this->privates['AppBundle\\Form\\Booking\\ItemEditType'] = new \AppBundle\Form\Booking\ItemEditType();
  3539.     }
  3540.     /**
  3541.      * Gets the private 'AppBundle\Form\Booking\ItemType' shared autowired service.
  3542.      *
  3543.      * @return \AppBundle\Form\Booking\ItemType
  3544.      */
  3545.     protected function getItemTypeService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3549.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Booking/ItemType.php';
  3550.         return $this->privates['AppBundle\\Form\\Booking\\ItemType'] = new \AppBundle\Form\Booking\ItemType();
  3551.     }
  3552.     /**
  3553.      * Gets the private 'AppBundle\Form\Customer\CustomerType' shared autowired service.
  3554.      *
  3555.      * @return \AppBundle\Form\Customer\CustomerType
  3556.      */
  3557.     protected function getCustomerTypeService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3561.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Customer/CustomerType.php';
  3562.         return $this->privates['AppBundle\\Form\\Customer\\CustomerType'] = new \AppBundle\Form\Customer\CustomerType(($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3563.     }
  3564.     /**
  3565.      * Gets the private 'AppBundle\Form\Customer\ProfileType' shared autowired service.
  3566.      *
  3567.      * @return \AppBundle\Form\Customer\ProfileType
  3568.      */
  3569.     protected function getProfileTypeService()
  3570.     {
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3573.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Customer/ProfileType.php';
  3574.         return $this->privates['AppBundle\\Form\\Customer\\ProfileType'] = new \AppBundle\Form\Customer\ProfileType();
  3575.     }
  3576.     /**
  3577.      * Gets the private 'AppBundle\Form\Customer\RegisterType' shared autowired service.
  3578.      *
  3579.      * @return \AppBundle\Form\Customer\RegisterType
  3580.      */
  3581.     protected function getRegisterTypeService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3585.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Customer/RegisterType.php';
  3586.         return $this->privates['AppBundle\\Form\\Customer\\RegisterType'] = new \AppBundle\Form\Customer\RegisterType();
  3587.     }
  3588.     /**
  3589.      * Gets the private 'AppBundle\Form\Customer\ResetConfirmType' shared autowired service.
  3590.      *
  3591.      * @return \AppBundle\Form\Customer\ResetConfirmType
  3592.      */
  3593.     protected function getResetConfirmTypeService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3597.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Customer/ResetConfirmType.php';
  3598.         return $this->privates['AppBundle\\Form\\Customer\\ResetConfirmType'] = new \AppBundle\Form\Customer\ResetConfirmType();
  3599.     }
  3600.     /**
  3601.      * Gets the private 'AppBundle\Form\Customer\ResetType' shared autowired service.
  3602.      *
  3603.      * @return \AppBundle\Form\Customer\ResetType
  3604.      */
  3605.     protected function getResetTypeService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3609.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/Customer/ResetType.php';
  3610.         return $this->privates['AppBundle\\Form\\Customer\\ResetType'] = new \AppBundle\Form\Customer\ResetType();
  3611.     }
  3612.     /**
  3613.      * Gets the private 'AppBundle\Repository\AccessLogRepository' shared autowired service.
  3614.      *
  3615.      * @return \AppBundle\Repository\AccessLogRepository
  3616.      */
  3617.     protected function getAccessLogRepositoryService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3624.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/AccessLogRepository.php';
  3625.         return $this->privates['AppBundle\\Repository\\AccessLogRepository'] = new \AppBundle\Repository\AccessLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3626.     }
  3627.     /**
  3628.      * Gets the private 'AppBundle\Repository\AddressRepository' shared autowired service.
  3629.      *
  3630.      * @return \AppBundle\Repository\AddressRepository
  3631.      */
  3632.     protected function getAddressRepositoryService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3639.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/AddressRepository.php';
  3640.         return $this->privates['AppBundle\\Repository\\AddressRepository'] = new \AppBundle\Repository\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3641.     }
  3642.     /**
  3643.      * Gets the private 'AppBundle\Repository\BookingBlueprintRepository' shared autowired service.
  3644.      *
  3645.      * @return \AppBundle\Repository\BookingBlueprintRepository
  3646.      */
  3647.     protected function getBookingBlueprintRepositoryService()
  3648.     {
  3649.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3654.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/SearchableQueryTrait.php';
  3655.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/BookingBlueprintRepository.php';
  3656.         return $this->privates['AppBundle\\Repository\\BookingBlueprintRepository'] = new \AppBundle\Repository\BookingBlueprintRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3657.     }
  3658.     /**
  3659.      * Gets the private 'AppBundle\Repository\BookingChangeRepository' shared autowired service.
  3660.      *
  3661.      * @return \AppBundle\Repository\BookingChangeRepository
  3662.      */
  3663.     protected function getBookingChangeRepositoryService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3670.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/BookingChangeRepository.php';
  3671.         return $this->privates['AppBundle\\Repository\\BookingChangeRepository'] = new \AppBundle\Repository\BookingChangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3672.     }
  3673.     /**
  3674.      * Gets the private 'AppBundle\Repository\BookingRepository' shared autowired service.
  3675.      *
  3676.      * @return \AppBundle\Repository\BookingRepository
  3677.      */
  3678.     protected function getBookingRepositoryService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3685.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/SearchableQueryTrait.php';
  3686.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/BookingRepository.php';
  3687.         return $this->privates['AppBundle\\Repository\\BookingRepository'] = new \AppBundle\Repository\BookingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3688.     }
  3689.     /**
  3690.      * Gets the private 'AppBundle\Repository\CustomerRepository' shared autowired service.
  3691.      *
  3692.      * @return \AppBundle\Repository\CustomerRepository
  3693.      */
  3694.     protected function getCustomerRepositoryService()
  3695.     {
  3696.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3701.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/CustomerRepository.php';
  3702.         return $this->privates['AppBundle\\Repository\\CustomerRepository'] = new \AppBundle\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3703.     }
  3704.     /**
  3705.      * Gets the private 'AppBundle\Repository\HolidayRepository' shared autowired service.
  3706.      *
  3707.      * @return \AppBundle\Repository\HolidayRepository
  3708.      */
  3709.     protected function getHolidayRepositoryService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3716.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/HolidayRepository.php';
  3717.         return $this->privates['AppBundle\\Repository\\HolidayRepository'] = new \AppBundle\Repository\HolidayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3718.     }
  3719.     /**
  3720.      * Gets the private 'AppBundle\Repository\ItemChangeRepository' shared autowired service.
  3721.      *
  3722.      * @return \AppBundle\Repository\ItemChangeRepository
  3723.      */
  3724.     protected function getItemChangeRepositoryService()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3731.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/ItemChangeRepository.php';
  3732.         return $this->privates['AppBundle\\Repository\\ItemChangeRepository'] = new \AppBundle\Repository\ItemChangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3733.     }
  3734.     /**
  3735.      * Gets the private 'AppBundle\Repository\ItemRepository' shared autowired service.
  3736.      *
  3737.      * @return \AppBundle\Repository\ItemRepository
  3738.      */
  3739.     protected function getItemRepositoryService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3746.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/ItemRepository.php';
  3747.         return $this->privates['AppBundle\\Repository\\ItemRepository'] = new \AppBundle\Repository\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3748.     }
  3749.     /**
  3750.      * Gets the private 'AppBundle\Security\LoginLogServiceEventSubscriber' shared autowired service.
  3751.      *
  3752.      * @return \AppBundle\Security\LoginLogServiceEventSubscriber
  3753.      */
  3754.     protected function getLoginLogServiceEventSubscriberService()
  3755.     {
  3756.         include_once \dirname(__DIR__4).'/src/AppBundle/Security/LoginLogServiceEventSubscriber.php';
  3757.         return $this->privates['AppBundle\\Security\\LoginLogServiceEventSubscriber'] = new \AppBundle\Security\LoginLogServiceEventSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\AccessLogRepository'] ?? $this->getAccessLogRepositoryService()), ($this->privates['AppBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  3758.     }
  3759.     /**
  3760.      * Gets the private 'AppBundle\Security\RedirectUserIfAuthenticatedEventSubscriber' shared autowired service.
  3761.      *
  3762.      * @return \AppBundle\Security\RedirectUserIfAuthenticatedEventSubscriber
  3763.      */
  3764.     protected function getRedirectUserIfAuthenticatedEventSubscriberService()
  3765.     {
  3766.         return $this->privates['AppBundle\\Security\\RedirectUserIfAuthenticatedEventSubscriber'] = new \AppBundle\Security\RedirectUserIfAuthenticatedEventSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  3767.     }
  3768.     /**
  3769.      * Gets the private 'AppBundle\Utility\AddressUtility' shared autowired service.
  3770.      *
  3771.      * @return \AppBundle\Utility\AddressUtility
  3772.      */
  3773.     protected function getAddressUtilityService()
  3774.     {
  3775.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/AddressUtility.php';
  3776.         return $this->privates['AppBundle\\Utility\\AddressUtility'] = new \AppBundle\Utility\AddressUtility(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AppBundle\\Repository\\BookingRepository'] ?? $this->getBookingRepositoryService()), ($this->privates['AppBundle\\Repository\\BookingBlueprintRepository'] ?? $this->getBookingBlueprintRepositoryService()));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'AppBundle\Utility\BookingChangeTracker' shared autowired service.
  3780.      *
  3781.      * @return \AppBundle\Utility\BookingChangeTracker
  3782.      */
  3783.     protected function getBookingChangeTrackerService()
  3784.     {
  3785.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/BookingChangeTracker.php';
  3786.         return $this->privates['AppBundle\\Utility\\BookingChangeTracker'] = new \AppBundle\Utility\BookingChangeTracker(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3787.     }
  3788.     /**
  3789.      * Gets the private 'AppBundle\Utility\BookingItemsUtility' shared autowired service.
  3790.      *
  3791.      * @return \AppBundle\Utility\BookingItemsUtility
  3792.      */
  3793.     protected function getBookingItemsUtilityService()
  3794.     {
  3795.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/BookingItemsUtility.php';
  3796.         return $this->privates['AppBundle\\Utility\\BookingItemsUtility'] = new \AppBundle\Utility\BookingItemsUtility(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3797.     }
  3798.     /**
  3799.      * Gets the private 'AppBundle\Utility\CountryCodes' shared autowired service.
  3800.      *
  3801.      * @return \AppBundle\Utility\CountryCodes
  3802.      */
  3803.     protected function getCountryCodesService()
  3804.     {
  3805.         return $this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes();
  3806.     }
  3807.     /**
  3808.      * Gets the private 'AppBundle\Utility\CsvExporter' shared autowired service.
  3809.      *
  3810.      * @return \AppBundle\Utility\CsvExporter
  3811.      */
  3812.     protected function getCsvExporterService()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/BookingExporterInterface.php';
  3815.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/CsvExporter.php';
  3816.         return $this->privates['AppBundle\\Utility\\CsvExporter'] = new \AppBundle\Utility\CsvExporter(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['translator'] ?? $this->getTranslatorService()), $this);
  3817.     }
  3818.     /**
  3819.      * Gets the private 'AppBundle\Utility\PdfExporter' shared autowired service.
  3820.      *
  3821.      * @return \AppBundle\Utility\PdfExporter
  3822.      */
  3823.     protected function getPdfExporterService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/BookingExporterInterface.php';
  3826.         include_once \dirname(__DIR__4).'/src/AppBundle/Utility/PdfExporter.php';
  3827.         return $this->privates['AppBundle\\Utility\\PdfExporter'] = new \AppBundle\Utility\PdfExporter(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['AppBundle\\Utility\\CountryCodes'] ?? ($this->privates['AppBundle\\Utility\\CountryCodes'] = new \AppBundle\Utility\CountryCodes())));
  3828.     }
  3829.     /**
  3830.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3831.      *
  3832.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3833.      */
  3834.     protected function getManagerRegistryAwareConnectionProviderService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3838.         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'));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3842.      *
  3843.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3844.      */
  3845.     protected function getRunSqlCommandService()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3849.         $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()));
  3850.         $instance->setName('dbal:run-sql');
  3851.         return $instance;
  3852.     }
  3853.     /**
  3854.      * Gets the private 'annotations.cache_adapter' shared service.
  3855.      *
  3856.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3857.      */
  3858.     protected function getAnnotations_CacheAdapterService()
  3859.     {
  3860.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3861.     }
  3862.     /**
  3863.      * Gets the private 'annotations.cache_warmer' shared service.
  3864.      *
  3865.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3866.      */
  3867.     protected function getAnnotations_CacheWarmerService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3872.         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);
  3873.     }
  3874.     /**
  3875.      * Gets the private 'annotations.cached_reader' shared service.
  3876.      *
  3877.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3878.      */
  3879.     protected function getAnnotations_CachedReaderService()
  3880.     {
  3881.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3882.     }
  3883.     /**
  3884.      * Gets the private 'annotations.reader' shared service.
  3885.      *
  3886.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3887.      */
  3888.     protected function getAnnotations_ReaderService()
  3889.     {
  3890.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3891.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3892.         $a->registerUniqueLoader('class_exists');
  3893.         $instance->addGlobalIgnoredName('required'$a);
  3894.         return $instance;
  3895.     }
  3896.     /**
  3897.      * Gets the private 'cache.annotations' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3900.      */
  3901.     protected function getCache_AnnotationsService()
  3902.     {
  3903.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-uEcemApeA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3904.     }
  3905.     /**
  3906.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3907.      *
  3908.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3909.      */
  3910.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3911.     {
  3912.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3913.     }
  3914.     /**
  3915.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3916.      *
  3917.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3918.      */
  3919.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3920.     {
  3921.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3922.     }
  3923.     /**
  3924.      * Gets the private 'cache.property_info' shared service.
  3925.      *
  3926.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3927.      */
  3928.     protected function getCache_PropertyInfoService()
  3929.     {
  3930.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M0j1UfUQaO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3931.     }
  3932.     /**
  3933.      * Gets the private 'cache.security_expression_language' shared service.
  3934.      *
  3935.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3936.      */
  3937.     protected function getCache_SecurityExpressionLanguageService()
  3938.     {
  3939.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Vn6QS3fm49'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'cache.serializer' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3945.      */
  3946.     protected function getCache_SerializerService()
  3947.     {
  3948.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4kNiaBHJ19'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3949.     }
  3950.     /**
  3951.      * Gets the private 'cache.validator' shared service.
  3952.      *
  3953.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3954.      */
  3955.     protected function getCache_ValidatorService()
  3956.     {
  3957.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3GqPS19njo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3958.     }
  3959.     /**
  3960.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3961.      *
  3962.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3963.      */
  3964.     protected function getCachePoolClearer_CacheWarmerService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3968.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  3969.     }
  3970.     /**
  3971.      * Gets the private 'config_builder.warmer' shared service.
  3972.      *
  3973.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3974.      */
  3975.     protected function getConfigBuilder_WarmerService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3979.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3980.     }
  3981.     /**
  3982.      * Gets the private 'config_cache_factory' shared service.
  3983.      *
  3984.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3985.      */
  3986.     protected function getConfigCacheFactoryService()
  3987.     {
  3988.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3989.             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)));
  3990.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3991.         }, 2));
  3992.     }
  3993.     /**
  3994.      * Gets the private 'console.command.about' shared service.
  3995.      *
  3996.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3997.      */
  3998.     protected function getConsole_Command_AboutService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4002.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4003.         $instance->setName('about');
  4004.         $instance->setDescription('Display information about the current project');
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the private 'console.command.assets_install' shared service.
  4009.      *
  4010.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4011.      */
  4012.     protected function getConsole_Command_AssetsInstallService()
  4013.     {
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4017.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  4018.         $instance->setName('assets:install');
  4019.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'console.command.cache_clear' shared service.
  4024.      *
  4025.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4026.      */
  4027.     protected function getConsole_Command_CacheClearService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4032.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4033.         $instance->setName('cache:clear');
  4034.         $instance->setDescription('Clear the cache');
  4035.         return $instance;
  4036.     }
  4037.     /**
  4038.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4039.      *
  4040.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4041.      */
  4042.     protected function getConsole_Command_CachePoolClearService()
  4043.     {
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4046.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4047.         $instance->setName('cache:pool:clear');
  4048.         $instance->setDescription('Clear cache pools');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4053.      *
  4054.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4055.      */
  4056.     protected function getConsole_Command_CachePoolDeleteService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4060.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4061.         $instance->setName('cache:pool:delete');
  4062.         $instance->setDescription('Delete an item from a cache pool');
  4063.         return $instance;
  4064.     }
  4065.     /**
  4066.      * Gets the private 'console.command.cache_pool_list' shared service.
  4067.      *
  4068.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4069.      */
  4070.     protected function getConsole_Command_CachePoolListService()
  4071.     {
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4074.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4075.         $instance->setName('cache:pool:list');
  4076.         $instance->setDescription('List available cache pools');
  4077.         return $instance;
  4078.     }
  4079.     /**
  4080.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4081.      *
  4082.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4083.      */
  4084.     protected function getConsole_Command_CachePoolPruneService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4088.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4089.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4090.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4091.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4092.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4093.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4094.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4095.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4096.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4097.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4098.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4099.         }, 10));
  4100.         $instance->setName('cache:pool:prune');
  4101.         $instance->setDescription('Prune cache pools');
  4102.         return $instance;
  4103.     }
  4104.     /**
  4105.      * Gets the private 'console.command.cache_warmup' shared service.
  4106.      *
  4107.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4108.      */
  4109.     protected function getConsole_Command_CacheWarmupService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4113.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4114.         $instance->setName('cache:warmup');
  4115.         $instance->setDescription('Warm up an empty cache');
  4116.         return $instance;
  4117.     }
  4118.     /**
  4119.      * Gets the private 'console.command.config_debug' shared service.
  4120.      *
  4121.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4122.      */
  4123.     protected function getConsole_Command_ConfigDebugService()
  4124.     {
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4130.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4131.         $instance->setName('debug:config');
  4132.         $instance->setDescription('Dump the current configuration for an extension');
  4133.         return $instance;
  4134.     }
  4135.     /**
  4136.      * Gets the private 'console.command.config_dump_reference' shared service.
  4137.      *
  4138.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4139.      */
  4140.     protected function getConsole_Command_ConfigDumpReferenceService()
  4141.     {
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4147.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4148.         $instance->setName('config:dump-reference');
  4149.         $instance->setDescription('Dump the default configuration for an extension');
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the private 'console.command.container_debug' shared service.
  4154.      *
  4155.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4156.      */
  4157.     protected function getConsole_Command_ContainerDebugService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4162.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4163.         $instance->setName('debug:container');
  4164.         $instance->setDescription('Display current services for an application');
  4165.         return $instance;
  4166.     }
  4167.     /**
  4168.      * Gets the private 'console.command.container_lint' shared service.
  4169.      *
  4170.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4171.      */
  4172.     protected function getConsole_Command_ContainerLintService()
  4173.     {
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4176.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4177.         $instance->setName('lint:container');
  4178.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4179.         return $instance;
  4180.     }
  4181.     /**
  4182.      * Gets the private 'console.command.debug_autowiring' shared service.
  4183.      *
  4184.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4185.      */
  4186.     protected function getConsole_Command_DebugAutowiringService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4192.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4193.         $instance->setName('debug:autowiring');
  4194.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4195.         return $instance;
  4196.     }
  4197.     /**
  4198.      * Gets the private 'console.command.dotenv_debug' shared service.
  4199.      *
  4200.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4201.      */
  4202.     protected function getConsole_Command_DotenvDebugService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4206.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  4207.         $instance->setName('debug:dotenv');
  4208.         $instance->setDescription('Lists all dotenv files with variables and values');
  4209.         return $instance;
  4210.     }
  4211.     /**
  4212.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4213.      *
  4214.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4215.      */
  4216.     protected function getConsole_Command_EventDispatcherDebugService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4220.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  4221.         $instance->setName('debug:event-dispatcher');
  4222.         $instance->setDescription('Display configured listeners for an application');
  4223.         return $instance;
  4224.     }
  4225.     /**
  4226.      * Gets the private 'console.command.form_debug' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\Form\Command\DebugCommand
  4229.      */
  4230.     protected function getConsole_Command_FormDebugService()
  4231.     {
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4234.         $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'=> 'AppBundle\\Form\\Address'=> 'AppBundle\\Form\\Booking'=> 'AppBundle\\Form\\Customer'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'AppBundle\\Form\\Address\\AddressType'=> 'AppBundle\\Form\\Booking\\BookingBlueprintType'=> 'AppBundle\\Form\\Booking\\BookingChangesType'=> 'AppBundle\\Form\\Booking\\BookingEditType'=> 'AppBundle\\Form\\Booking\\BookingType'=> 'AppBundle\\Form\\Booking\\ItemBlueprintType'=> 'AppBundle\\Form\\Booking\\ItemEditType'=> 'AppBundle\\Form\\Booking\\ItemType'=> 'AppBundle\\Form\\Customer\\CustomerType'=> 'AppBundle\\Form\\Customer\\ProfileType'10 => 'AppBundle\\Form\\Customer\\RegisterType'11 => 'AppBundle\\Form\\Customer\\ResetConfirmType'12 => 'AppBundle\\Form\\Customer\\ResetType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'17 => '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()));
  4235.         $instance->setName('debug:form');
  4236.         $instance->setDescription('Display form type information');
  4237.         return $instance;
  4238.     }
  4239.     /**
  4240.      * Gets the private 'console.command.router_debug' shared service.
  4241.      *
  4242.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4243.      */
  4244.     protected function getConsole_Command_RouterDebugService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4249.         $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()));
  4250.         $instance->setName('debug:router');
  4251.         $instance->setDescription('Display current routes for an application');
  4252.         return $instance;
  4253.     }
  4254.     /**
  4255.      * Gets the private 'console.command.router_match' shared service.
  4256.      *
  4257.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4258.      */
  4259.     protected function getConsole_Command_RouterMatchService()
  4260.     {
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4263.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4264.             return new \EmptyIterator();
  4265.         }, 0));
  4266.         $instance->setName('router:match');
  4267.         $instance->setDescription('Help debug routes by simulating a path info match');
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4272.      *
  4273.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4274.      */
  4275.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4281.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4282.         $instance->setName('secrets:decrypt-to-local');
  4283.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4284.         return $instance;
  4285.     }
  4286.     /**
  4287.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4288.      *
  4289.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4290.      */
  4291.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4292.     {
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4297.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4298.         $instance->setName('secrets:encrypt-from-local');
  4299.         $instance->setDescription('Encrypt all local secrets to the vault');
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4304.      *
  4305.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4306.      */
  4307.     protected function getConsole_Command_SecretsGenerateKeyService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4313.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4314.         $instance->setName('secrets:generate-keys');
  4315.         $instance->setDescription('Generate new encryption keys');
  4316.         return $instance;
  4317.     }
  4318.     /**
  4319.      * Gets the private 'console.command.secrets_list' shared service.
  4320.      *
  4321.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4322.      */
  4323.     protected function getConsole_Command_SecretsListService()
  4324.     {
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4329.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4330.         $instance->setName('secrets:list');
  4331.         $instance->setDescription('List all secrets');
  4332.         return $instance;
  4333.     }
  4334.     /**
  4335.      * Gets the private 'console.command.secrets_remove' shared service.
  4336.      *
  4337.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4338.      */
  4339.     protected function getConsole_Command_SecretsRemoveService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4345.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4346.         $instance->setName('secrets:remove');
  4347.         $instance->setDescription('Remove a secret from the vault');
  4348.         return $instance;
  4349.     }
  4350.     /**
  4351.      * Gets the private 'console.command.secrets_set' shared service.
  4352.      *
  4353.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4354.      */
  4355.     protected function getConsole_Command_SecretsSetService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4361.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4362.         $instance->setName('secrets:set');
  4363.         $instance->setDescription('Set a secret in the vault');
  4364.         return $instance;
  4365.     }
  4366.     /**
  4367.      * Gets the private 'console.command.translation_debug' shared service.
  4368.      *
  4369.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4370.      */
  4371.     protected function getConsole_Command_TranslationDebugService()
  4372.     {
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4375.         $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).'/src/AppBundle/Utility/CsvImporter.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/BookingController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingBlueprintController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Customer/ProfileController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/BoolTransformer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/StatusTransformer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/FreightPayerTransformer.php'), 10 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DeliveryTypeTransformer.php'), 11 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/AdrPackageTransformer.php'), 12 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/CountryCodesTransformer.php'), 13 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TerminatedDeliveryTransformer.php'), 14 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TypeTransformer.php'), 15 => (\dirname(__DIR__4).'/src/AppBundle/Utility/CsvExporter.php'), 16 => (\dirname(__DIR__4).'/src/AppBundle/Utility/PdfExporter.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 26 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4376.         $instance->setName('debug:translation');
  4377.         $instance->setDescription('Display translation messages information');
  4378.         return $instance;
  4379.     }
  4380.     /**
  4381.      * Gets the private 'console.command.translation_extract' shared service.
  4382.      *
  4383.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4384.      */
  4385.     protected function getConsole_Command_TranslationExtractService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4389.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'de', (\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).'/src/AppBundle/Utility/CsvImporter.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Ajax/BookingController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingBlueprintController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Booking/BookingController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/Customer/ProfileController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/BoolTransformer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/StatusTransformer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/FreightPayerTransformer.php'), 10 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/DeliveryTypeTransformer.php'), 11 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/AdrPackageTransformer.php'), 12 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/CountryCodesTransformer.php'), 13 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TerminatedDeliveryTransformer.php'), 14 => (\dirname(__DIR__4).'/src/AppBundle/Form/DataTransformer/TypeTransformer.php'), 15 => (\dirname(__DIR__4).'/src/AppBundle/Utility/CsvExporter.php'), 16 => (\dirname(__DIR__4).'/src/AppBundle/Utility/PdfExporter.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 26 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  4390.         $instance->setName('translation:extract');
  4391.         $instance->setAliases([=> 'translation:update']);
  4392.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4393.         return $instance;
  4394.     }
  4395.     /**
  4396.      * Gets the private 'console.command.translation_pull' shared service.
  4397.      *
  4398.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4399.      */
  4400.     protected function getConsole_Command_TranslationPullService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4405.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'de', [], []);
  4406.         $instance->setName('translation:pull');
  4407.         $instance->setDescription('Pull translations from a given provider.');
  4408.         return $instance;
  4409.     }
  4410.     /**
  4411.      * Gets the private 'console.command.translation_push' shared service.
  4412.      *
  4413.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4414.      */
  4415.     protected function getConsole_Command_TranslationPushService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4420.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  4421.         $instance->setName('translation:push');
  4422.         $instance->setDescription('Push translations to a given provider.');
  4423.         return $instance;
  4424.     }
  4425.     /**
  4426.      * Gets the private 'console.command.validator_debug' shared service.
  4427.      *
  4428.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4429.      */
  4430.     protected function getConsole_Command_ValidatorDebugService()
  4431.     {
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4434.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4435.         $instance->setName('debug:validator');
  4436.         $instance->setDescription('Display validation constraints for classes');
  4437.         return $instance;
  4438.     }
  4439.     /**
  4440.      * Gets the private 'console.command.xliff_lint' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4443.      */
  4444.     protected function getConsole_Command_XliffLintService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4448.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4449.         $instance->setName('lint:xliff');
  4450.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4451.         return $instance;
  4452.     }
  4453.     /**
  4454.      * Gets the private 'console.command.yaml_lint' shared service.
  4455.      *
  4456.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4457.      */
  4458.     protected function getConsole_Command_YamlLintService()
  4459.     {
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4463.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4464.         $instance->setName('lint:yaml');
  4465.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4466.         return $instance;
  4467.     }
  4468.     /**
  4469.      * Gets the private 'console.error_listener' shared service.
  4470.      *
  4471.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4472.      */
  4473.     protected function getConsole_ErrorListenerService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4476.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4477.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4478.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4479.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4480.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4481.     }
  4482.     /**
  4483.      * Gets the private 'container.env_var_processor' shared service.
  4484.      *
  4485.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4486.      */
  4487.     protected function getContainer_EnvVarProcessorService()
  4488.     {
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4491.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4492.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4493.         }, 1));
  4494.     }
  4495.     /**
  4496.      * Gets the private 'data_collector.form' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4499.      */
  4500.     protected function getDataCollector_FormService()
  4501.     {
  4502.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4503.     }
  4504.     /**
  4505.      * Gets the private 'data_collector.request' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4508.      */
  4509.     protected function getDataCollector_RequestService()
  4510.     {
  4511.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4512.     }
  4513.     /**
  4514.      * Gets the private 'data_collector.request.session_collector' shared service.
  4515.      *
  4516.      * @return \Closure
  4517.      */
  4518.     protected function getDataCollector_Request_SessionCollectorService()
  4519.     {
  4520.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4521.     }
  4522.     /**
  4523.      * Gets the private 'debug.argument_resolver.default' shared service.
  4524.      *
  4525.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4526.      */
  4527.     protected function getDebug_ArgumentResolver_DefaultService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4532.         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))));
  4533.     }
  4534.     /**
  4535.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4538.      */
  4539.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4540.     {
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4544.         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.s3RLi3v'] ?? $this->get_ServiceLocator_S3RLi3vService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'debug.argument_resolver.request' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4550.      */
  4551.     protected function getDebug_ArgumentResolver_RequestService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4556.         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))));
  4557.     }
  4558.     /**
  4559.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4560.      *
  4561.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4562.      */
  4563.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4564.     {
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4568.         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))));
  4569.     }
  4570.     /**
  4571.      * Gets the private 'debug.argument_resolver.service' shared service.
  4572.      *
  4573.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4574.      */
  4575.     protected function getDebug_ArgumentResolver_ServiceService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4580.         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.s3RLi3v'] ?? $this->get_ServiceLocator_S3RLi3vService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4581.     }
  4582.     /**
  4583.      * Gets the private 'debug.argument_resolver.session' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4586.      */
  4587.     protected function getDebug_ArgumentResolver_SessionService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4592.         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))));
  4593.     }
  4594.     /**
  4595.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4596.      *
  4597.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4598.      */
  4599.     protected function getDebug_ArgumentResolver_VariadicService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4604.         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))));
  4605.     }
  4606.     /**
  4607.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4610.      */
  4611.     protected function getDebug_DebugHandlersListenerService()
  4612.     {
  4613.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4614.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4615.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4616.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4618.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  4619.     }
  4620.     /**
  4621.      * Gets the private 'debug.dump_listener' shared service.
  4622.      *
  4623.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4624.      */
  4625.     protected function getDebug_DumpListenerService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4629.         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()));
  4630.     }
  4631.     /**
  4632.      * Gets the private 'debug.file_link_formatter' shared service.
  4633.      *
  4634.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4635.      */
  4636.     protected function getDebug_FileLinkFormatterService()
  4637.     {
  4638.         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 () {
  4639.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4640.         });
  4641.     }
  4642.     /**
  4643.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4644.      *
  4645.      * @return \string
  4646.      */
  4647.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4648.     {
  4649.         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');
  4650.     }
  4651.     /**
  4652.      * Gets the private 'debug.log_processor' shared service.
  4653.      *
  4654.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4655.      */
  4656.     protected function getDebug_LogProcessorService()
  4657.     {
  4658.         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())));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4662.      *
  4663.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4664.      */
  4665.     protected function getDebug_Security_Access_DecisionManagerService()
  4666.     {
  4667.         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 () {
  4668.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4669.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4670.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\Voter\\AddressVoter'] ?? $this->getAddressVoterService());
  4671.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\Voter\\BookingBlueprintVoter'] ?? $this->getBookingBlueprintVoterService());
  4672.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\Voter\\BookingVoter'] ?? $this->getBookingVoterService());
  4673.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\Voter\\HolidayVoter'] ?? $this->getHolidayVoterService());
  4674.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4675.     }
  4676.     /**
  4677.      * Gets the private 'debug.security.firewall' shared service.
  4678.      *
  4679.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4680.      */
  4681.     protected function getDebug_Security_FirewallService()
  4682.     {
  4683.         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()));
  4684.     }
  4685.     /**
  4686.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  4687.      *
  4688.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  4689.      */
  4690.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  4697.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  4698.     }
  4699.     /**
  4700.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4701.      *
  4702.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4703.      */
  4704.     protected function getDebug_Security_UserValueResolverService()
  4705.     {
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4709.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'debug.security.voter.AppBundle\Security\Voter\AddressVoter' shared service.
  4713.      *
  4714.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4715.      */
  4716.     protected function getAddressVoterService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4722.         include_once \dirname(__DIR__4).'/src/AppBundle/Security/Voter/AddressVoter.php';
  4723.         return $this->privates['debug.security.voter.AppBundle\\Security\\Voter\\AddressVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \AppBundle\Security\Voter\AddressVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4724.     }
  4725.     /**
  4726.      * Gets the private 'debug.security.voter.AppBundle\Security\Voter\BookingBlueprintVoter' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4729.      */
  4730.     protected function getBookingBlueprintVoterService()
  4731.     {
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4736.         include_once \dirname(__DIR__4).'/src/AppBundle/Security/Voter/BookingBlueprintVoter.php';
  4737.         return $this->privates['debug.security.voter.AppBundle\\Security\\Voter\\BookingBlueprintVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \AppBundle\Security\Voter\BookingBlueprintVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4738.     }
  4739.     /**
  4740.      * Gets the private 'debug.security.voter.AppBundle\Security\Voter\BookingVoter' shared service.
  4741.      *
  4742.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4743.      */
  4744.     protected function getBookingVoterService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4750.         include_once \dirname(__DIR__4).'/src/AppBundle/Security/Voter/BookingVoter.php';
  4751.         return $this->privates['debug.security.voter.AppBundle\\Security\\Voter\\BookingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \AppBundle\Security\Voter\BookingVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4752.     }
  4753.     /**
  4754.      * Gets the private 'debug.security.voter.AppBundle\Security\Voter\HolidayVoter' shared service.
  4755.      *
  4756.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4757.      */
  4758.     protected function getHolidayVoterService()
  4759.     {
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4764.         include_once \dirname(__DIR__4).'/src/AppBundle/Security/Voter/HolidayVoter.php';
  4765.         return $this->privates['debug.security.voter.AppBundle\\Security\\Voter\\HolidayVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \AppBundle\Security\Voter\HolidayVoter(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4769.      *
  4770.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4771.      */
  4772.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4778.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4779.     }
  4780.     /**
  4781.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4782.      *
  4783.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4784.      */
  4785.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4792.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4793.     }
  4794.     /**
  4795.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4796.      *
  4797.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4798.      */
  4799.     protected function getDebug_Security_Voter_VoteListenerService()
  4800.     {
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4802.         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()));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4806.      *
  4807.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4808.      */
  4809.     protected function getDoctrine_CacheClearMetadataCommandService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4815.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4816.         $instance->setName('doctrine:cache:clear-metadata');
  4817.         return $instance;
  4818.     }
  4819.     /**
  4820.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4821.      *
  4822.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4823.      */
  4824.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4830.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4831.         $instance->setName('doctrine:cache:clear-query');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4836.      *
  4837.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4838.      */
  4839.     protected function getDoctrine_CacheClearResultCommandService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4845.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4846.         $instance->setName('doctrine:cache:clear-result');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4851.      *
  4852.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4853.      */
  4854.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4860.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4861.         $instance->setName('doctrine:cache:clear-collection-region');
  4862.         return $instance;
  4863.     }
  4864.     /**
  4865.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4866.      *
  4867.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4868.      */
  4869.     protected function getDoctrine_ClearEntityRegionCommandService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4875.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4876.         $instance->setName('doctrine:cache:clear-entity-region');
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4881.      *
  4882.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4883.      */
  4884.     protected function getDoctrine_ClearQueryRegionCommandService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4890.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4891.         $instance->setName('doctrine:cache:clear-query-region');
  4892.         return $instance;
  4893.     }
  4894.     /**
  4895.      * Gets the private 'doctrine.database_create_command' shared service.
  4896.      *
  4897.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4898.      */
  4899.     protected function getDoctrine_DatabaseCreateCommandService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4904.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4905.         $instance->setName('doctrine:database:create');
  4906.         return $instance;
  4907.     }
  4908.     /**
  4909.      * Gets the private 'doctrine.database_drop_command' shared service.
  4910.      *
  4911.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4912.      */
  4913.     protected function getDoctrine_DatabaseDropCommandService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4918.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4919.         $instance->setName('doctrine:database:drop');
  4920.         return $instance;
  4921.     }
  4922.     /**
  4923.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4924.      *
  4925.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4926.      */
  4927.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4933.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4934.         $instance->setName('doctrine:ensure-production-settings');
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4939.      *
  4940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4941.      */
  4942.     protected function getDoctrine_MappingConvertCommandService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4948.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4949.         $instance->setName('doctrine:mapping:convert');
  4950.         return $instance;
  4951.     }
  4952.     /**
  4953.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4954.      *
  4955.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4956.      */
  4957.     protected function getDoctrine_MappingImportCommandService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4962.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4963.         $instance->setName('doctrine:mapping:import');
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4968.      *
  4969.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4970.      */
  4971.     protected function getDoctrine_MappingInfoCommandService()
  4972.     {
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4977.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4978.         $instance->setName('doctrine:mapping:info');
  4979.         return $instance;
  4980.     }
  4981.     /**
  4982.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4983.      *
  4984.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4985.      */
  4986.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4990.         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);
  4991.     }
  4992.     /**
  4993.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4994.      *
  4995.      * @return \Doctrine\Migrations\DependencyFactory
  4996.      */
  4997.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4998.     {
  4999.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5000.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5001.         $a->setAllOrNothing(false);
  5002.         $a->setCheckDatabasePlatform(true);
  5003.         $a->setTransactional(true);
  5004.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5005.         $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()));
  5006.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5007.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5008.         });
  5009.         return $instance;
  5010.     }
  5011.     /**
  5012.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5013.      *
  5014.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5015.      */
  5016.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5017.     {
  5018.         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/AppBundle/Entity')]);
  5019.     }
  5020.     /**
  5021.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5022.      *
  5023.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5024.      */
  5025.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5028.         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()));
  5029.     }
  5030.     /**
  5031.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5032.      *
  5033.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5034.      */
  5035.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5036.     {
  5037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5038.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5039.     }
  5040.     /**
  5041.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5042.      *
  5043.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5044.      */
  5045.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5049.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5050.     }
  5051.     /**
  5052.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5053.      *
  5054.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5055.      */
  5056.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5060.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5061.             return new \EmptyIterator();
  5062.         }, 0));
  5063.     }
  5064.     /**
  5065.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5066.      *
  5067.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5068.      */
  5069.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5073.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5074.     }
  5075.     /**
  5076.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5077.      *
  5078.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5079.      */
  5080.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5084.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5085.     }
  5086.     /**
  5087.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5088.      *
  5089.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5090.      */
  5091.     protected function getDoctrine_Orm_Validator_UniqueService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5096.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5097.     }
  5098.     /**
  5099.      * Gets the private 'doctrine.query_dql_command' shared service.
  5100.      *
  5101.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5102.      */
  5103.     protected function getDoctrine_QueryDqlCommandService()
  5104.     {
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5109.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5110.         $instance->setName('doctrine:query:dql');
  5111.         return $instance;
  5112.     }
  5113.     /**
  5114.      * Gets the private 'doctrine.query_sql_command' shared service.
  5115.      *
  5116.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5117.      */
  5118.     protected function getDoctrine_QuerySqlCommandService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5123.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5124.         $instance->setName('doctrine:query:sql');
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'doctrine.schema_create_command' shared service.
  5129.      *
  5130.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5131.      */
  5132.     protected function getDoctrine_SchemaCreateCommandService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5139.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5140.         $instance->setName('doctrine:schema:create');
  5141.         return $instance;
  5142.     }
  5143.     /**
  5144.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5145.      *
  5146.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5147.      */
  5148.     protected function getDoctrine_SchemaDropCommandService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5155.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5156.         $instance->setName('doctrine:schema:drop');
  5157.         return $instance;
  5158.     }
  5159.     /**
  5160.      * Gets the private 'doctrine.schema_update_command' shared service.
  5161.      *
  5162.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5163.      */
  5164.     protected function getDoctrine_SchemaUpdateCommandService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5171.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5172.         $instance->setName('doctrine:schema:update');
  5173.         return $instance;
  5174.     }
  5175.     /**
  5176.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5177.      *
  5178.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5179.      */
  5180.     protected function getDoctrine_SchemaValidateCommandService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5186.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  5187.         $instance->setName('doctrine:schema:validate');
  5188.         return $instance;
  5189.     }
  5190.     /**
  5191.      * Gets the private 'doctrine.ulid_generator' shared service.
  5192.      *
  5193.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5194.      */
  5195.     protected function getDoctrine_UlidGeneratorService()
  5196.     {
  5197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5199.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5200.     }
  5201.     /**
  5202.      * Gets the private 'doctrine.uuid_generator' shared service.
  5203.      *
  5204.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5205.      */
  5206.     protected function getDoctrine_UuidGeneratorService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5210.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5211.     }
  5212.     /**
  5213.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5214.      *
  5215.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5216.      */
  5217.     protected function getDoctrineMigrations_CurrentCommandService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5222.         $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');
  5223.         $instance->setName('doctrine:migrations:current');
  5224.         return $instance;
  5225.     }
  5226.     /**
  5227.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5228.      *
  5229.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5230.      */
  5231.     protected function getDoctrineMigrations_DiffCommandService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5236.         $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');
  5237.         $instance->setName('doctrine:migrations:diff');
  5238.         return $instance;
  5239.     }
  5240.     /**
  5241.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5242.      *
  5243.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5244.      */
  5245.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5246.     {
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5250.         $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');
  5251.         $instance->setName('doctrine:migrations:dump-schema');
  5252.         return $instance;
  5253.     }
  5254.     /**
  5255.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5256.      *
  5257.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5258.      */
  5259.     protected function getDoctrineMigrations_ExecuteCommandService()
  5260.     {
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5264.         $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');
  5265.         $instance->setName('doctrine:migrations:execute');
  5266.         return $instance;
  5267.     }
  5268.     /**
  5269.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5270.      *
  5271.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5272.      */
  5273.     protected function getDoctrineMigrations_GenerateCommandService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5278.         $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');
  5279.         $instance->setName('doctrine:migrations:generate');
  5280.         return $instance;
  5281.     }
  5282.     /**
  5283.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5284.      *
  5285.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5286.      */
  5287.     protected function getDoctrineMigrations_LatestCommandService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5292.         $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');
  5293.         $instance->setName('doctrine:migrations:latest');
  5294.         return $instance;
  5295.     }
  5296.     /**
  5297.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5298.      *
  5299.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5300.      */
  5301.     protected function getDoctrineMigrations_MigrateCommandService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5306.         $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');
  5307.         $instance->setName('doctrine:migrations:migrate');
  5308.         return $instance;
  5309.     }
  5310.     /**
  5311.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5312.      *
  5313.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5314.      */
  5315.     protected function getDoctrineMigrations_RollupCommandService()
  5316.     {
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5320.         $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');
  5321.         $instance->setName('doctrine:migrations:rollup');
  5322.         return $instance;
  5323.     }
  5324.     /**
  5325.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5326.      *
  5327.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5328.      */
  5329.     protected function getDoctrineMigrations_StatusCommandService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5334.         $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');
  5335.         $instance->setName('doctrine:migrations:status');
  5336.         return $instance;
  5337.     }
  5338.     /**
  5339.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5340.      *
  5341.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5342.      */
  5343.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5348.         $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');
  5349.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5350.         return $instance;
  5351.     }
  5352.     /**
  5353.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5354.      *
  5355.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5356.      */
  5357.     protected function getDoctrineMigrations_UpToDateCommandService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5362.         $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');
  5363.         $instance->setName('doctrine:migrations:up-to-date');
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5368.      *
  5369.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5370.      */
  5371.     protected function getDoctrineMigrations_VersionCommandService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5376.         $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');
  5377.         $instance->setName('doctrine:migrations:version');
  5378.         return $instance;
  5379.     }
  5380.     /**
  5381.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5382.      *
  5383.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5384.      */
  5385.     protected function getDoctrineMigrations_VersionsCommandService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5390.         $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');
  5391.         $instance->setName('doctrine:migrations:list');
  5392.         return $instance;
  5393.     }
  5394.     /**
  5395.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5396.      *
  5397.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5398.      */
  5399.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5403.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5404.         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()));
  5405.     }
  5406.     /**
  5407.      * Gets the private 'exception_listener' shared service.
  5408.      *
  5409.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5410.      */
  5411.     protected function getExceptionListenerService()
  5412.     {
  5413.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5414.     }
  5415.     /**
  5416.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5417.      *
  5418.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5419.      */
  5420.     protected function getForm_ChoiceListFactory_CachedService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5426.         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())));
  5427.     }
  5428.     /**
  5429.      * Gets the private 'form.registry' shared service.
  5430.      *
  5431.      * @return \Symfony\Component\Form\FormRegistry
  5432.      */
  5433.     protected function getForm_RegistryService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5442.         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, [
  5443.             'AppBundle\\Form\\Address\\AddressType' => ['privates''AppBundle\\Form\\Address\\AddressType''getAddressTypeService'false],
  5444.             'AppBundle\\Form\\Booking\\BookingBlueprintType' => ['privates''AppBundle\\Form\\Booking\\BookingBlueprintType''getBookingBlueprintTypeService'false],
  5445.             'AppBundle\\Form\\Booking\\BookingChangesType' => ['privates''AppBundle\\Form\\Booking\\BookingChangesType''getBookingChangesTypeService'false],
  5446.             'AppBundle\\Form\\Booking\\BookingEditType' => ['privates''AppBundle\\Form\\Booking\\BookingEditType''getBookingEditTypeService'false],
  5447.             'AppBundle\\Form\\Booking\\BookingType' => ['privates''AppBundle\\Form\\Booking\\BookingType''getBookingTypeService'false],
  5448.             'AppBundle\\Form\\Booking\\ItemBlueprintType' => ['privates''AppBundle\\Form\\Booking\\ItemBlueprintType''getItemBlueprintTypeService'false],
  5449.             'AppBundle\\Form\\Booking\\ItemEditType' => ['privates''AppBundle\\Form\\Booking\\ItemEditType''getItemEditTypeService'false],
  5450.             'AppBundle\\Form\\Booking\\ItemType' => ['privates''AppBundle\\Form\\Booking\\ItemType''getItemTypeService'false],
  5451.             'AppBundle\\Form\\Customer\\CustomerType' => ['privates''AppBundle\\Form\\Customer\\CustomerType''getCustomerTypeService'false],
  5452.             'AppBundle\\Form\\Customer\\ProfileType' => ['privates''AppBundle\\Form\\Customer\\ProfileType''getProfileTypeService'false],
  5453.             'AppBundle\\Form\\Customer\\RegisterType' => ['privates''AppBundle\\Form\\Customer\\RegisterType''getRegisterTypeService'false],
  5454.             'AppBundle\\Form\\Customer\\ResetConfirmType' => ['privates''AppBundle\\Form\\Customer\\ResetConfirmType''getResetConfirmTypeService'false],
  5455.             'AppBundle\\Form\\Customer\\ResetType' => ['privates''AppBundle\\Form\\Customer\\ResetType''getResetTypeService'false],
  5456.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5457.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5458.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5459.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5460.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5461.         ], [
  5462.             'AppBundle\\Form\\Address\\AddressType' => '?',
  5463.             'AppBundle\\Form\\Booking\\BookingBlueprintType' => '?',
  5464.             'AppBundle\\Form\\Booking\\BookingChangesType' => '?',
  5465.             'AppBundle\\Form\\Booking\\BookingEditType' => '?',
  5466.             'AppBundle\\Form\\Booking\\BookingType' => '?',
  5467.             'AppBundle\\Form\\Booking\\ItemBlueprintType' => '?',
  5468.             'AppBundle\\Form\\Booking\\ItemEditType' => '?',
  5469.             'AppBundle\\Form\\Booking\\ItemType' => '?',
  5470.             'AppBundle\\Form\\Customer\\CustomerType' => '?',
  5471.             'AppBundle\\Form\\Customer\\ProfileType' => '?',
  5472.             'AppBundle\\Form\\Customer\\RegisterType' => '?',
  5473.             'AppBundle\\Form\\Customer\\ResetConfirmType' => '?',
  5474.             'AppBundle\\Form\\Customer\\ResetType' => '?',
  5475.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5476.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5477.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5478.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5479.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5480.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5481.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5482.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5483.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5484.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5485.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5486.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5487.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5488.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5489.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5490.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5491.         }, 1)], new RewindableGenerator(function () {
  5492.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5493.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5494.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5495.     }
  5496.     /**
  5497.      * Gets the private 'form.server_params' shared service.
  5498.      *
  5499.      * @return \Symfony\Component\Form\Util\ServerParams
  5500.      */
  5501.     protected function getForm_ServerParamsService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5504.         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())));
  5505.     }
  5506.     /**
  5507.      * Gets the private 'form.type.choice' shared service.
  5508.      *
  5509.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5510.      */
  5511.     protected function getForm_Type_ChoiceService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5516.         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()));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'form.type.color' shared service.
  5520.      *
  5521.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5522.      */
  5523.     protected function getForm_Type_ColorService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5528.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5529.     }
  5530.     /**
  5531.      * Gets the private 'form.type.entity' shared service.
  5532.      *
  5533.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5534.      */
  5535.     protected function getForm_Type_EntityService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5541.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5542.     }
  5543.     /**
  5544.      * Gets the private 'form.type.form' shared service.
  5545.      *
  5546.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5547.      */
  5548.     protected function getForm_Type_FormService()
  5549.     {
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5554.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5555.     }
  5556.     /**
  5557.      * Gets the private 'form.type_extension.csrf' shared service.
  5558.      *
  5559.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5560.      */
  5561.     protected function getForm_TypeExtension_CsrfService()
  5562.     {
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5566.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5570.      *
  5571.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5572.      */
  5573.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5578.         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()));
  5579.     }
  5580.     /**
  5581.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5582.      *
  5583.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5584.      */
  5585.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5592.         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())));
  5593.     }
  5594.     /**
  5595.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5598.      */
  5599.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5604.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5605.     }
  5606.     /**
  5607.      * Gets the private 'form.type_extension.form.validator' shared service.
  5608.      *
  5609.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5610.      */
  5611.     protected function getForm_TypeExtension_Form_ValidatorService()
  5612.     {
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5617.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5618.     }
  5619.     /**
  5620.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5621.      *
  5622.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5623.      */
  5624.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5629.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5630.     }
  5631.     /**
  5632.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5633.      *
  5634.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5635.      */
  5636.     protected function getForm_TypeGuesser_DoctrineService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5640.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5641.     }
  5642.     /**
  5643.      * Gets the private 'form.type_guesser.validator' shared service.
  5644.      *
  5645.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5646.      */
  5647.     protected function getForm_TypeGuesser_ValidatorService()
  5648.     {
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5651.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5652.     }
  5653.     /**
  5654.      * Gets the private 'fragment.renderer.inline' shared service.
  5655.      *
  5656.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5657.      */
  5658.     protected function getFragment_Renderer_InlineService()
  5659.     {
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5663.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5664.         $instance->setFragmentPath('/_fragment');
  5665.         return $instance;
  5666.     }
  5667.     /**
  5668.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5669.      *
  5670.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5671.      */
  5672.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5673.     {
  5674.         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())));
  5675.     }
  5676.     /**
  5677.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5678.      *
  5679.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5680.      */
  5681.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5682.     {
  5683.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5684.     }
  5685.     /**
  5686.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  5687.      *
  5688.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  5689.      */
  5690.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  5694.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  5695.     }
  5696.     /**
  5697.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  5698.      *
  5699.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  5700.      */
  5701.     protected function getJmsSerializer_Cache_CacheClearerService()
  5702.     {
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  5705.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  5706.     }
  5707.     /**
  5708.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  5709.      *
  5710.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  5711.      */
  5712.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  5716.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  5717.     }
  5718.     /**
  5719.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  5720.      *
  5721.      * @return \JMS\Serializer\Handler\DateHandler
  5722.      */
  5723.     protected function getJmsSerializer_DatetimeHandlerService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  5727.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  5728.     }
  5729.     /**
  5730.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  5731.      *
  5732.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  5733.      */
  5734.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  5738.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  5739.     }
  5740.     /**
  5741.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  5742.      *
  5743.      * @return \JMS\Serializer\Handler\FormErrorHandler
  5744.      */
  5745.     protected function getJmsSerializer_FormErrorHandlerService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  5749.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5750.     }
  5751.     /**
  5752.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  5753.      *
  5754.      * @return \JMS\Serializer\Handler\IteratorHandler
  5755.      */
  5756.     protected function getJmsSerializer_IteratorHandlerService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  5760.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  5761.     }
  5762.     /**
  5763.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  5764.      *
  5765.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  5766.      */
  5767.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  5768.     {
  5769.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  5770.     }
  5771.     /**
  5772.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  5773.      *
  5774.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  5775.      */
  5776.     protected function getJmsSerializer_StopwatchSubscriberService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  5780.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5781.     }
  5782.     /**
  5783.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  5784.      *
  5785.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  5786.      */
  5787.     protected function getJmsSerializer_TraceableEventDispatcherService()
  5788.     {
  5789.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5790.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  5791.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  5792.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  5793.         ], [
  5794.             'jms_serializer.stopwatch_subscriber' => '?',
  5795.             'jms_serializer.traceable_runs_listener' => '?',
  5796.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  5797.         ]));
  5798.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  5799.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  5800.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  5801.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  5802.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  5803.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  5804.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  5805.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  5806.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  5807.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  5808.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  5809.         return $instance;
  5810.     }
  5811.     /**
  5812.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  5813.      *
  5814.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  5815.      */
  5816.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  5817.     {
  5818.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5819.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  5820.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  5821.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  5822.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  5823.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  5824.         ], [
  5825.             'jms_serializer.array_collection_handler' => '?',
  5826.             'jms_serializer.constraint_violation_handler' => '?',
  5827.             'jms_serializer.datetime_handler' => '?',
  5828.             'jms_serializer.form_error_handler' => '?',
  5829.             'jms_serializer.iterator_handler' => '?',
  5830.         ])));
  5831.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5832.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5833.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5834.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5835.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5836.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5837.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5838.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5839.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5840.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5841.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5842.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5843.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5844.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5845.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  5846.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  5847.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  5848.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  5849.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  5850.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  5851.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  5852.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  5853.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  5854.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  5855.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  5856.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  5857.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  5858.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  5859.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  5860.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormInterfaceToxml']);
  5861.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormInterfaceTojson']);
  5862.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  5863.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  5864.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5865.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5866.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5867.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5868.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5869.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  5870.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5871.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5872.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5873.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5874.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5875.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5876.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5877.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5878.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5879.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5880.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5881.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5882.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5883.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5884.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  5885.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  5886.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  5887.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  5888.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  5889.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  5890.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  5891.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  5892.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  5893.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  5894.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  5895.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  5896.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  5897.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  5898.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  5903.      *
  5904.      * @return \JMS\SerializerBundle\Debug\RunsListener
  5905.      */
  5906.     protected function getJmsSerializer_TraceableRunsListenerService()
  5907.     {
  5908.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  5909.     }
  5910.     /**
  5911.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  5912.      *
  5913.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  5914.      */
  5915.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  5918.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  5919.     }
  5920.     /**
  5921.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5922.      *
  5923.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5924.      */
  5925.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5926.     {
  5927.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'KnpPaginator/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5928.     }
  5929.     /**
  5930.      * Gets the private 'locale_aware_listener' shared service.
  5931.      *
  5932.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5933.      */
  5934.     protected function getLocaleAwareListenerService()
  5935.     {
  5936.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5937.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  5938.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5939.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5940.     }
  5941.     /**
  5942.      * Gets the private 'locale_listener' shared service.
  5943.      *
  5944.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5945.      */
  5946.     protected function getLocaleListenerService()
  5947.     {
  5948.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5949.     }
  5950.     /**
  5951.      * Gets the private 'mailer.mailer' shared service.
  5952.      *
  5953.      * @return \Symfony\Component\Mailer\Mailer
  5954.      */
  5955.     protected function getMailer_MailerService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5962.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5963.             yield => $this->getMailer_TransportFactory_NullService();
  5964.             yield => $this->getMailer_TransportFactory_SendmailService();
  5965.             yield => $this->getMailer_TransportFactory_NativeService();
  5966.             yield => $this->getMailer_TransportFactory_SmtpService();
  5967.         }, 4)))->fromStrings(['main' => 'null://null']), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5968.     }
  5969.     /**
  5970.      * Gets the private 'mailer.transport_factory.native' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5973.      */
  5974.     protected function getMailer_TransportFactory_NativeService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5979.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5980.     }
  5981.     /**
  5982.      * Gets the private 'mailer.transport_factory.null' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5985.      */
  5986.     protected function getMailer_TransportFactory_NullService()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5991.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5992.     }
  5993.     /**
  5994.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5995.      *
  5996.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5997.      */
  5998.     protected function getMailer_TransportFactory_SendmailService()
  5999.     {
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6003.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6009.      */
  6010.     protected function getMailer_TransportFactory_SmtpService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  6015.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6016.     }
  6017.     /**
  6018.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6019.      *
  6020.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6021.      */
  6022.     protected function getMaker_AutoCommand_MakeAuthService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6031.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6032.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6033.         $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);
  6034.         $instance->setName('make:auth');
  6035.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6036.         return $instance;
  6037.     }
  6038.     /**
  6039.      * Gets the private 'maker.auto_command.make_command' shared service.
  6040.      *
  6041.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6042.      */
  6043.     protected function getMaker_AutoCommand_MakeCommandService()
  6044.     {
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6050.         $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()));
  6051.         $instance->setName('make:command');
  6052.         $instance->setDescription('Creates a new console command class');
  6053.         return $instance;
  6054.     }
  6055.     /**
  6056.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6057.      *
  6058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6059.      */
  6060.     protected function getMaker_AutoCommand_MakeControllerService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6067.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6068.         $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()));
  6069.         $instance->setName('make:controller');
  6070.         $instance->setDescription('Creates a new controller class');
  6071.         return $instance;
  6072.     }
  6073.     /**
  6074.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6075.      *
  6076.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6077.      */
  6078.     protected function getMaker_AutoCommand_MakeCrudService()
  6079.     {
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6085.         $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()));
  6086.         $instance->setName('make:crud');
  6087.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6088.         return $instance;
  6089.     }
  6090.     /**
  6091.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6092.      *
  6093.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6094.      */
  6095.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6102.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6103.         $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()));
  6104.         $instance->setName('make:docker:database');
  6105.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6106.         return $instance;
  6107.     }
  6108.     /**
  6109.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6110.      *
  6111.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6112.      */
  6113.     protected function getMaker_AutoCommand_MakeEntityService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6121.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6122.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6123.         $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);
  6124.         $instance->setName('make:entity');
  6125.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6126.         return $instance;
  6127.     }
  6128.     /**
  6129.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6130.      *
  6131.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6132.      */
  6133.     protected function getMaker_AutoCommand_MakeFixturesService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6140.         $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()));
  6141.         $instance->setName('make:fixtures');
  6142.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'maker.auto_command.make_form' shared service.
  6147.      *
  6148.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6149.      */
  6150.     protected function getMaker_AutoCommand_MakeFormService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6157.         $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()));
  6158.         $instance->setName('make:form');
  6159.         $instance->setDescription('Creates a new form class');
  6160.         return $instance;
  6161.     }
  6162.     /**
  6163.      * Gets the private 'maker.auto_command.make_message' shared service.
  6164.      *
  6165.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6166.      */
  6167.     protected function getMaker_AutoCommand_MakeMessageService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6174.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6175.         $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()));
  6176.         $instance->setName('make:message');
  6177.         $instance->setDescription('Creates a new message and handler');
  6178.         return $instance;
  6179.     }
  6180.     /**
  6181.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6182.      *
  6183.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6184.      */
  6185.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6186.     {
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6192.         $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()));
  6193.         $instance->setName('make:messenger-middleware');
  6194.         $instance->setDescription('Creates a new messenger middleware');
  6195.         return $instance;
  6196.     }
  6197.     /**
  6198.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6199.      *
  6200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6201.      */
  6202.     protected function getMaker_AutoCommand_MakeMigrationService()
  6203.     {
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6210.         $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()));
  6211.         $instance->setName('make:migration');
  6212.         $instance->setDescription('Creates a new migration based on database changes');
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6217.      *
  6218.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6219.      */
  6220.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6227.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6228.         $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()));
  6229.         $instance->setName('make:registration-form');
  6230.         $instance->setDescription('Creates a new registration form system');
  6231.         return $instance;
  6232.     }
  6233.     /**
  6234.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6235.      *
  6236.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6237.      */
  6238.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6245.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6246.         $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()));
  6247.         $instance->setName('make:reset-password');
  6248.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6249.         return $instance;
  6250.     }
  6251.     /**
  6252.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6253.      *
  6254.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6255.      */
  6256.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6263.         $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()));
  6264.         $instance->setName('make:serializer:encoder');
  6265.         $instance->setDescription('Creates a new serializer encoder class');
  6266.         return $instance;
  6267.     }
  6268.     /**
  6269.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6270.      *
  6271.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6272.      */
  6273.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6274.     {
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6280.         $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()));
  6281.         $instance->setName('make:serializer:normalizer');
  6282.         $instance->setDescription('Creates a new serializer normalizer class');
  6283.         return $instance;
  6284.     }
  6285.     /**
  6286.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6287.      *
  6288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6289.      */
  6290.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6298.         $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()));
  6299.         $instance->setName('make:subscriber');
  6300.         $instance->setDescription('Creates a new event subscriber class');
  6301.         return $instance;
  6302.     }
  6303.     /**
  6304.      * Gets the private 'maker.auto_command.make_test' shared service.
  6305.      *
  6306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6307.      */
  6308.     protected function getMaker_AutoCommand_MakeTestService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6316.         $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()));
  6317.         $instance->setName('make:test');
  6318.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6319.         $instance->setDescription('Creates a new test class');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6324.      *
  6325.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6326.      */
  6327.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6334.         $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()));
  6335.         $instance->setName('make:twig-extension');
  6336.         $instance->setDescription('Creates a new Twig extension class');
  6337.         return $instance;
  6338.     }
  6339.     /**
  6340.      * Gets the private 'maker.auto_command.make_user' shared service.
  6341.      *
  6342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6343.      */
  6344.     protected function getMaker_AutoCommand_MakeUserService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6353.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6354.         $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()));
  6355.         $instance->setName('make:user');
  6356.         $instance->setDescription('Creates a new security user class');
  6357.         return $instance;
  6358.     }
  6359.     /**
  6360.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6361.      *
  6362.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6363.      */
  6364.     protected function getMaker_AutoCommand_MakeValidatorService()
  6365.     {
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6371.         $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()));
  6372.         $instance->setName('make:validator');
  6373.         $instance->setDescription('Creates a new validator and constraint class');
  6374.         return $instance;
  6375.     }
  6376.     /**
  6377.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6378.      *
  6379.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6380.      */
  6381.     protected function getMaker_AutoCommand_MakeVoterService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6388.         $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()));
  6389.         $instance->setName('make:voter');
  6390.         $instance->setDescription('Creates a new security voter class');
  6391.         return $instance;
  6392.     }
  6393.     /**
  6394.      * Gets the private 'maker.doctrine_helper' shared service.
  6395.      *
  6396.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6397.      */
  6398.     protected function getMaker_DoctrineHelperService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6401.         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' => [=> [=> 'AppBundle\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6402.     }
  6403.     /**
  6404.      * Gets the private 'maker.entity_class_generator' shared service.
  6405.      *
  6406.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6407.      */
  6408.     protected function getMaker_EntityClassGeneratorService()
  6409.     {
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6411.         $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()));
  6412.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  6413.         return $instance;
  6414.     }
  6415.     /**
  6416.      * Gets the private 'maker.file_manager' shared service.
  6417.      *
  6418.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6419.      */
  6420.     protected function getMaker_FileManagerService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6427.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.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'));
  6428.     }
  6429.     /**
  6430.      * Gets the private 'maker.generator' shared service.
  6431.      *
  6432.      * @return \Symfony\Bundle\MakerBundle\Generator
  6433.      */
  6434.     protected function getMaker_GeneratorService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6438.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6439.         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));
  6440.     }
  6441.     /**
  6442.      * Gets the private 'maker.php_compat_util' shared service.
  6443.      *
  6444.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6445.      */
  6446.     protected function getMaker_PhpCompatUtilService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6449.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6450.     }
  6451.     /**
  6452.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6453.      *
  6454.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6455.      */
  6456.     protected function getMaker_Renderer_FormTypeRendererService()
  6457.     {
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6459.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6460.     }
  6461.     /**
  6462.      * Gets the private 'monolog.command.server_log' shared service.
  6463.      *
  6464.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6465.      */
  6466.     protected function getMonolog_Command_ServerLogService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6470.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6471.         $instance->setName('server:log');
  6472.         $instance->setDescription('Start a log server that displays logs in real time');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'monolog.handler.console' shared service.
  6477.      *
  6478.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6479.      */
  6480.     protected function getMonolog_Handler_ConsoleService()
  6481.     {
  6482.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6483.     }
  6484.     /**
  6485.      * Gets the private 'monolog.handler.main' shared service.
  6486.      *
  6487.      * @return \Monolog\Handler\StreamHandler
  6488.      */
  6489.     protected function getMonolog_Handler_MainService()
  6490.     {
  6491.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6492.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6493.         return $instance;
  6494.     }
  6495.     /**
  6496.      * Gets the private 'monolog.logger' shared service.
  6497.      *
  6498.      * @return \Symfony\Bridge\Monolog\Logger
  6499.      */
  6500.     protected function getMonolog_LoggerService()
  6501.     {
  6502.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6503.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6504.         $instance->useMicrosecondTimestamps(true);
  6505.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6506.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6508.         return $instance;
  6509.     }
  6510.     /**
  6511.      * Gets the private 'monolog.logger.cache' shared service.
  6512.      *
  6513.      * @return \Symfony\Bridge\Monolog\Logger
  6514.      */
  6515.     protected function getMonolog_Logger_CacheService()
  6516.     {
  6517.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6518.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6519.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6520.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6521.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6522.         return $instance;
  6523.     }
  6524.     /**
  6525.      * Gets the private 'monolog.logger.mailer' shared service.
  6526.      *
  6527.      * @return \Symfony\Bridge\Monolog\Logger
  6528.      */
  6529.     protected function getMonolog_Logger_MailerService()
  6530.     {
  6531.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6532.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6533.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6534.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6535.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6536.         return $instance;
  6537.     }
  6538.     /**
  6539.      * Gets the private 'monolog.logger.request' shared service.
  6540.      *
  6541.      * @return \Symfony\Bridge\Monolog\Logger
  6542.      */
  6543.     protected function getMonolog_Logger_RequestService()
  6544.     {
  6545.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6546.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6547.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6548.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6549.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6550.         return $instance;
  6551.     }
  6552.     /**
  6553.      * Gets the private 'monolog.logger.security' shared service.
  6554.      *
  6555.      * @return \Symfony\Bridge\Monolog\Logger
  6556.      */
  6557.     protected function getMonolog_Logger_SecurityService()
  6558.     {
  6559.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6560.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6561.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6562.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6563.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6564.         return $instance;
  6565.     }
  6566.     /**
  6567.      * Gets the private 'parameter_bag' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6570.      */
  6571.     protected function getParameterBagService()
  6572.     {
  6573.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6574.     }
  6575.     /**
  6576.      * Gets the private 'profiler_listener' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6579.      */
  6580.     protected function getProfilerListenerService()
  6581.     {
  6582.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6583.     }
  6584.     /**
  6585.      * Gets the private 'property_accessor' shared service.
  6586.      *
  6587.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6588.      */
  6589.     protected function getPropertyAccessorService()
  6590.     {
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6597.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6598.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6599.     }
  6600.     /**
  6601.      * Gets the private 'router.cache_warmer' shared service.
  6602.      *
  6603.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6604.      */
  6605.     protected function getRouter_CacheWarmerService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6609.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6610.             'router' => ['services''router''getRouterService'false],
  6611.         ], [
  6612.             'router' => '?',
  6613.         ]))->withContext('router.cache_warmer'$this));
  6614.     }
  6615.     /**
  6616.      * Gets the private 'router.request_context' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\Routing\RequestContext
  6619.      */
  6620.     protected function getRouter_RequestContextService()
  6621.     {
  6622.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6623.     }
  6624.     /**
  6625.      * Gets the private 'router_listener' shared service.
  6626.      *
  6627.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6628.      */
  6629.     protected function getRouterListenerService()
  6630.     {
  6631.         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);
  6632.     }
  6633.     /**
  6634.      * Gets the private 'secrets.vault' shared service.
  6635.      *
  6636.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6637.      */
  6638.     protected function getSecrets_VaultService()
  6639.     {
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6644.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'security.access_listener' shared service.
  6648.      *
  6649.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6650.      */
  6651.     protected function getSecurity_AccessListenerService()
  6652.     {
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6654.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  6655.     }
  6656.     /**
  6657.      * Gets the private 'security.access_map' shared service.
  6658.      *
  6659.      * @return \Symfony\Component\Security\Http\AccessMap
  6660.      */
  6661.     protected function getSecurity_AccessMapService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6667.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6668.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  6669.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'PUBLIC_ACCESS'], NULL);
  6670.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/password'), [=> 'PUBLIC_ACCESS'], NULL);
  6671.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/email'), [=> 'PUBLIC_ACCESS'], NULL);
  6672.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'PUBLIC_ACCESS'], NULL);
  6673.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/booking'), [=> 'ROLE_USER'], NULL);
  6674.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/blueprints'), [=> 'ROLE_USER'], NULL);
  6675.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/blueprint'), [=> 'ROLE_USER'], NULL);
  6676.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/history'), [=> 'ROLE_USER'], NULL);
  6677.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [=> 'ROLE_USER'], NULL);
  6678.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/address'), [=> 'ROLE_USER'], NULL);
  6679.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/addresses'), [=> 'ROLE_USER'], NULL);
  6680.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  6681.         return $instance;
  6682.     }
  6683.     /**
  6684.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  6685.      *
  6686.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  6687.      */
  6688.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6693.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_su''ROLE_ADMIN', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  6694.     }
  6695.     /**
  6696.      * Gets the private 'security.authentication_utils' shared service.
  6697.      *
  6698.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6699.      */
  6700.     protected function getSecurity_AuthenticationUtilsService()
  6701.     {
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6703.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6704.     }
  6705.     /**
  6706.      * Gets the private 'security.authenticator.form_login.main' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  6709.      */
  6710.     protected function getSecurity_Authenticator_FormLogin_MainService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6723.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6724.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6725.         $b->setOptions(['login_path' => 'login''default_target_path' => 'dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  6726.         $b->setFirewallName('main');
  6727.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6728.         $c->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6729.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService()), $b$c, ['login_path' => 'login''check_path' => 'login''enable_csrf' => true'use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  6730.     }
  6731.     /**
  6732.      * Gets the private 'security.channel_listener' shared service.
  6733.      *
  6734.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6735.      */
  6736.     protected function getSecurity_ChannelListenerService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6739.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6740.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  6741.     }
  6742.     /**
  6743.      * Gets the private 'security.command.debug_firewall' shared service.
  6744.      *
  6745.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6746.      */
  6747.     protected function getSecurity_Command_DebugFirewallService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6751.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), ['main' => [=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
  6752.         $instance->setName('debug:firewall');
  6753.         $instance->setDescription('Display information about your security firewall(s)');
  6754.         return $instance;
  6755.     }
  6756.     /**
  6757.      * Gets the private 'security.command.user_password_encoder' shared service.
  6758.      *
  6759.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6760.      *
  6761.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6762.      */
  6763.     protected function getSecurity_Command_UserPasswordEncoderService()
  6764.     {
  6765.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6766.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  6767.         $instance->setName('security:encode-password');
  6768.         $instance->setDescription('Encode a password');
  6769.         return $instance;
  6770.     }
  6771.     /**
  6772.      * Gets the private 'security.command.user_password_hash' shared service.
  6773.      *
  6774.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6775.      */
  6776.     protected function getSecurity_Command_UserPasswordHashService()
  6777.     {
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6780.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  6781.         $instance->setName('security:hash-password');
  6782.         $instance->setDescription('Hash a user password');
  6783.         return $instance;
  6784.     }
  6785.     /**
  6786.      * Gets the private 'security.context_listener.0' shared service.
  6787.      *
  6788.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6789.      */
  6790.     protected function getSecurity_ContextListener_0Service()
  6791.     {
  6792.         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 () {
  6793.             yield => ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService());
  6794.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6795.     }
  6796.     /**
  6797.      * Gets the private 'security.csrf.token_storage' shared service.
  6798.      *
  6799.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6800.      */
  6801.     protected function getSecurity_Csrf_TokenStorageService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6806.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6807.     }
  6808.     /**
  6809.      * Gets the private 'security.encoder_factory.generic' shared service.
  6810.      *
  6811.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6812.      *
  6813.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6814.      */
  6815.     protected function getSecurity_EncoderFactory_GenericService()
  6816.     {
  6817.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6818.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6819.     }
  6820.     /**
  6821.      * Gets the private 'security.event_dispatcher.main' shared service.
  6822.      *
  6823.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6824.      */
  6825.     protected function getSecurity_EventDispatcher_MainService()
  6826.     {
  6827.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6829.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  6830.         }, => 'checkPassport'], 2048);
  6831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  6832.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  6833.         }, => 'onSuccessfulLogin'], 0);
  6834.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6835.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6836.         }, => 'onLogout'], 64);
  6837.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6838.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6839.         }, => 'onLogout'], 0);
  6840.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6841.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  6842.         }, => 'preCheckCredentials'], 256);
  6843.         $instance->addListener('security.authentication.success', [=> function () {
  6844.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  6845.         }, => 'postCheckCredentials'], 256);
  6846.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6847.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  6848.         }, => 'checkPassport'], 1024);
  6849.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  6850.             return ($this->privates['AppBundle\\Security\\LoginLogServiceEventSubscriber'] ?? $this->getLoginLogServiceEventSubscriberService());
  6851.         }, => 'onAuthenticationFailure'], 0);
  6852.         $instance->addListener('security.interactive_login', [=> function () {
  6853.             return ($this->privates['AppBundle\\Security\\LoginLogServiceEventSubscriber'] ?? $this->getLoginLogServiceEventSubscriberService());
  6854.         }, => 'onAuthenticationSuccess'], 0);
  6855.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6856.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  6857.         }, => 'checkPassport'], 0);
  6858.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  6859.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  6860.         }, => 'onLoginSuccess'], 0);
  6861.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  6862.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  6863.         }, => 'checkPassport'], 512);
  6864.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6865.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6866.         }, => 'onLogout'], 0);
  6867.         return $instance;
  6868.     }
  6869.     /**
  6870.      * Gets the private 'security.firewall.map' shared service.
  6871.      *
  6872.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6873.      */
  6874.     protected function getSecurity_Firewall_MapService()
  6875.     {
  6876.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  6877.             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)/')));
  6878.             yield 'security.firewall.map.context.main' => NULL;
  6879.         }, 2));
  6880.     }
  6881.     /**
  6882.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6883.      *
  6884.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6885.      */
  6886.     protected function getSecurity_Firewall_Map_Context_DevService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6890.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6891.             return new \EmptyIterator();
  6892.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6893.     }
  6894.     /**
  6895.      * Gets the private 'security.firewall.map.context.main' shared service.
  6896.      *
  6897.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6898.      */
  6899.     protected function getSecurity_Firewall_Map_Context_MainService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6906.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6907.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6908.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6909.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6910.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6911.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  6912.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  6913.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6914.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.db_provider''main''security.authenticator.form_login.main'NULLNULL, [=> 'switch_user'=> 'form_login'], ['role' => 'ROLE_ADMIN''parameter' => '_su']));
  6915.     }
  6916.     /**
  6917.      * Gets the private 'security.http_utils' shared service.
  6918.      *
  6919.      * @return \Symfony\Component\Security\Http\HttpUtils
  6920.      */
  6921.     protected function getSecurity_HttpUtilsService()
  6922.     {
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6924.         $a = ($this->services['router'] ?? $this->getRouterService());
  6925.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6926.     }
  6927.     /**
  6928.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  6929.      *
  6930.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  6931.      */
  6932.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  6933.     {
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  6935.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6936.     }
  6937.     /**
  6938.      * Gets the private 'security.listener.csrf_protection' shared service.
  6939.      *
  6940.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  6941.      */
  6942.     protected function getSecurity_Listener_CsrfProtectionService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  6945.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6946.     }
  6947.     /**
  6948.      * Gets the private 'security.listener.main.user_provider' shared service.
  6949.      *
  6950.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6951.      */
  6952.     protected function getSecurity_Listener_Main_UserProviderService()
  6953.     {
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6955.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService()));
  6956.     }
  6957.     /**
  6958.      * Gets the private 'security.listener.password_migrating' shared service.
  6959.      *
  6960.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  6961.      */
  6962.     protected function getSecurity_Listener_PasswordMigratingService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  6965.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6966.     }
  6967.     /**
  6968.      * Gets the private 'security.listener.session.main' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  6971.      */
  6972.     protected function getSecurity_Listener_Session_MainService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6977.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  6978.     }
  6979.     /**
  6980.      * Gets the private 'security.listener.user_checker.main' shared service.
  6981.      *
  6982.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  6983.      */
  6984.     protected function getSecurity_Listener_UserChecker_MainService()
  6985.     {
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6989.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  6990.     }
  6991.     /**
  6992.      * Gets the private 'security.listener.user_provider' shared service.
  6993.      *
  6994.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  6995.      */
  6996.     protected function getSecurity_Listener_UserProviderService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  6999.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.db_provider'] ?? $this->getSecurity_User_Provider_Concrete_DbProviderService()));
  7000.     }
  7001.     /**
  7002.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7003.      *
  7004.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7005.      */
  7006.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7009.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7010.     }
  7011.     /**
  7012.      * Gets the private 'security.logout.listener.default.main' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7015.      */
  7016.     protected function getSecurity_Logout_Listener_Default_MainService()
  7017.     {
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7019.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  7020.     }
  7021.     /**
  7022.      * Gets the private 'security.logout_url_generator' shared service.
  7023.      *
  7024.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7025.      */
  7026.     protected function getSecurity_LogoutUrlGeneratorService()
  7027.     {
  7028.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7029.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  7030.         return $instance;
  7031.     }
  7032.     /**
  7033.      * Gets the private 'security.password_hasher_factory' shared service.
  7034.      *
  7035.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7036.      */
  7037.     protected function getSecurity_PasswordHasherFactoryService()
  7038.     {
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7041.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  7042.     }
  7043.     /**
  7044.      * Gets the private 'security.role_hierarchy' shared service.
  7045.      *
  7046.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7047.      */
  7048.     protected function getSecurity_RoleHierarchyService()
  7049.     {
  7050.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7051.     }
  7052.     /**
  7053.      * Gets the private 'security.user.provider.concrete.db_provider' shared service.
  7054.      *
  7055.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7056.      */
  7057.     protected function getSecurity_User_Provider_Concrete_DbProviderService()
  7058.     {
  7059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7062.         return $this->privates['security.user.provider.concrete.db_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'AppBundle\\Entity\\Customer''email'NULL);
  7063.     }
  7064.     /**
  7065.      * Gets the private 'security.user_password_hasher' shared service.
  7066.      *
  7067.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  7068.      */
  7069.     protected function getSecurity_UserPasswordHasherService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7073.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7074.     }
  7075.     /**
  7076.      * Gets the private 'security.validator.user_password' shared service.
  7077.      *
  7078.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7079.      */
  7080.     protected function getSecurity_Validator_UserPasswordService()
  7081.     {
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7085.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7086.     }
  7087.     /**
  7088.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7089.      *
  7090.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7091.      */
  7092.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7093.     {
  7094.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7095.     }
  7096.     /**
  7097.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7098.      *
  7099.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7100.      */
  7101.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7102.     {
  7103.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7104.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  7105.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7106.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7107.     }
  7108.     /**
  7109.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7110.      *
  7111.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7112.      */
  7113.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7114.     {
  7115.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7116.     }
  7117.     /**
  7118.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7119.      *
  7120.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7121.      */
  7122.     protected function getSensioFrameworkExtra_View_ListenerService()
  7123.     {
  7124.         $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))));
  7125.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7126.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7127.         ], [
  7128.             'twig' => '?',
  7129.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7130.         return $instance;
  7131.     }
  7132.     /**
  7133.      * Gets the private 'session.factory' shared service.
  7134.      *
  7135.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7136.      */
  7137.     protected function getSession_FactoryService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  7145.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  7146.     }
  7147.     /**
  7148.      * Gets the private 'session_listener' shared service.
  7149.      *
  7150.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7151.      */
  7152.     protected function getSessionListenerService()
  7153.     {
  7154.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7155.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7156.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7157.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7158.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7159.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7160.         ], [
  7161.             'initialized_session' => '?',
  7162.             'logger' => '?',
  7163.             'session' => '?',
  7164.             'session_collector' => '?',
  7165.             'session_factory' => '?',
  7166.         ]), true$this->parameters['session.storage.options']);
  7167.     }
  7168.     /**
  7169.      * Gets the private 'translation.extractor' shared service.
  7170.      *
  7171.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7172.      */
  7173.     protected function getTranslation_ExtractorService()
  7174.     {
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7180.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7181.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7182.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7183.         return $instance;
  7184.     }
  7185.     /**
  7186.      * Gets the private 'translation.loader.csv' shared service.
  7187.      *
  7188.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7189.      */
  7190.     protected function getTranslation_Loader_CsvService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7196.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7197.     }
  7198.     /**
  7199.      * Gets the private 'translation.loader.dat' shared service.
  7200.      *
  7201.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7202.      */
  7203.     protected function getTranslation_Loader_DatService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7208.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7209.     }
  7210.     /**
  7211.      * Gets the private 'translation.loader.ini' shared service.
  7212.      *
  7213.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7214.      */
  7215.     protected function getTranslation_Loader_IniService()
  7216.     {
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7221.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7222.     }
  7223.     /**
  7224.      * Gets the private 'translation.loader.json' shared service.
  7225.      *
  7226.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7227.      */
  7228.     protected function getTranslation_Loader_JsonService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7234.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7235.     }
  7236.     /**
  7237.      * Gets the private 'translation.loader.mo' shared service.
  7238.      *
  7239.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7240.      */
  7241.     protected function getTranslation_Loader_MoService()
  7242.     {
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7247.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7248.     }
  7249.     /**
  7250.      * Gets the private 'translation.loader.php' shared service.
  7251.      *
  7252.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7253.      */
  7254.     protected function getTranslation_Loader_PhpService()
  7255.     {
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7260.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7261.     }
  7262.     /**
  7263.      * Gets the private 'translation.loader.po' shared service.
  7264.      *
  7265.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7266.      */
  7267.     protected function getTranslation_Loader_PoService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7273.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7274.     }
  7275.     /**
  7276.      * Gets the private 'translation.loader.qt' shared service.
  7277.      *
  7278.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7279.      */
  7280.     protected function getTranslation_Loader_QtService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7284.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7285.     }
  7286.     /**
  7287.      * Gets the private 'translation.loader.res' shared service.
  7288.      *
  7289.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7290.      */
  7291.     protected function getTranslation_Loader_ResService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7295.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7296.     }
  7297.     /**
  7298.      * Gets the private 'translation.loader.xliff' shared service.
  7299.      *
  7300.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7301.      */
  7302.     protected function getTranslation_Loader_XliffService()
  7303.     {
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7306.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7307.     }
  7308.     /**
  7309.      * Gets the private 'translation.loader.yml' shared service.
  7310.      *
  7311.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7312.      */
  7313.     protected function getTranslation_Loader_YmlService()
  7314.     {
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7319.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7320.     }
  7321.     /**
  7322.      * Gets the private 'translation.provider_collection' shared service.
  7323.      *
  7324.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7325.      */
  7326.     protected function getTranslation_ProviderCollectionService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7330.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7331.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7332.         }, 1), []))->fromConfig([]);
  7333.     }
  7334.     /**
  7335.      * Gets the private 'translation.reader' shared service.
  7336.      *
  7337.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7338.      */
  7339.     protected function getTranslation_ReaderService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7357.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7358.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7359.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7360.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7361.         $instance->addLoader('yaml'$a);
  7362.         $instance->addLoader('yml'$a);
  7363.         $instance->addLoader('xlf'$b);
  7364.         $instance->addLoader('xliff'$b);
  7365.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7366.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7367.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7368.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7369.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7370.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7371.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7372.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7373.         return $instance;
  7374.     }
  7375.     /**
  7376.      * Gets the private 'translation.warmer' shared service.
  7377.      *
  7378.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7379.      */
  7380.     protected function getTranslation_WarmerService()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7384.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7385.             'translator' => ['services''translator''getTranslatorService'false],
  7386.         ], [
  7387.             'translator' => '?',
  7388.         ]))->withContext('translation.warmer'$this));
  7389.     }
  7390.     /**
  7391.      * Gets the private 'translation.writer' shared service.
  7392.      *
  7393.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7394.      */
  7395.     protected function getTranslation_WriterService()
  7396.     {
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7411.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7412.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7413.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7414.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7415.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7416.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7417.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7418.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7419.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7420.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7421.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7422.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7423.         return $instance;
  7424.     }
  7425.     /**
  7426.      * Gets the private 'translator.default' shared service.
  7427.      *
  7428.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7429.      */
  7430.     protected function getTranslator_DefaultService()
  7431.     {
  7432.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7433.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7434.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7435.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7436.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7437.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7438.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7439.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7440.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7441.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7442.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7443.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7444.         ], [
  7445.             'translation.loader.csv' => '?',
  7446.             'translation.loader.dat' => '?',
  7447.             'translation.loader.ini' => '?',
  7448.             'translation.loader.json' => '?',
  7449.             'translation.loader.mo' => '?',
  7450.             'translation.loader.php' => '?',
  7451.             'translation.loader.po' => '?',
  7452.             'translation.loader.qt' => '?',
  7453.             'translation.loader.res' => '?',
  7454.             'translation.loader.xliff' => '?',
  7455.             'translation.loader.yml' => '?',
  7456.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/translations/messages.de.php'), => (\dirname(__DIR__4).'/translations/validators.de.php')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'vendor/jms/serializer-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations']]], []);
  7457.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7458.         $instance->setFallbackLocales([=> 'en']);
  7459.         return $instance;
  7460.     }
  7461.     /**
  7462.      * Gets the private 'twig.command.debug' shared service.
  7463.      *
  7464.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7465.      */
  7466.     protected function getTwig_Command_DebugService()
  7467.     {
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7470.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7471.         $instance->setName('debug:twig');
  7472.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7473.         return $instance;
  7474.     }
  7475.     /**
  7476.      * Gets the private 'twig.command.lint' shared service.
  7477.      *
  7478.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7479.      */
  7480.     protected function getTwig_Command_LintService()
  7481.     {
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7485.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7486.         $instance->setName('lint:twig');
  7487.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7488.         return $instance;
  7489.     }
  7490.     /**
  7491.      * Gets the private 'twig.form.renderer' shared service.
  7492.      *
  7493.      * @return \Symfony\Component\Form\FormRenderer
  7494.      */
  7495.     protected function getTwig_Form_RendererService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7502.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7503.     }
  7504.     /**
  7505.      * Gets the private 'twig.mailer.message_listener' shared service.
  7506.      *
  7507.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7508.      */
  7509.     protected function getTwig_Mailer_MessageListenerService()
  7510.     {
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7514.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7515.     }
  7516.     /**
  7517.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7518.      *
  7519.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7520.      */
  7521.     protected function getTwig_Runtime_HttpkernelService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7529.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7530.         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, [
  7531.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7532.         ], [
  7533.             'inline' => '?',
  7534.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7535.     }
  7536.     /**
  7537.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7538.      *
  7539.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7540.      */
  7541.     protected function getTwig_Runtime_SecurityCsrfService()
  7542.     {
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7544.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7545.     }
  7546.     /**
  7547.      * Gets the private 'twig.template_cache_warmer' shared service.
  7548.      *
  7549.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7550.      */
  7551.     protected function getTwig_TemplateCacheWarmerService()
  7552.     {
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7556.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7557.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7558.         ], [
  7559.             'twig' => '?',
  7560.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\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')));
  7561.     }
  7562.     /**
  7563.      * Gets the private 'validator.builder' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7566.      */
  7567.     protected function getValidator_BuilderService()
  7568.     {
  7569.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7570.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7571.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7572.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7573.         }, 2), new RewindableGenerator(function () {
  7574.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7575.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7576.         }, 2), new RewindableGenerator(function () {
  7577.             return new \EmptyIterator();
  7578.         }, 0), new RewindableGenerator(function () {
  7579.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7580.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7581.         }, 2), new RewindableGenerator(function () {
  7582.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7583.         }, 1));
  7584.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7585.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7586.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7587.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7588.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7589.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7590.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7591.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7592.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7593.         ], [
  7594.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7595.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7596.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7597.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7598.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7599.             'doctrine.orm.validator.unique' => '?',
  7600.             'security.validator.user_password' => '?',
  7601.             'validator.expression' => '?',
  7602.         ])));
  7603.         if ($this->has('translator')) {
  7604.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7605.         }
  7606.         $instance->setTranslationDomain('validators');
  7607.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7608.         $instance->enableAnnotationMapping(true);
  7609.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7610.         $instance->addMethodMapping('loadValidatorMetadata');
  7611.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7612.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7613.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'validator.email' shared service.
  7618.      *
  7619.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7620.      */
  7621.     protected function getValidator_EmailService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7626.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7627.     }
  7628.     /**
  7629.      * Gets the private 'validator.expression' shared service.
  7630.      *
  7631.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7632.      */
  7633.     protected function getValidator_ExpressionService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7638.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  7639.     }
  7640.     /**
  7641.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7642.      *
  7643.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7644.      */
  7645.     protected function getValidator_Mapping_CacheWarmerService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7650.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7651.     }
  7652.     /**
  7653.      * Gets the private 'validator.not_compromised_password' shared service.
  7654.      *
  7655.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7656.      */
  7657.     protected function getValidator_NotCompromisedPasswordService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7662.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  7663.     }
  7664.     /**
  7665.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7666.      *
  7667.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7668.      */
  7669.     protected function getVarDumper_Command_ServerDumpService()
  7670.     {
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7677.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7678.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7679.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7680.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7681.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7682.         $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()))]);
  7683.         $instance->setName('server:dump');
  7684.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7685.         return $instance;
  7686.     }
  7687.     /**
  7688.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7689.      *
  7690.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7691.      */
  7692.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7693.     {
  7694.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7695.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7696.         return $instance;
  7697.     }
  7698.     /**
  7699.      * Gets the private 'var_dumper.html_dumper' shared service.
  7700.      *
  7701.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7702.      */
  7703.     protected function getVarDumper_HtmlDumperService()
  7704.     {
  7705.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7706.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7707.         return $instance;
  7708.     }
  7709.     /**
  7710.      * Gets the private 'var_dumper.server_connection' shared service.
  7711.      *
  7712.      * @return \Symfony\Component\VarDumper\Server\Connection
  7713.      */
  7714.     protected function getVarDumper_ServerConnectionService()
  7715.     {
  7716.         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()]);
  7717.     }
  7718.     /**
  7719.      * Gets the private 'web_profiler.csp.handler' shared service.
  7720.      *
  7721.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7722.      */
  7723.     protected function getWebProfiler_Csp_HandlerService()
  7724.     {
  7725.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7726.     }
  7727.     /**
  7728.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7729.      *
  7730.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7731.      */
  7732.     protected function getWebProfiler_DebugToolbarService()
  7733.     {
  7734.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7735.     }
  7736.     /**
  7737.      * Gets the public 'cache_clearer' alias.
  7738.      *
  7739.      * @return object The ".container.private.cache_clearer" service.
  7740.      */
  7741.     protected function getCacheClearerService()
  7742.     {
  7743.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7744.         return $this->get('.container.private.cache_clearer');
  7745.     }
  7746.     /**
  7747.      * Gets the public 'filesystem' alias.
  7748.      *
  7749.      * @return object The ".container.private.filesystem" service.
  7750.      */
  7751.     protected function getFilesystemService()
  7752.     {
  7753.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7754.         return $this->get('.container.private.filesystem');
  7755.     }
  7756.     /**
  7757.      * Gets the public 'security.csrf.token_manager' alias.
  7758.      *
  7759.      * @return object The ".container.private.security.csrf.token_manager" service.
  7760.      */
  7761.     protected function getSecurity_Csrf_TokenManagerService()
  7762.     {
  7763.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7764.         return $this->get('.container.private.security.csrf.token_manager');
  7765.     }
  7766.     /**
  7767.      * Gets the public 'form.factory' alias.
  7768.      *
  7769.      * @return object The ".container.private.form.factory" service.
  7770.      */
  7771.     protected function getForm_FactoryService()
  7772.     {
  7773.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7774.         return $this->get('.container.private.form.factory');
  7775.     }
  7776.     /**
  7777.      * Gets the public 'form.type.file' alias.
  7778.      *
  7779.      * @return object The ".container.private.form.type.file" service.
  7780.      */
  7781.     protected function getForm_Type_FileService()
  7782.     {
  7783.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7784.         return $this->get('.container.private.form.type.file');
  7785.     }
  7786.     /**
  7787.      * Gets the public 'profiler' alias.
  7788.      *
  7789.      * @return object The ".container.private.profiler" service.
  7790.      */
  7791.     protected function getProfilerService()
  7792.     {
  7793.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7794.         return $this->get('.container.private.profiler');
  7795.     }
  7796.     /**
  7797.      * Gets the public 'security.authorization_checker' alias.
  7798.      *
  7799.      * @return object The ".container.private.security.authorization_checker" service.
  7800.      */
  7801.     protected function getSecurity_AuthorizationCheckerService()
  7802.     {
  7803.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7804.         return $this->get('.container.private.security.authorization_checker');
  7805.     }
  7806.     /**
  7807.      * Gets the public 'security.token_storage' alias.
  7808.      *
  7809.      * @return object The ".container.private.security.token_storage" service.
  7810.      */
  7811.     protected function getSecurity_TokenStorageService()
  7812.     {
  7813.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7814.         return $this->get('.container.private.security.token_storage');
  7815.     }
  7816.     /**
  7817.      * Gets the public 'twig' alias.
  7818.      *
  7819.      * @return object The ".container.private.twig" service.
  7820.      */
  7821.     protected function getTwigService()
  7822.     {
  7823.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7824.         return $this->get('.container.private.twig');
  7825.     }
  7826.     /**
  7827.      * Gets the public 'security.password_encoder' alias.
  7828.      *
  7829.      * @return object The ".container.private.security.password_encoder" service.
  7830.      */
  7831.     protected function getSecurity_PasswordEncoderService()
  7832.     {
  7833.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7834.         return $this->get('.container.private.security.password_encoder');
  7835.     }
  7836.     /**
  7837.      * Gets the public 'session' alias.
  7838.      *
  7839.      * @return object The ".container.private.session" service.
  7840.      */
  7841.     protected function getSessionService()
  7842.     {
  7843.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7844.         return $this->get('.container.private.session');
  7845.     }
  7846.     /**
  7847.      * Gets the public 'validator' alias.
  7848.      *
  7849.      * @return object The ".container.private.validator" service.
  7850.      */
  7851.     protected function getValidatorService()
  7852.     {
  7853.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7854.         return $this->get('.container.private.validator');
  7855.     }
  7856.     /**
  7857.      * @return array|bool|float|int|string|\UnitEnum|null
  7858.      */
  7859.     public function getParameter(string $name)
  7860.     {
  7861.         if (isset($this->buildParameters[$name])) {
  7862.             return $this->buildParameters[$name];
  7863.         }
  7864.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7865.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7866.         }
  7867.         if (isset($this->loadedDynamicParameters[$name])) {
  7868.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7869.         }
  7870.         return $this->parameters[$name];
  7871.     }
  7872.     public function hasParameter(string $name): bool
  7873.     {
  7874.         if (isset($this->buildParameters[$name])) {
  7875.             return true;
  7876.         }
  7877.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7878.     }
  7879.     public function setParameter(string $name$value): void
  7880.     {
  7881.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7882.     }
  7883.     public function getParameterBag(): ParameterBagInterface
  7884.     {
  7885.         if (null === $this->parameterBag) {
  7886.             $parameters $this->parameters;
  7887.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7888.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7889.             }
  7890.             foreach ($this->buildParameters as $name => $value) {
  7891.                 $parameters[$name] = $value;
  7892.             }
  7893.             $this->parameterBag = new FrozenParameterBag($parameters);
  7894.         }
  7895.         return $this->parameterBag;
  7896.     }
  7897.     private $loadedDynamicParameters = [
  7898.         'kernel.runtime_environment' => false,
  7899.         'kernel.build_dir' => false,
  7900.         'kernel.cache_dir' => false,
  7901.         'kernel.secret' => false,
  7902.         'debug.container.dump' => false,
  7903.         'session.save_path' => false,
  7904.         'validator.mapping.cache.file' => false,
  7905.         'profiler.storage.dsn' => false,
  7906.         'doctrine.orm.proxy_dir' => false,
  7907.     ];
  7908.     private $dynamicParameters = [];
  7909.     private function getDynamicParameter(string $name)
  7910.     {
  7911.         switch ($name) {
  7912.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7913.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7914.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7915.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7916.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7917.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7918.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7919.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7920.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7921.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7922.         }
  7923.         $this->loadedDynamicParameters[$name] = true;
  7924.         return $this->dynamicParameters[$name] = $value;
  7925.     }
  7926.     protected function getDefaultParameters(): array
  7927.     {
  7928.         return [
  7929.             'kernel.project_dir' => \dirname(__DIR__4),
  7930.             'kernel.environment' => 'dev',
  7931.             'kernel.debug' => true,
  7932.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7933.             'kernel.bundles' => [
  7934.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7935.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7936.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7937.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7938.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7939.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7940.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7941.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7942.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7943.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7944.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  7945.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7946.             ],
  7947.             'kernel.bundles_metadata' => [
  7948.                 'FrameworkBundle' => [
  7949.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7950.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7951.                 ],
  7952.                 'SecurityBundle' => [
  7953.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7954.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7955.                 ],
  7956.                 'TwigBundle' => [
  7957.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7958.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7959.                 ],
  7960.                 'KnpPaginatorBundle' => [
  7961.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7962.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7963.                 ],
  7964.                 'MakerBundle' => [
  7965.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7966.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7967.                 ],
  7968.                 'DebugBundle' => [
  7969.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7970.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7971.                 ],
  7972.                 'WebProfilerBundle' => [
  7973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7974.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7975.                 ],
  7976.                 'DoctrineBundle' => [
  7977.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7978.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7979.                 ],
  7980.                 'DoctrineMigrationsBundle' => [
  7981.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7982.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7983.                 ],
  7984.                 'SensioFrameworkExtraBundle' => [
  7985.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7986.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7987.                 ],
  7988.                 'JMSSerializerBundle' => [
  7989.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  7990.                     'namespace' => 'JMS\\SerializerBundle',
  7991.                 ],
  7992.                 'MonologBundle' => [
  7993.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7994.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7995.                 ],
  7996.             ],
  7997.             'kernel.charset' => 'UTF-8',
  7998.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7999.             'container.dumper.inline_class_loader' => true,
  8000.             'container.dumper.inline_factories' => true,
  8001.             'base' => 'https://buchung-dev.gericke-spedition.de/',
  8002.             'locale' => 'de',
  8003.             'mailer_transport' => 'smtp',
  8004.             'mailer_host' => 'dev.hotweb.de',
  8005.             'mailer_user' => 'sender@buchung-dev.gericke-spedition.de',
  8006.             'mailer_password' => 'OP-1-2tghz',
  8007.             'mailer_port' => 25,
  8008.             'mailer_auth_mode' => 'login',
  8009.             'mailer_encryption' => 'tls',
  8010.             'mailer_default_sender' => 'buchung@gericke-spedition.de',
  8011.             'mailer_default_recipient' => 'stb@hotweb.de',
  8012.             'secret' => '357540efbba3f4656e7119b927ce01366e0f1ce5',
  8013.             'password_reset_token_timespan' => 30,
  8014.             'booking_filter_interval_history' => 2,
  8015.             'booking_filter_interval_admin' => 2,
  8016.             'booking_list_items_per_page' => 10,
  8017.             'address_list_items_per_page' => 10,
  8018.             'booking_max_items' => 10,
  8019.             'booking_max_items_admin' => 15,
  8020.             'booking_changes_render_groups' => [
  8021.                 'addressSender' => [
  8022.                     'label' => 'address.type.sender',
  8023.                 ],
  8024.                 'addressNeutralSender' => [
  8025.                     'label' => 'address.type.neutral_sender',
  8026.                 ],
  8027.                 'addressReceiver' => [
  8028.                     'label' => 'address.type.receiver',
  8029.                 ],
  8030.                 'addressFreightPayer' => [
  8031.                     'label' => 'booking.freight_payer',
  8032.                 ],
  8033.                 'pickupDate' => [
  8034.                     'label' => 'booking.pickup',
  8035.                 ],
  8036.                 'deliveryDate' => [
  8037.                     'label' => 'booking.delivery',
  8038.                 ],
  8039.             ],
  8040.             'session_max_idle_time' => 1800,
  8041.             'csv_import' => [
  8042.                 'import_log' => true,
  8043.                 'ftp_host' => 'buchung-dev.gericke-spedition.de',
  8044.                 'ftp_user' => 'gericke-csv-imp',
  8045.                 'ftp_pass' => 'GB-csv!IMP-dev',
  8046.                 'import_file_pattern' => '*.csv',
  8047.             ],
  8048.             'customer_specifics' => [
  8049.                 58 => [
  8050.                     'csv_import' => true,
  8051.                 ],
  8052.             ],
  8053.             'm_numbers' => [
  8054.                 'file' => 'SNR_KDNR.txt',
  8055.                 'ftp_host' => 'buchung.gericke-spedition.de',
  8056.                 'ftp_user' => 'gericke-mnumbers',
  8057.                 'ftp_pass' => 'GB-csv!IMP-mnr',
  8058.             ],
  8059.             'database_host' => '127.0.0.1',
  8060.             'database_port' => NULL,
  8061.             'database_name' => 'gerickebuchung_dev',
  8062.             'database_user' => 'gerickebuchung',
  8063.             'database_password' => 'GB-1-2tghz',
  8064.             'database_version' => '5.5',
  8065.             'ftp' => [
  8066.                 'host' => 'buchung-dev.gericke-spedition.de',
  8067.                 'user' => 'buchung-dev',
  8068.                 'pass' => 'BD15961-dev',
  8069.             ],
  8070.             'pdf' => [
  8071.                 'templates' => '/app/Resources/pdf/',
  8072.                 'cache' => '/var/cache/dev/pdf_temp/',
  8073.             ],
  8074.             'csv_export' => [
  8075.                 'template' => '/app/Resources/csv/export.csv',
  8076.                 'cache' => '/var/cache/dev/csv_temp/',
  8077.                 'ftp' => false,
  8078.                 'output' => 'httpdocs/var/csv_exports/dev/',
  8079.             ],
  8080.             'event_dispatcher.event_aliases' => [
  8081.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8082.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8083.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8084.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8085.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8086.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8087.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8088.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8089.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8090.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8091.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8092.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8093.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8094.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8095.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8096.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8097.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8098.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8099.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8100.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8101.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8102.             ],
  8103.             'fragment.renderer.hinclude.global_template' => NULL,
  8104.             'fragment.path' => '/_fragment',
  8105.             'kernel.http_method_override' => false,
  8106.             'kernel.trusted_hosts' => [
  8107.             ],
  8108.             'kernel.default_locale' => 'de',
  8109.             'kernel.enabled_locales' => [
  8110.             ],
  8111.             'kernel.error_controller' => 'error_controller',
  8112.             'debug.file_link_format' => NULL,
  8113.             'asset.request_context.base_path' => NULL,
  8114.             'asset.request_context.secure' => NULL,
  8115.             'translator.logging' => false,
  8116.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8117.             'debug.error_handler.throw_at' => -1,
  8118.             'router.request_context.host' => 'localhost',
  8119.             'router.request_context.scheme' => 'http',
  8120.             'router.request_context.base_url' => '',
  8121.             'router.resource' => 'kernel::loadRoutes',
  8122.             'request_listener.http_port' => 80,
  8123.             'request_listener.https_port' => 443,
  8124.             'session.metadata.storage_key' => '_sf2_meta',
  8125.             'session.storage.options' => [
  8126.                 'cache_limiter' => '0',
  8127.                 'cookie_secure' => 'auto',
  8128.                 'cookie_httponly' => true,
  8129.                 'cookie_samesite' => 'lax',
  8130.                 'gc_probability' => 1,
  8131.             ],
  8132.             'session.metadata.update_threshold' => 0,
  8133.             'form.type_extension.csrf.enabled' => true,
  8134.             'form.type_extension.csrf.field_name' => '_token',
  8135.             'validator.translation_domain' => 'validators',
  8136.             'profiler_listener.only_exceptions' => false,
  8137.             'profiler_listener.only_main_requests' => false,
  8138.             'security.role_hierarchy.roles' => [
  8139.                 'ROLE_ADMIN' => [
  8140.                     => 'ROLE_USER',
  8141.                 ],
  8142.             ],
  8143.             'security.access.denied_url' => NULL,
  8144.             'security.authentication.manager.erase_credentials' => true,
  8145.             'security.authentication.session_strategy.strategy' => 'migrate',
  8146.             'security.access.always_authenticate_before_granting' => false,
  8147.             'security.authentication.hide_user_not_found' => true,
  8148.             'security.firewalls' => [
  8149.                 => 'dev',
  8150.                 => 'main',
  8151.             ],
  8152.             'twig.form.resources' => [
  8153.                 => 'form_div_layout.html.twig',
  8154.                 => 'Form/errors.html.twig',
  8155.             ],
  8156.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8157.             'knp_paginator.template.pagination' => 'KnpPaginator/sliding.html.twig',
  8158.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  8159.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  8160.             'knp_paginator.page_range' => 5,
  8161.             'knp_paginator.page_limit' => NULL,
  8162.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8163.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8164.             'web_profiler.debug_toolbar.mode' => 2,
  8165.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8166.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8167.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8168.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8169.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8170.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8171.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8172.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8173.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8174.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8175.             'doctrine.entity_managers' => [
  8176.                 'default' => 'doctrine.orm.default_entity_manager',
  8177.             ],
  8178.             'doctrine.default_entity_manager' => 'default',
  8179.             'doctrine.dbal.connection_factory.types' => [
  8180.             ],
  8181.             'doctrine.connections' => [
  8182.                 'default' => 'doctrine.dbal.default_connection',
  8183.             ],
  8184.             'doctrine.default_connection' => 'default',
  8185.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8186.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8187.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8188.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8189.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8190.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8191.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8192.             'doctrine.orm.cache.memcache_port' => 11211,
  8193.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8194.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8195.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8196.             'doctrine.orm.cache.memcached_port' => 11211,
  8197.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8198.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8199.             'doctrine.orm.cache.redis_host' => 'localhost',
  8200.             'doctrine.orm.cache.redis_port' => 6379,
  8201.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8202.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8203.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8204.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8205.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8206.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8207.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8208.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8209.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8210.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8211.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8212.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8213.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8214.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8215.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8216.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8217.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8218.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8219.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8220.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8221.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8222.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8223.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8224.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8225.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8226.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8227.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8228.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8229.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8230.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8231.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8232.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8233.             'doctrine.migrations.preferred_em' => NULL,
  8234.             'doctrine.migrations.preferred_connection' => NULL,
  8235.             'monolog.use_microseconds' => true,
  8236.             'monolog.swift_mailer.handlers' => [
  8237.             ],
  8238.             'monolog.handlers_to_channels' => [
  8239.                 'monolog.handler.console' => [
  8240.                     'type' => 'exclusive',
  8241.                     'elements' => [
  8242.                         => 'event',
  8243.                         => 'doctrine',
  8244.                         => 'console',
  8245.                     ],
  8246.                 ],
  8247.                 'monolog.handler.main' => [
  8248.                     'type' => 'exclusive',
  8249.                     'elements' => [
  8250.                         => 'event',
  8251.                     ],
  8252.                 ],
  8253.             ],
  8254.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8255.             'data_collector.templates' => [
  8256.                 'data_collector.request' => [
  8257.                     => 'request',
  8258.                     => '@WebProfiler/Collector/request.html.twig',
  8259.                 ],
  8260.                 'data_collector.time' => [
  8261.                     => 'time',
  8262.                     => '@WebProfiler/Collector/time.html.twig',
  8263.                 ],
  8264.                 'data_collector.memory' => [
  8265.                     => 'memory',
  8266.                     => '@WebProfiler/Collector/memory.html.twig',
  8267.                 ],
  8268.                 'data_collector.validator' => [
  8269.                     => 'validator',
  8270.                     => '@WebProfiler/Collector/validator.html.twig',
  8271.                 ],
  8272.                 'data_collector.ajax' => [
  8273.                     => 'ajax',
  8274.                     => '@WebProfiler/Collector/ajax.html.twig',
  8275.                 ],
  8276.                 'data_collector.form' => [
  8277.                     => 'form',
  8278.                     => '@WebProfiler/Collector/form.html.twig',
  8279.                 ],
  8280.                 'data_collector.exception' => [
  8281.                     => 'exception',
  8282.                     => '@WebProfiler/Collector/exception.html.twig',
  8283.                 ],
  8284.                 'data_collector.logger' => [
  8285.                     => 'logger',
  8286.                     => '@WebProfiler/Collector/logger.html.twig',
  8287.                 ],
  8288.                 'data_collector.events' => [
  8289.                     => 'events',
  8290.                     => '@WebProfiler/Collector/events.html.twig',
  8291.                 ],
  8292.                 'data_collector.router' => [
  8293.                     => 'router',
  8294.                     => '@WebProfiler/Collector/router.html.twig',
  8295.                 ],
  8296.                 'data_collector.cache' => [
  8297.                     => 'cache',
  8298.                     => '@WebProfiler/Collector/cache.html.twig',
  8299.                 ],
  8300.                 'data_collector.translation' => [
  8301.                     => 'translation',
  8302.                     => '@WebProfiler/Collector/translation.html.twig',
  8303.                 ],
  8304.                 'data_collector.security' => [
  8305.                     => 'security',
  8306.                     => '@Security/Collector/security.html.twig',
  8307.                 ],
  8308.                 'data_collector.twig' => [
  8309.                     => 'twig',
  8310.                     => '@WebProfiler/Collector/twig.html.twig',
  8311.                 ],
  8312.                 'data_collector.doctrine' => [
  8313.                     => 'db',
  8314.                     => '@Doctrine/Collector/db.html.twig',
  8315.                 ],
  8316.                 'doctrine_migrations.migrations_collector' => [
  8317.                     => 'doctrine_migrations',
  8318.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  8319.                 ],
  8320.                 'data_collector.dump' => [
  8321.                     => 'dump',
  8322.                     => '@Debug/Profiler/dump.html.twig',
  8323.                 ],
  8324.                 'mailer.data_collector' => [
  8325.                     => 'mailer',
  8326.                     => '@WebProfiler/Collector/mailer.html.twig',
  8327.                 ],
  8328.                 'data_collector.jms_serializer' => [
  8329.                     => 'jms_serializer',
  8330.                     => '@JMSSerializer/Collector/panel.html.twig',
  8331.                 ],
  8332.                 'data_collector.config' => [
  8333.                     => 'config',
  8334.                     => '@WebProfiler/Collector/config.html.twig',
  8335.                 ],
  8336.             ],
  8337.             'console.command.ids' => [
  8338.             ],
  8339.         ];
  8340.     }
  8341.     protected function throw($message)
  8342.     {
  8343.         throw new RuntimeException($message);
  8344.     }
  8345. }